@@ -220,7 +220,7 @@ | |||||
.title { | .title { | ||||
width: 100%; | width: 100%; | ||||
height: 90rpx; | |||||
height: 80rpx; | |||||
display: flex; | display: flex; | ||||
align-items: center; | align-items: center; | ||||
@@ -229,7 +229,7 @@ | |||||
font-size: 30rpx; | font-size: 30rpx; | ||||
font-weight: 500; | font-weight: 500; | ||||
color: #333333; | color: #333333; | ||||
line-height: 90rpx; | |||||
line-height: 80rpx; | |||||
padding-left: 30rpx; | padding-left: 30rpx; | ||||
font-family: PingFangSC-Medium, PingFang SC; | font-family: PingFangSC-Medium, PingFang SC; | ||||
} | } | ||||
@@ -1543,13 +1543,13 @@ | |||||
.bottombox { | .bottombox { | ||||
width: 100%; | width: 100%; | ||||
height: 170rpx; | |||||
border-top: 1px solid #E0E0E0; | |||||
height: 240rpx; | |||||
border-top: 1rpx solid #E0E0E0; | |||||
.bottomhead { | .bottomhead { | ||||
width: 100%; | width: 100%; | ||||
height: 81rpx; | height: 81rpx; | ||||
border-bottom: 1px solid #E0E0E0; | |||||
border-bottom: 1rpx solid #E0E0E0; | |||||
display: flex; | display: flex; | ||||
justify-content: space-between; | justify-content: space-between; | ||||
align-items: center; | align-items: center; | ||||
@@ -1998,7 +1998,7 @@ | |||||
} | } | ||||
.scroll-Y .text { | .scroll-Y .text { | ||||
margin: 50rpx 30rpx; | |||||
margin: 30rpx; | |||||
line-height: 80rpx; | line-height: 80rpx; | ||||
display: flex; | display: flex; | ||||
} | } | ||||
@@ -2038,7 +2038,6 @@ | |||||
} | } | ||||
.scroll-Y .text .avatar { | .scroll-Y .text .avatar { | ||||
margin-top: 38rpx; | |||||
text{ | text{ | ||||
display: block; | display: block; | ||||
width: 72rpx; | width: 72rpx; | ||||
@@ -2112,7 +2111,8 @@ | |||||
color: #666; | color: #666; | ||||
font-size: 22rpx; | font-size: 22rpx; | ||||
padding: 0 28rpx; | padding: 0 28rpx; | ||||
height: 62rpx; | |||||
height: 50rpx; | |||||
line-height: 50rpx; | |||||
} | } | ||||
.scroll-Y .text.active .info { | .scroll-Y .text.active .info { | ||||
color: #2671E2 !important; | color: #2671E2 !important; | ||||
@@ -534,7 +534,7 @@ | |||||
width: 92%; | width: 92%; | ||||
margin: 0 auto; | margin: 0 auto; | ||||
display: flex; | display: flex; | ||||
padding: 20rpx 0; | |||||
padding:0 0 20rpx; | |||||
.sanbox1{ | .sanbox1{ | ||||
flex: 1; | flex: 1; | ||||
display: flex; | display: flex; | ||||
@@ -591,7 +591,6 @@ | |||||
width: 92%; | width: 92%; | ||||
margin: 0 auto; | margin: 0 auto; | ||||
display: flex; | display: flex; | ||||
padding-top: 20rpx; | |||||
padding-bottom:20rpx; | padding-bottom:20rpx; | ||||
.sanbox1{ | .sanbox1{ | ||||
flex: 1; | flex: 1; | ||||
@@ -1927,7 +1927,7 @@ | |||||
display: flex; | display: flex; | ||||
margin-top: 30rpx; | margin-top: 30rpx; | ||||
padding-bottom: 30rpx; | padding-bottom: 30rpx; | ||||
border-bottom: 1rpx solid #e0e0e0; | |||||
// border-bottom: 1rpx solid #e0e0e0; | |||||
.btn-item{ | .btn-item{ | ||||
width: 284rpx; | width: 284rpx; | ||||
height: 72rpx; | height: 72rpx; | ||||
@@ -2473,7 +2473,6 @@ | |||||
} | } | ||||
.scroll-Y .text .avatar { | .scroll-Y .text .avatar { | ||||
margin-top: 38rpx; | |||||
text{ | text{ | ||||
display: block; | display: block; | ||||
width: 72rpx; | width: 72rpx; | ||||
@@ -2496,6 +2495,8 @@ | |||||
color: #666; | color: #666; | ||||
font-size: 22rpx; | font-size: 22rpx; | ||||
padding: 0 28rpx; | padding: 0 28rpx; | ||||
height: 50rpx; | |||||
line-height: 50rpx; | |||||
} | } | ||||
.scroll-Y .text .contentInfo .contentMain { | .scroll-Y .text .contentInfo .contentMain { | ||||