修改主题言责

This commit is contained in:
gaoxs
2020-07-11 17:40:27 +08:00
parent 86949f3732
commit 34565e6bf4
148 changed files with 90 additions and 82 deletions

View File

@ -205,13 +205,13 @@
.order-submission .allAddress {
width: 100%;
background-image: linear-gradient(to bottom, #00c17b 0%, #00c17b 100%);
background-image: linear-gradient(to bottom, #eb3729 0%, #eb3729 100%);
background-image: -webkit-linear-gradient(
to bottom,
#00c17b 0%,
#00c17b 100%
#eb3729 0%,
#eb3729 100%
);
background-image: -moz-linear-gradient(to bottom, #00c17b 0%, #00c17b 100%);
background-image: -moz-linear-gradient(to bottom, #eb3729 0%, #eb3729 100%);
padding-top: 1 * 100rpx;
}
@ -279,9 +279,10 @@
}
.order-submission .allAddress .address {
width: 7.1 * 100rpx;
width: 6.91 * 100rpx;
height: 1.5 * 100rpx;
margin: 0 auto;
box-sizing: border-box;
}
.order-submission .allAddress .line {