物流端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
yyt-mall-wl/app.wxss

18 lines
336 B

/**app.wxss**/
page{
background: -webkit-linear-gradient(top,#27adb0,#ebf7f7,#f1f1f1)
}
.box{
background: -webkit-linear-gradient(top,#27adb0,#ebf7f7,#f1f1f1);
min-height: 1300rpx;
padding: 20rpx;
font-size: 28rpx;
}
.back{
padding: 20rpx;
border-radius: 15rpx;
background-color: #fff;
border: 1rpx #eceaea solid;
}