2024-01-16 14:59:06 +08:00

76 lines
1.2 KiB
Plaintext

/* Pages/yishi/write_sickform/index.wxss */
page{
overflow: hidden;
background-color: #F6F6F6;
}
.van-hairline--top-bottom:after {
border-top-width: 0px!important;
}
.van-hairline--bottom:after {
border-top-width: 0px!important;
}
.listbox{
flex:1;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
.container{
width: 100vw;
height:calc(100vh - 136rpx);
display:flex;
flex-direction: column;
}
.value-class {
order:-1!important;
flex: none !important;
}
.title-class{
order:2!important;
}
.box .title{
padding: 25rpx 30rpx 10rpx;
margin-top: 20rpx;
font-size: 34rpx;
font-weight: 500;
color: #1C2023;
background:#fff;
}
.bottom{
background-color: #FFFFFF;
height:160rpx;
width:100%;
}
.bottom .btn{
margin:20rpx 30rpx 0rpx;
height: 80rpx;
font-size: 30rpx;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
background: #3CC7C0;
border-radius: 8rpx;
}
.empty{
margin-top: 400rpx;
width:161rpx;
height:162rpx;
}
.nocontainer{
margin-top: 20rpx;
background-color: #fff;
height:100vh;
display: flex;
font-size: 24rpx;
color: #999999;
align-items: center;
flex-direction: column;
}
.van-cell{
align-items: center;
}
.van-cell__title{
font-size: 34rpx!important;
color:#000;
}