mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-06 05:48:48 +08:00
27 lines
448 B
Plaintext
Executable File
27 lines
448 B
Plaintext
Executable File
.goods-title {
|
|
line-height: 36rpx;
|
|
}
|
|
.goods-item {
|
|
padding: 20rpx 10rpx;
|
|
position: relative;
|
|
}
|
|
.goods-title {
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.goods-image {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.item-base {
|
|
padding: 25rpx 10rpx 20rpx 10rpx;
|
|
}
|
|
|
|
.submit-cancel {
|
|
position: absolute;
|
|
right: 10rpx;
|
|
bottom: 20rpx;
|
|
border: 1px solid #f7c3b3;
|
|
color: #f7c3b3 !important;
|
|
padding: 0 35rpx;
|
|
} |