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.
 
 
 
 

105 lines
1.6 KiB

/* package/bindTroubleshooting/index.wxss */
.page {
min-height: 100vh;
background: #F7F7FA;
position: relative;
}
.divider {
width: 100%;
height: 0px;
border-top: 1px solid #F5F5F5;
margin-top: 19px;
margin-bottom: 9px;
}
/* 顶部tab */
.swiper-tab {
display: flex;
height: 98rpx;
line-height: 98rpx;
width: 100%;
/* position: fixed; */
top: 0;
z-index: 100;
background: #fff;
border-bottom: 2rpx solid #e8e8e8;
}
.swiper-tab-item {
flex: 1;
font-size: 28rpx;
text-align: center;
color: #333333;
position: relative;
}
.noData {
width: 254rpx;
height: 298rpx;
display: block;
margin: 0rpx auto 16rpx;
}
.noTxt {
font-size: 30rpx;
color: #999;
font-weight: bold;
text-align: center;
}
/* 任务卡片 */
.mission-card {
background-color: #fff;
border-radius: 10rpx;
margin-bottom: 30rpx;
overflow: hidden;
}
.mission-card-title {
overflow: auto;
padding: 24rpx 16px;
display: flex;
align-items: center
}
.mission-card-title .icon {
float: left;
width: 24px;
height: 24px;
margin-right: 5px;
}
.mission-card-title .title {
float: left;
font-size: 16px;
line-height: 24px;
font-weight: bold;
color: #333333;
}
.mission-card .text-key {
font-weight: 400;
font-size: 14px;
color: #000000a6;
}
.mission-card .text-value {
font-weight: 400;
font-size: 14px;
color: #000000d9;
}
.mission-card .btn {
float: right;
margin-right: 12px;
margin-bottom: 10px;
}
.value-class {
flex: none !important;
}
.time-option .van-picker {
width: 45vw;
}