@@ -874,21 +874,23 @@ export default {
position:relative;
}
.big-box{
- height: 285upx
+ height: 270upx
.has-color{
display:flex;
justify-content:center;
align-items:center;
height:110upx;
- border-bottom:1upx solid rgb(247, 243, 243);
+ width:100%;
+ position:relative;
.has-color-button{
- border:1upx solid #5a99f7;
+ border:2upx solid #5a99f7;
border-radius:15upx;
padding:13upx 16upx;
font-size:30upx;
color:#3385ff;
- z-index:999;
+ position:absolute;
+ top:-20upx;