chache/pages/reporlist/reporlistor.wxss
2024-01-22 18:48:00 +08:00

73 lines
1.3 KiB
Plaintext

@import "/graceUI/reporlist.wxss";
page {
background-color: #f1f5f6;
height: auto;
width: 100%;
}
.statusViewdown {
align-items: center;
border-radius: 8rpx;
color: #fff;
font-size: 12px;
height: 20px;
line-height: 20px;
position: absolute;
right: 15px;
text-align: center;
top: 174rpx;
width: 60px;
}
.serch_view {
background: #fff;
border-bottom: 1rpx solid #f0f0f0;
height: 68rpx;
padding: 1rpx 3% 20rpx;
width: 94%;
}
.serch_nav {
height: 83rpx;
width: 100%;
}
.serch_border {
background: #f5f5f5;
border-radius: 100px;
float: left;
height: 60rpx;
margin-top: 5rpx;
width: 82%;
}
.serch_border_img {
border-right: 1rpx solid rgba(0, 0, 0, 0.1);
color: #1990ff;
float: left;
font-size: 13px;
height: 40rpx;
margin-left: 20rpx;
margin-top: 13rpx;
padding-right: 10rpx;
width: 88rpx;
}
.serch_border_text {
color: #b2b2b2;
float: left;
font-size: 24rpx;
height: 60rpx;
line-height: 60rpx;
padding-left: 15rpx;
width: 76%;
}
.serch_border_btn {
background: #1990ff;
border: 1rpx solid rgba(0, 0, 0, 0.1);
border-radius: 30rpx;
color: #fff;
float: right;
font-size: 24rpx;
height: 60rpx;
line-height: 58rpx;
margin: 5rpx 0rpx 0rpx;
padding: 0rpx;
text-align: center;
width: 100rpx;
}