|
|
@@ -129,14 +129,6 @@ page { |
|
|
|
letter-spacing: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.gou { |
|
|
|
width: 87%; |
|
|
|
margin: 0 auto; |
|
|
|
color: #878d95; |
|
|
|
font-size: 26rpx; |
|
|
|
padding-bottom: 74rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.mai { |
|
|
|
font-size: 24rpx; |
|
|
|
color: #919191; |
|
|
@@ -193,4 +185,36 @@ page { |
|
|
|
color: #999; |
|
|
|
line-height: 24rpx; |
|
|
|
padding-left: 70rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.notes view:nth-child(1) { |
|
|
|
height: 87rpx; |
|
|
|
line-height: 87rpx; |
|
|
|
background: #fff; |
|
|
|
border-top: 1px solid #f9f9f9; |
|
|
|
} |
|
|
|
|
|
|
|
.notes { |
|
|
|
width: 92%; |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
.notes view:nth-child(1) text { |
|
|
|
color: #333; |
|
|
|
letter-spacing: 0; |
|
|
|
font-size: 30rpx; |
|
|
|
height: 70rpx; |
|
|
|
line-height: 70rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.notes view:nth-child(2) { |
|
|
|
background: #fff; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
} |
|
|
|
|
|
|
|
.notes view:nth-child(2)>text { |
|
|
|
font-size: 24rpx; |
|
|
|
color: #919191; |
|
|
|
letter-spacing: 0; |
|
|
|
line-height: 42rpx; |
|
|
|
} |