25 lines
429 B
Plaintext
25 lines
429 B
Plaintext
/* packageH/o2o/storeConsumeShow/storeConsumeShow.wxss */
|
|
text {
|
|
font-size: 30rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 30rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.showbox image {
|
|
width: 350rpx;
|
|
height: 350rpx;
|
|
background-color: #949494;
|
|
margin-top: 36rpx;
|
|
}
|
|
|
|
.showbox {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 101rpx;
|
|
}
|