
Some checks are pending
Actions / Litemall-all (11) (push) Waiting to run
Actions / Litemall-all (11.0.3) (push) Waiting to run
Actions / Litemall-all (8) (push) Waiting to run
Actions / Litemall-all (8.0.192) (push) Waiting to run
Actions / Litemall-admin (10.x) (push) Waiting to run
Actions / Litemall-admin (12.x) (push) Waiting to run
Actions / Litemall-admin (14.x) (push) Waiting to run
Actions / Litemall-vue (10.x) (push) Waiting to run
Actions / Litemall-vue (12.x) (push) Waiting to run
Actions / Litemall-vue (14.x) (push) Waiting to run
41 lines
565 B
Plaintext
41 lines
565 B
Plaintext
.good {
|
|
height: 480rpx;
|
|
width: 372rpx;
|
|
align-content: center;
|
|
}
|
|
|
|
.good .img {
|
|
width: 302rpx;
|
|
height: 302rpx;
|
|
z-index: 1;
|
|
}
|
|
|
|
.good .name {
|
|
text-align: center;
|
|
/* display: block; */
|
|
width: 372rpx;
|
|
height: 35rpx;
|
|
margin-bottom: 14rpx;
|
|
overflow: hidden;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.good .price {
|
|
/* display: block; */
|
|
text-align: center;
|
|
line-height: 30rpx;
|
|
font-size: 28rpx;
|
|
color: #a78845;
|
|
}
|
|
|
|
.good .counterPrice {
|
|
text-decoration: line-through;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.good .retailPrice {
|
|
font-size: 24rpx;
|
|
color: #a78845;
|
|
} |