123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .zaiui-goods-details-box {
- position: relative;
- padding: 27.27upx 18.18upx;
- .cu-avatar {
- position: absolute;
- height: 99.99upx;
- width: 99.99upx;
- left: 18.18upx;
- }
- .goods-info-view {
- position: relative;
- padding-left: 127.27upx;
- height: 99.99upx;
- line-height: 1.4;
- .text-price {
- position: absolute;
- bottom: -9.09upx;
- right: 0;
- }
- }
- }
- .zaiui-pay-view {
- position: relative;
- .zaiui-pay-bar {
- position: relative;
- padding: 18.18upx;
- .cu-avatar {
- background-color: #fff;
- position: absolute;
- width: 36.36upx;
- height: 36.36upx;
- top: 25.45upx;
- }
- .content {
- position: relative;
- left: 50.9upx;
- width: calc(100% - 127.27upx);
- line-height: 1.8;
- .cu-tag {
- position: relative;
- top: -3.63upx;
- }
- }
- .action {
- position: absolute;
- right: 21.81upx;
- top: 40upx;
- .zaiui-radio {
- transform: scale(0.9);
- }
- }
- }
- .zaiui-pay-bar + .zaiui-pay-bar {
- border-top: 2upx solid rgba(0, 0, 0, 0.1);
- }
- }
|