|
@@ -1057,9 +1057,10 @@
|
|
|
|
|
|
.background {
|
|
|
background-color: rgba(22, 119, 255, 1);
|
|
|
- padding-top: 88rpx;
|
|
|
+ padding-top: 88rpx;
|
|
|
+ height: 150px;
|
|
|
padding-bottom: 100rpx;
|
|
|
-position: relative;
|
|
|
+ position: relative;
|
|
|
|
|
|
/deep/.u-border-bottom:after {
|
|
|
border: none;
|
|
@@ -1157,7 +1158,7 @@ position: relative;
|
|
|
background-color: #fff;
|
|
|
padding: 32rpx 32rpx 0rpx;
|
|
|
border-radius: 8px;
|
|
|
- margin: -88rpx 32rpx 0;
|
|
|
+ margin: -188rpx 32rpx 0;
|
|
|
position: relative;
|
|
|
border: 1px solid rgba(255,255,255,1);
|
|
|
background: linear-gradient(180deg, rgba(187,216,255,1) 0%,rgba(255,255,255,1) 63%);
|