123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- :host {
- display: inline-block;
- display: inline-block;
- font-weight: inherit;
- }
- .inline {
- display: inline;
- white-space: nowrap;
- }
- .price {
- display: inline;
- color: inherit;
- font-size: inherit;
- text-decoration: inherit;
- }
- .lighter {
- font-weight: 400;
- font-size: 32rpx;
- }
- .mini {
- font-size: 24rpx;
- color: #5d5d5d;
- font-weight: 400;
- }
- .del .pprice {
- font-size: 32rpx;
- color: #9b9b9b;
- text-decoration: line-through;
- font-weight: 400;
- }
- .delthrough {
- position: relative;
- }
- .delthrough .line {
- position: absolute;
- top: 50%;
- left: 0;
- right: 0;
- transform: translateY(-50%);
- margin: 0;
- background-color: currentColor;
- }
- .symbol {
- display: inline;
- color: inherit;
- font-size: inherit;
- font-size: 0.8em;
- }
- .pprice {
- display: inline;
- margin: 0 0 0 4rpx;
- }
- .integer {
- color: inherit;
- font-size: inherit;
- }
- .decimal {
- color: inherit;
- font-size: inherit;
- }
- .decimal.smaller {
- font-size: 0.8em;
- vertical-align: baseline;
- }
|