weliam-smartcity智慧城市
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

181 lines
4.7 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.hitchRideDetails.data-v-59933706 {
padding-bottom: 200rpx;
}
.hitchRideDetails .disclaimer.data-v-59933706 {
padding: 15rpx 30rpx;
background-color: #FDFBE6;
font-size: 24rpx;
color: #FFA62E;
}
.hitchRideDetails .disclaimer .text.data-v-59933706 {
width: 630rpx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 28rpx;
}
.hitchRideDetails .generalize.data-v-59933706 {
margin: 30rpx;
padding: 0 30rpx;
background: #FFFFFF;
box-shadow: 0rpx 8rpx 24rpx rgba(221, 221, 221, 0.5);
border-radius: 20rpx;
}
.hitchRideDetails .particulars.data-v-59933706 {
padding: 30rpx;
font-size: 28rpx;
}
.hitchRideDetails .particulars .particulars-box.data-v-59933706 {
display: flex;
padding-bottom: 30rpx;
}
.hitchRideDetails .particulars .particulars-box .particulars-title.data-v-59933706 {
width: 140rpx;
color: #999999;
text-align: right;
}
.hitchRideDetails .particulars .particulars-box .particulars-content.data-v-59933706 {
flex: 1;
color: #333333;
}
.hitchRideDetails .particulars .particulars-box .particulars-content .tags.data-v-59933706 {
height: 40rpx;
line-height: 40rpx;
padding: 0 10rpx;
background-color: #ff4444;
border-radius: 6rpx;
color: #ffffff;
font-size: 24rpx;
margin-right: 10rpx;
margin-bottom: 10rpx;
}
.hitchRideDetails .remark.data-v-59933706 {
padding: 0 30rpx;
}
.hitchRideDetails .remark .remark-title.data-v-59933706 {
padding: 30rpx 0;
border-top: 8rpx solid #f8f8f8;
}
.hitchRideDetails .bottomMenu.data-v-59933706 {
padding: 20rpx 30rpx;
background-color: #FFFFFF;
border: 1rpx solid #EEEEEE;
position: fixed;
left: 0;
bottom: 0;
width: 750rpx;
box-sizing: border-box;
}
.hitchRideDetails .bottomMenu image.data-v-59933706 {
width: 34rpx;
height: 40rpx;
}
.hitchRideDetails .bottomMenu .consult.data-v-59933706 {
display: inline-block;
width: 190rpx;
height: 100rpx;
line-height: 100rpx;
text-align: center;
border-radius: 10rpx;
border: 1rpx solid #72AAFD;
color: #72AAFD;
font-size: 28rpx;
font-weight: 700;
margin-right: 20rpx;
}
.hitchRideDetails .bottomMenu .playCall.data-v-59933706 {
display: inline-block;
width: 190rpx;
height: 100rpx;
line-height: 100rpx;
text-align: center;
border-radius: 10rpx;
background: linear-gradient(180deg, #6EA6FD 0%, #6094FD 100%);
color: #FFFFFF;
font-size: 28rpx;
font-weight: 700;
}
.hitchRideDetails .reportPop.data-v-59933706 {
width: 630rpx;
padding: 50rpx;
box-sizing: border-box;
border-radius: 30rpx;
background-color: #FFFFFF;
}
.hitchRideDetails .reportPop .reportPop-title.data-v-59933706 {
font-size: 36rpx;
font-weight: 700;
color: #333333;
text-align: center;
}
.hitchRideDetails .reportPop .reportPop-content.data-v-59933706 {
margin: 50rpx 0;
padding: 30rpx;
background-color: #F8F8F8;
}
.hitchRideDetails .reportPop .reportPop-content.data-v-59933706 .uni-textarea-textarea {
width: 100%;
height: 300rpx;
}
.hitchRideDetails .reportPop .reportPop-content .textarea.data-v-59933706 {
width: 100%;
}
.hitchRideDetails .reportPop .submit.data-v-59933706 {
width: 520rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
color: #FFFFFF;
font-size: 28rpx;
background: linear-gradient(180deg, #6EA6FD 0%, #6094FD 100%);
border-radius: 20rpx;
}
.hitchRideDetails .disclaimerPop.data-v-59933706 {
width: 600rpx;
height: 600rpx;
border-radius: 20rpx;
padding: 30rpx;
background-color: #FFFFFF;
font-size: 30rpx;
overflow: auto;
}
.hitchRideDetails .line.data-v-59933706 {
width: 1rpx;
border-left: 1rpx dashed #F9F9F9;
margin: auto;
height: 100rpx;
}
.hitchRideDetails .icons.data-v-59933706 {
margin: auto;
text-align: center;
position: relative;
font-size: 40rpx;
top: -10rpx;
}