|
|
@ -347,7 +347,6 @@ page { |
|
|
|
} |
|
|
|
.body .bto .content{ |
|
|
|
border-radius: 20rpx; |
|
|
|
/* */ |
|
|
|
border-image: linear-gradient(0deg, #E7F1FF, #E5EDFB) 10 10; |
|
|
|
background: rgba(246,249,254,0.72); |
|
|
|
border: 1px solid #E7F1FF; |
|
|
@ -420,18 +419,22 @@ page { |
|
|
|
.body .bto .content .bg_box .bg_left .submit b{ |
|
|
|
color:#3A80E7 ; |
|
|
|
} |
|
|
|
.body .bto .content .bg_box .bg_right{ |
|
|
|
|
|
|
|
.body .bto .content .bg_box .bg_right { |
|
|
|
position: relative; |
|
|
|
width: 160rpx; |
|
|
|
height: 100%; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
/* 移除下面的固定高度 */ |
|
|
|
/* height: 186rpx; */ |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.body .bto .content .bg_box .bg_right image{ |
|
|
|
width: 160rpx; |
|
|
|
height: 160rpx; |
|
|
|
width: 180rpx; |
|
|
|
height: 180rpx; |
|
|
|
position: relative; |
|
|
|
top: 80rpx; |
|
|
|
top: 10rpx; |
|
|
|
} |
|
|
|
.body .bto .content .bg_box .bg_right .tag{ |
|
|
|
display: inline-block; |
|
|
|