|
|
|
@ -68,11 +68,11 @@ export default { |
|
|
|
.trade-index { |
|
|
|
.top-bar { |
|
|
|
background-color: rgb(255, 255, 255); |
|
|
|
border-bottom-width: 1px; |
|
|
|
border-bottom-width: 2rpx; |
|
|
|
border-bottom-style: solid; |
|
|
|
border-bottom-color: #eee; |
|
|
|
z-index: 998; |
|
|
|
height: 44px; |
|
|
|
height: 88rpx; |
|
|
|
} |
|
|
|
.title { |
|
|
|
font-size: 40rpx; |
|
|
|
@ -81,7 +81,7 @@ export default { |
|
|
|
font-weight: 500; |
|
|
|
} |
|
|
|
.text-view { |
|
|
|
padding: 10px; |
|
|
|
padding: 20rpx; |
|
|
|
} |
|
|
|
.bar-contant { |
|
|
|
display: flex; |
|
|
|
@ -92,7 +92,7 @@ export default { |
|
|
|
color: #000000; |
|
|
|
letter-spacing: 0; |
|
|
|
font-weight: 550; |
|
|
|
border-bottom: 2px solid #007aff; |
|
|
|
border-bottom: 4rpx solid #007aff; |
|
|
|
} |
|
|
|
.oncheck-title { |
|
|
|
font-family: PingFangSC-Regular; |
|
|
|
@ -101,7 +101,7 @@ export default { |
|
|
|
font-weight: 550; |
|
|
|
} |
|
|
|
.check-control { |
|
|
|
line-height: 35px; |
|
|
|
line-height: 70rpx; |
|
|
|
// width: 40px; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
|