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.
201 lines
3.4 KiB
201 lines
3.4 KiB
.flex-between {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.container {
|
|
width: 750rpx;
|
|
}
|
|
|
|
.box {
|
|
width: 700rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 9.33rpx;
|
|
padding: 0 21.33rpx 46.67rpx;
|
|
margin: 0 auto;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.top-title {
|
|
height: 110rpx;
|
|
font-weight: bold;
|
|
font-size: 30.67rpx;
|
|
color: #000000;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.refresh-btn {
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #0B898E;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.refresh-btn image {
|
|
width: 32rpx;
|
|
margin-right: 13.33rpx;
|
|
}
|
|
|
|
.address-box {
|
|
width: 655.33rpx;
|
|
height: 80rpx;
|
|
background: rgba(11, 137, 142, .06);
|
|
border-radius: 13.33rpx;
|
|
padding: 0 21.33rpx;
|
|
font-weight: 500;
|
|
font-size: 26.67rpx;
|
|
color: #0B898E;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.address-box .location {
|
|
width: 42.67rpx;
|
|
margin-right: 26.67rpx;
|
|
}
|
|
|
|
.address-box .rightIcon {
|
|
width: 20rpx;
|
|
}
|
|
|
|
.address-boxs {
|
|
width: 655.33rpx;
|
|
height: 133.33rpx;
|
|
background: #F7F7F7;
|
|
border-radius: 13.33rpx;
|
|
padding: 13.33rpx 21.33rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.address-boxs .location {
|
|
width: 42.67rpx;
|
|
margin-right: 26.67rpx;
|
|
}
|
|
|
|
.address-boxs .content {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 33.33rpx;
|
|
}
|
|
|
|
.address-boxs .content .left {
|
|
font-weight: 500;
|
|
font-size: 26.67rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
.address-boxs .content .right {
|
|
width: 333.33rpx;
|
|
margin-left: 16.67rpx;
|
|
}
|
|
|
|
.address-boxs .content .right .top {
|
|
font-weight: 400;
|
|
font-size: 30.67rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
.address-boxs .content .right .top text {
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
margin-left: 33.33rpx;
|
|
}
|
|
|
|
.address-boxs .content .right .bottom {
|
|
margin-top: 6.67rpx
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
}
|
|
|
|
.address-boxs .rightIcon {
|
|
width: 33.33rpx;
|
|
}
|
|
|
|
.product-item {
|
|
height: 153.33rpx;
|
|
display: flex;
|
|
width: 100%;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.product-item .product-img {
|
|
width: 153.33rpx;
|
|
height: 153.33rpx;
|
|
border-radius: 13.33rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.product-item .product-content {
|
|
flex: 1;
|
|
height: 153.33rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.product-item .product-content .title-boxs {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.product-item .product-content .title-boxs .title {
|
|
width: 445.33rpx;
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
.product-item .product-content .title-boxs image {
|
|
width: 20rpx;
|
|
}
|
|
|
|
.product-item .product-content .subtitle {
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.product-item .product-content .price {
|
|
font-weight: 500;
|
|
font-size: 33.33rpx;
|
|
color: #E30000;
|
|
}
|
|
|
|
.product-item .product-content .price::before {
|
|
content: '¥';
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.product-item .product-content .price text {
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #E30000;
|
|
margin-left: 6.67rpx;
|
|
}
|
|
|
|
.product-item .product-content .product-btn {
|
|
width: 160rpx;
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #111111;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.product-item .product-content .product-btn image {
|
|
width: 46.67rpx;
|
|
flex-shrink: 0;
|
|
}
|