30 lines
489 B
Plaintext
30 lines
489 B
Plaintext
|
|
/* pages/medicalGuide/medicalGuide.wxss *//* pages/my.wxss */
|
||
|
|
.main{
|
||
|
|
margin: 30rpx 0;
|
||
|
|
width: 750rpx;
|
||
|
|
}
|
||
|
|
.content{
|
||
|
|
width: 90%;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
.wrap{
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.title{
|
||
|
|
height: 80rpx;
|
||
|
|
width: 100%;
|
||
|
|
line-height: 80rpx;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #333;
|
||
|
|
font-weight: bold;
|
||
|
|
border-bottom: 1rpx solid #e2e0e0;
|
||
|
|
}
|
||
|
|
.item{
|
||
|
|
height: 80rpx;
|
||
|
|
width: 100%;
|
||
|
|
line-height: 80rpx;
|
||
|
|
font-size: 35rpx;
|
||
|
|
color: #333;
|
||
|
|
padding-left: 50rpx;
|
||
|
|
border-bottom: 1rpx solid #e2e0e0;
|
||
|
|
}
|