142 lines
2.1 KiB
Plaintext
142 lines
2.1 KiB
Plaintext
/* pages/sickInfo/sickInfo.wxss */
|
||
|
||
.page{
|
||
height:100vh;
|
||
display: flex;
|
||
flex-direction: column;
|
||
background: #f2f2f2;
|
||
}
|
||
.wraper{
|
||
overflow: scroll;
|
||
flex:1;
|
||
margin-top: 172rpx;
|
||
-webkit-overflow-scrolling: touch;
|
||
}
|
||
.databox{
|
||
margin:0 32rpx;
|
||
}
|
||
.databox .title{
|
||
margin:30rpx 0 20rpx;
|
||
}
|
||
.cell{
|
||
background-color: #fff;
|
||
border-radius: 10rpx;
|
||
|
||
|
||
|
||
}
|
||
.other .cell{
|
||
margin-bottom: 20rpx;
|
||
min-height: 200rpx;
|
||
}
|
||
.other .cell{
|
||
padding-bottom: 30rpx;
|
||
}
|
||
.cell .name{
|
||
color: #333333;
|
||
height: 94rpx;
|
||
display: flex;
|
||
padding:0 20rpx;
|
||
align-items: center;
|
||
font-size: 34rpx;
|
||
border-bottom:1rpx solid #E7E7E7;
|
||
}
|
||
.info{
|
||
background-color: #fff;
|
||
|
||
padding-bottom: 30rpx;
|
||
}
|
||
.info .row{
|
||
line-height: 52rpx;
|
||
display: flex;
|
||
|
||
padding:0 20rpx;
|
||
}
|
||
.qabox{
|
||
width:100%;
|
||
}
|
||
.info .row:first-child{
|
||
padding-top: 30rpx;
|
||
}
|
||
.info .name{
|
||
white-space: nowrap;
|
||
font-size:32rpx;
|
||
color:#333;
|
||
}
|
||
.info .desc{
|
||
font-size:28rpx;
|
||
color:#666!important;
|
||
word-break: break-all;
|
||
}
|
||
.textbox .desc{
|
||
word-break: break-all;
|
||
line-height: 42rpx;
|
||
color: #666;
|
||
margin-bottom: 20rpx;
|
||
font-size: 28rpx;
|
||
}
|
||
.textbox .goods{
|
||
color:#666!important;
|
||
display: inline;
|
||
white-space:normal;
|
||
}
|
||
.textbox .goods:after{
|
||
content:";"
|
||
}
|
||
.textbox .goods:last-child:after{
|
||
content:""
|
||
}
|
||
.textbox view:last-child{
|
||
margin-bottom: 0;
|
||
}
|
||
.textbox text{
|
||
color: #333333;
|
||
font-size: 28rpx;
|
||
}
|
||
.imglist{
|
||
display: flex;
|
||
padding:0 20rpx;
|
||
flex-wrap: wrap;
|
||
|
||
}
|
||
.img{
|
||
width: 148rpx;
|
||
height:148rpx;
|
||
margin-right: 18rpx;
|
||
margin-bottom: 18rpx;
|
||
|
||
}
|
||
.img:nth-child(4n){
|
||
margin-right: 0;
|
||
}
|
||
.other .row{
|
||
display: flex;
|
||
line-height: 52rpx;
|
||
padding:0 20rpx;
|
||
}
|
||
.other .row:first-child{
|
||
padding-top: 30rpx;
|
||
}
|
||
.other .row .answer{
|
||
color:#666;
|
||
font-size: 28rpx;
|
||
}
|
||
.radiotip{
|
||
padding:24rpx 20rpx;
|
||
word-break: break-all;
|
||
margin-right: 20rpx;
|
||
margin-bottom: 20rpx;
|
||
justify-content: center;
|
||
margin-top: 20rpx;
|
||
|
||
line-height: 42rpx;
|
||
background: #F2F2F2;
|
||
border-radius: 10rpx;
|
||
font-size: 28rpx;
|
||
color:#999;
|
||
}
|
||
|
||
.radiotip text{
|
||
white-space: nowrap;
|
||
color:#333;
|
||
} |