xi_sangzhuzi/subpages/orderconfirm/orderconfirm.wxss

310 lines
5.0 KiB
Plaintext
Raw Normal View History

2023-02-17 18:13:47 +08:00
/* subpages/orderconfirm/orderconfirm.wxss */
page {
background: #f2f2f2;
}
.container-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
padding-bottom: 120rpx;
}
.address-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
box-shadow: 10rpx 10rpx 20rpx #f2f2f2;
border-radius: 15rpx;
padding: 20rpx;
margin: 10rpx;
background: white;
}
.address-area-name {
font-size: 32rpx;
margin-top: 20rpx;
}
.address-area-content {
display: flex;
margin-top: 20rpx;
flex-direction: row;
justify-content: space-between;
align-items: center;
font-size: 40rpx;
width: 100%;
}
.address-area-content .icon {
width: 48rpx;
height: 48rpx;
}
.address-phone {
font-size: 32rpx;
margin-top: 20rpx;
}
.line-img {
width: 100%;
height: 5rpx;
margin-top: 10rpx;
}
.address-title {
font-size: 38rpx;
font-weight: bold;
}
.goods-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
box-shadow: 10rpx 10rpx 20rpx #f2f2f2;
border-radius: 15rpx;
padding: 20rpx;
margin: 10rpx;
background: white;
}
.goods-title {
font-size: 38rpx;
font-weight: bold;
}
.goods {
display: flex;
flex-direction: row;
justify-content: flex-start;
margin-left: 20rpx;
}
.goods-img {
width: 180rpx;
height: 160rpx;
}
.goods-item {
display: flex;
flex-direction: row;
justify-content: flex-start;
margin-top: 15rpx;
}
.goods-content {
margin: 0rpx 10rpx;
flex: 1;
}
.goods-price {
color: #9f1512;
font-size: 40rpx;
}
.goods-count {
color: #9f1512;
font-size: 40rpx;
}
.goods-name {
font-size: 32rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.goods-unit-price {
font-size: 40rpx;
color: #9f1512;
margin-top: 10rpx;
}
.goods-standard {
margin-top: 10rpx;
font-size: 32rpx;
border: 1rpx solid #9f1512;
border-radius: 3rpx;
color: #9f1512;
width: fit-content;
max-width: fit-content;
padding: 0rpx 10rpx;
}
.goods-type-box {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: 20rpx;
}
.goods-type-box image {
width: 48rpx;
height: 48rpx;
}
.goods-type {
color: #9f1512;
font-size: 25rpx;
border: 1rpx solid #9f1512;
padding: 0rpx 10rpx;
text-align: center;
}
.goods-type:last-child {
margin-left: 20rpx;
}
.type-box {
display: flex;
flex-direction: row;
width: 50%;
justify-content: flex-start;
align-items: center;
}
.add-del-box {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.add-del-box .txt {
font-size: 35rpx;
padding: 0rpx 15rpx;
}
.control-box {
width: 50%;
display: flex;
flex-direction: row;
justify-content: space-around;
}
.remark-box {
display: flex;
flex-direction: column;
width: 100%;
font-size: 32rpx;
}
.remark-input {
height: 180rpx;
background: #f2f2f2;
border-radius: 20rpx;
margin-top: 20rpx;
padding-top: 10rpx;
}
.bottom-box {
display: flex;
flex-direction: column;
background: white;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}
.goods-price {
color: #9f1512;
font-size: 40rpx;
}
.bottom-content {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 15rpx 25rpx 15rpx 25rpx;
}
.bottom-price {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
color: #e70606;
text-align: center;
font-weight: bold;
}
.price-icon {
font-size: 30rpx;
}
.price-content {
font-size: 55rpx;
}
.icon-btn {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.car-icon {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: 30rpx;
}
.car-icon image {
width: 48rpx;
height: 48rpx;
align-items: center;
align-self: center;
margin-left: 25rpx;
margin-top: 10rpx;
}
.car {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.car-num {
position: relative;
right: 10rpx;
top: -10rpx;
background: #e70606;
color: white;
width: 48rpx;
height: 48rpx;
border-radius: 50%;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 25rpx;
}
.car-add {
background: linear-gradient(to right bottom, rgb(245, 74, 74), rgb(221, 5, 5) 70px);
color: white;
padding: 15rpx;
border-radius: 10rpx;
margin-left: 20rpx;
font-size: 32rpx;
}