327 lines
6.1 KiB
Plaintext
327 lines
6.1 KiB
Plaintext
page {
|
|
min-height: 100%;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.container {
|
|
background-color: #f2f2f2;
|
|
min-height: 100%;
|
|
overflow-x: hidden;
|
|
position: relative;
|
|
width: 100%;
|
|
align-items: stretch;
|
|
padding-bottom: 200rpx;
|
|
}
|
|
|
|
.wrap {
|
|
width: 100%;
|
|
}
|
|
|
|
.address-box {
|
|
width: 100%;
|
|
/* height: 140rpx; */
|
|
padding-bottom: 22rpx;
|
|
}
|
|
|
|
.address-box .sender-title {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
padding: 24rpx;
|
|
border-bottom: 1rpx solid #eee;
|
|
background: #fff;
|
|
}
|
|
|
|
.address-box .receive-title {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
padding: 24rpx;
|
|
border-bottom: 1rpx solid #eee;
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.top-line {
|
|
width: 100%;
|
|
background: url(http://lucky-icon.meiweiyuxian.com/hio/addr-line.png) repeat-x top;
|
|
background-color: #fff;
|
|
background-size: 48rpx;
|
|
height: 10rpx;
|
|
}
|
|
|
|
.add-address {
|
|
width: 100%;
|
|
background: url(http://lucky-icon.meiweiyuxian.com/hio/arrow-right.png) no-repeat 710rpx center;
|
|
background-color: #fff;
|
|
background-size: 16rpx auto;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.addr-title {
|
|
line-height: 120rpx;
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
background: url(http://lucky-icon.meiweiyuxian.com/hio/location.png) no-repeat left center;
|
|
background-size: 50rpx auto;
|
|
margin-left: 24rpx;
|
|
padding-left: 60rpx;
|
|
}
|
|
|
|
.addr-block {
|
|
padding-bottom: 20rpx;
|
|
background: url(http://lucky-icon.meiweiyuxian.com/hio/arrow-right.png) no-repeat 710rpx center;
|
|
background-color: #fff;
|
|
background-size: 16rpx auto;
|
|
}
|
|
|
|
.addr-wrap {
|
|
background-color: #fff;
|
|
padding-bottom: 20rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.addr-wrap .list-title {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
padding: 24rpx;
|
|
border-bottom: 1rpx solid #eee;
|
|
background: #fff;
|
|
}
|
|
|
|
.show-address {
|
|
width: 100%;
|
|
/* height: 120rpx; */
|
|
padding-left: 70rpx;
|
|
/* box-sizing: border-box; */
|
|
background: url(http://lucky-icon.meiweiyuxian.com/hio/location.png) no-repeat left center;
|
|
background-size: 50rpx auto;
|
|
margin-left: 24rpx;
|
|
}
|
|
|
|
.show-address .name-tel {
|
|
font-size: 30rpx;
|
|
color: #233445;
|
|
padding: 22rpx 70rpx 6rpx 0;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.show-address .name-tel .default-address {
|
|
font-size: 22rpx;
|
|
color: #ff3456;
|
|
background: #faedef;
|
|
text-align: center;
|
|
padding: 2rpx 10rpx;
|
|
border-radius: 4rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.show-address .addr-text {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
padding-right: 70rpx;
|
|
/* text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden; */
|
|
width: 600rpx;
|
|
}
|
|
|
|
/* form {
|
|
width: 100%;
|
|
} */
|
|
|
|
.goods-list {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.goods-list .list-title {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
padding: 24rpx;
|
|
border-bottom: 1rpx solid #eee;
|
|
}
|
|
|
|
.a-goods {
|
|
display: flex;
|
|
padding: 24rpx 54rpx 24rpx 24rpx;
|
|
background: url(http://lucky-icon.meiweiyuxian.com/hio/arrow-right.png) no-repeat 710rpx center;
|
|
background-color: #fff;
|
|
background-size: 16rpx auto;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.img-box {
|
|
height: 100rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.goods-image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin-right: 12rpx;
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
.goods-sum {
|
|
line-height: 100rpx;
|
|
height: 100rpx;
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.price-check-wrap {
|
|
background-color: #fff;
|
|
padding: 0 0 0 24rpx;
|
|
/* margin-left: 24rpx; */
|
|
}
|
|
|
|
.row-box {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
border-bottom: 1rpx solid #eee;
|
|
padding: 0 24rpx 0 0;
|
|
height: 90rpx;
|
|
}
|
|
|
|
.row-label {
|
|
width: 140rpx;
|
|
font-size: 28rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.right-text {
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
/* padding-right: 30rpx; */
|
|
}
|
|
|
|
.color-red {
|
|
color: #b42519;
|
|
}
|
|
|
|
.right-arrow .right-tag {
|
|
margin-right: 30rpx;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
|
|
.right-tag .tag {
|
|
display: inline-block;
|
|
padding: 4rpx 6rpx;
|
|
background: #fff;
|
|
color: #b42519;
|
|
border: 1rpx solid #b42519;
|
|
border-radius: 8rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
margin: 0 12rpx 0 0;
|
|
}
|
|
|
|
.right-tag .text {
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.right-arrow {
|
|
background: url(http://lucky-icon.meiweiyuxian.com/hio/arrow-right.png) no-repeat 686rpx center;
|
|
background-size: 16rpx auto;
|
|
}
|
|
|
|
.right-arrow .right-text {
|
|
margin-right: 30rpx;
|
|
color: #ff3456;
|
|
}
|
|
|
|
.bottom-box {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
/* border-bottom: 1rpx solid #eee; */
|
|
padding: 0 24rpx 0 0;
|
|
height: 90rpx;
|
|
}
|
|
|
|
.price-to-pay {
|
|
font-size: 30rpx;
|
|
color: #ff3456;
|
|
font-weight: bold;
|
|
margin-left: 6rpx;
|
|
}
|
|
|
|
.memo-box {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
border-bottom: 1rpx solid #eee;
|
|
padding: 0 24rpx 0 0;
|
|
height: 90rpx;
|
|
}
|
|
|
|
.memo-input {
|
|
margin-left: 8rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.memo {
|
|
height: 20rpx;
|
|
text-align: right;
|
|
}
|
|
|
|
.settle-box {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
border-top: 1px solid #eee;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.settle-box .to-pay-btn {
|
|
display: block;
|
|
width: 300rpx;
|
|
text-align: center;
|
|
height: 100%;
|
|
line-height: 100rpx;
|
|
background: linear-gradient(to right, #ff3456, #ff347d);
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
border-radius: 0;
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
}
|
|
|
|
.settle-box .left-price {
|
|
display: flex;
|
|
width: 500rpx;
|
|
justify-content: flex-start;
|
|
line-height: 100rpx;
|
|
font-size: 28rpx;
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
padding: 0 0 0 24rpx;
|
|
}
|
|
|
|
.settle-box .total {
|
|
color: #233445;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.settle-box .pay-money {
|
|
color: #ff3456;
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
}
|