71 lines
1.1 KiB
Plaintext
71 lines
1.1 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;
|
|
overflow-y: scroll;
|
|
}
|
|
.container{
|
|
width: 100vw;
|
|
height:100vh;
|
|
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:274rpx;
|
|
width:100%;
|
|
}
|
|
.bottom .btn{
|
|
|
|
margin:40rpx 30rpx;
|
|
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;
|
|
} |