master
Phoenix 6 months ago
parent 9371e4c5c0
commit 624367eabf

@ -101,7 +101,7 @@ export default {
padding: 32rpx; padding: 32rpx;
flex-direction: column; flex-direction: column;
.content{ .content{
margin-top: 110rpx; margin-top: 60rpx;
max-height: 800rpx; max-height: 800rpx;
overflow-y: scroll; overflow-y: scroll;
.content1{ .content1{
@ -111,9 +111,9 @@ export default {
background-color: #fff; background-color: #fff;
border-radius: 20rpx; border-radius: 20rpx;
padding-bottom: 20rpx; padding-bottom: 20rpx;
padding-top: 15rpx; padding-top: 20rpx;
padding-left: 18rpx; padding-left: 20rpx;
padding-right: 24rpx; padding-right: 20rpx;
&:not(:first-child){ &:not(:first-child){
margin-top: 20rpx; margin-top: 20rpx;
} }
@ -166,7 +166,7 @@ overflow: hidden;
} }
.wrap1{ .wrap1{
font-weight: bold; font-weight: bold;
height: 76rpx; height: 60rpx;
display: flex; display: flex;
align-items: center; align-items: center;
@ -228,7 +228,7 @@ overflow: hidden;
} }
.btns { .btns {
margin-top: 40rpx; margin-top: 30rpx;
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;

Loading…
Cancel
Save