30 lines
502 B
Plaintext
30 lines
502 B
Plaintext
/* packageA/mycomponent/goodsComponent/plugin/fixedPrice.wxss */
|
|
.optional {
|
|
margin-top: 15.0016rpx;
|
|
padding: 0 24rpx;
|
|
width: 100%;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
background-color: #fff5ed;
|
|
}
|
|
|
|
.optional .three-count {
|
|
float: left;
|
|
font-size: 30rpx;
|
|
color: #202020;
|
|
}
|
|
|
|
.optional .go-group {
|
|
float: right;
|
|
font-size: 26rpx;
|
|
color: #de272a;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.optional .icon-arrow {
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
color: #999;
|
|
vertical-align: middle;
|
|
}
|