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.
49 lines
909 B
49 lines
909 B
|
5 years ago
|
/* pages/user/retail/goods/index.wxss */
|
||
|
|
.item {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
margin: 20rpx 30rpx;
|
||
|
|
background: white;
|
||
|
|
border-radius: 20rpx;
|
||
|
|
padding: 20rpx;
|
||
|
|
}
|
||
|
|
.item image {
|
||
|
|
width: 140rpx;
|
||
|
|
height: 140rpx;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
display: block;
|
||
|
|
flex-shrink: 0;
|
||
|
|
margin-right: 20rpx;
|
||
|
|
}
|
||
|
|
.item-center {
|
||
|
|
flex: 1;
|
||
|
|
width: 300rpx;
|
||
|
|
font-size: 30rpx;
|
||
|
|
}
|
||
|
|
button.item-btn {
|
||
|
|
width: 140rpx !important;
|
||
|
|
line-height: 60rpx !important;
|
||
|
|
background: #0B898E;
|
||
|
|
border-radius: 30rpx !important;
|
||
|
|
font-size: 26rpx !important;
|
||
|
|
text-align: center !important;
|
||
|
|
font-weight: 500 !important;
|
||
|
|
flex-shrink: 0;
|
||
|
|
color: #fff;
|
||
|
|
padding: 0 !important;
|
||
|
|
}
|
||
|
|
.item-price {
|
||
|
|
color: #D62828;
|
||
|
|
margin-top: 10rpx;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
.item-price text {
|
||
|
|
font-size: 24rpx;
|
||
|
|
color: #333;
|
||
|
|
margin-left: 10rpx;
|
||
|
|
}
|
||
|
|
.item-money {
|
||
|
|
font-size: 24rpx;
|
||
|
|
color: #999;
|
||
|
|
}
|