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.
 
 
 
 

468 lines
4.3 KiB

/* 全页面背景色 */
page{
background-color: #f8f8f8;
}
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.list-box.data-v-baec21d0 {
margin: 20rpx 30rpx 150rpx;
}
.list-box .order-item.data-v-baec21d0 {
padding: 30rpx;
margin-bottom: 30rpx;
background-color: #FFFFFF;
border-radius: 15rpx;
}
.list-box .order-item .order-number.data-v-baec21d0 {
font-size: 24rpx;
font-weight: 400;
color: #333333;
opacity: 1;
flex: 0.8;
}
.list-box .order-item .order-state.data-v-baec21d0 {
font-size: 24rpx;
font-weight: 400;
color: #FF4444;
opacity: 1;
text-align: right;
flex: 0.2;
}
.list-box .order-item .goods-details.data-v-baec21d0 {
padding: 30rpx 0;
border-bottom: 1rpx solid #EEEEEE;
}
.list-box .order-item .goods-details .img-box.data-v-baec21d0 {
flex: 0.3;
}
.list-box .order-item .goods-details .img-box image.data-v-baec21d0 {
width: 130rpx;
height: 130rpx;
border-radius: 6rpx;
}
.list-box .order-item .goods-details .content-box.data-v-baec21d0 {
flex: 0.7;
}
.list-box .order-item .goods-details .content-box .content-title.data-v-baec21d0 {
min-height: 76rpx;
font-size: 28rpx;
font-weight: bold;
line-height: 40rpx;
color: #333333;
letter-spacing: 3rpx;
opacity: 1;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
width: 470rpx;
}
.list-box .order-item .goods-details .content-box .content-num.data-v-baec21d0 {
font-size: 26rpx;
font-weight: 400;
color: #999999;
opacity: 1;
padding-top: 20rpx;
}
.list-box .order-item .reserveInformation.data-v-baec21d0 {
padding: 30rpx 0;
}
.list-box .order-item .remark-box.data-v-baec21d0 {
background: #f8f8f8;
padding: 20rpx;
opacity: 1;
border-radius: 10rpx;
font-size: 26rpx;
font-weight: 400;
color: #333333;
}
.list-box .order-item .review-button.data-v-baec21d0 {
padding-top: 30rpx;
height: 60rpx;
position: relative;
}
.list-box .order-item .review-button .refuse.data-v-baec21d0 {
width: 120rpx;
height: 60rpx;
background: #FF4444;
opacity: 1;
border-radius: 60rpx;
position: absolute;
right: 160rpx;
font-size: 28rpx;
font-weight: 400;
line-height: 60rpx;
color: #FFFFFF;
opacity: 1;
text-align: center;
}
.list-box .order-item .review-button .consent.data-v-baec21d0 {
width: 120rpx;
height: 60rpx;
background: #3388FF;
opacity: 1;
border-radius: 60rpx;
position: absolute;
right: 0;
font-size: 28rpx;
font-weight: 400;
line-height: 60rpx;
color: #FFFFFF;
opacity: 1;
text-align: center;
}
.add-work.data-v-baec21d0 {
width: 500rpx;
height: 300rpx;
border-radius: 20rpx;
background-color: #FFFFFF;
padding: 30rpx;
position: relative;
}
.add-work .textarea.data-v-baec21d0 {
font-size: 28rpx;
width: 98%;
padding-bottom: 50rpx;
height: 75%;
}
.add-work .reject-btn.data-v-baec21d0 {
height: 60rpx;
width: 200rpx;
border-radius: 60rpx;
background-color: #3388FF;
position: absolute;
left: 50%;
bottom: 30rpx;
font-size: 28rpx;
color: #FFFFFF;
text-align: center;
line-height: 60rpx;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}