榆山数据端小程序
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.
 
 

116 lines
1.9 KiB

/* miniprogram/subpages/issue/pages/topicsNumDetail/topicsNumDetail.wxss */
/* page{
background: #f3f7f7;
} */
.box {
box-sizing: border-box;
height: auto;
/* border: 1rpx solid red; */
width: 100%;
}
.seleted {
width: 100%;
height: 194rpx;
box-sizing: border-box;
background: #fff;
/* overflow: hidden; */
}
.select_box {
background: #fff;
width: 710rpx;
height: 58rpx;
margin: 0 auto;
position: relative;
top: 32rpx;
/* border: 1rpx solid red; */
}
.select {
box-sizing: border-box;
width: 100%;
height: 58rpx;
border: 1px solid #efefef;
border-radius: 29rpx;
display: flex;
align-items: center;
padding: 0 35rpx;
background: #F4F4F4;
}
.select_text {
font-size: 26rpx;
flex: 1;
color: #BABABA;
}
.select_img {
width: 40rpx;
height: 40rpx;
display: block;
transition: transform 0.3s;
}
.select_img_rotate {
transform: rotate(180deg);
}
.option_box {
position: absolute;
top: 58rpx;
left:20rpx;
width: 661rpx;
border: 1px solid #efefef;
box-sizing: border-box;
height: 0;
overflow-y: auto;
border-top: 0;
background: #fff;
transition: height 0.3s;
z-index: 999;
}
.option {
display: block;
line-height: 40rpx;
font-size: 30rpx;
border-bottom: 1px solid #efefef;
padding: 10rpx;
margin-left: 10rpx;
color: #BABABA;
}
.image {
width: 22rpx;
height: 14rpx;
}
/* 下拉框样式结束 */
.caseTotal{
margin-left: 20rpx;
margin-right: 20rpx;
height: 30rpx;
line-height: 30rpx;
}
.num{
color: #333333;
font-size: 32rpx;
vertical-align: middle;
}
.num1{
margin-left: 10rpx;
font-size: 38rpx;
font-weight: 800;
vertical-align: middle;
}
.time{
color: #B6BAC6;
font-size: 26rpx;
float: right;
}
.project{
width: 100%;
height:auto;
box-sizing: border-box;
/* border: 1rpx solid red; */
}