pay.scss 1010 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .zaiui-goods-details-box {
  2. position: relative;
  3. padding: 27.27upx 18.18upx;
  4. .cu-avatar {
  5. position: absolute;
  6. height: 99.99upx;
  7. width: 99.99upx;
  8. left: 18.18upx;
  9. }
  10. .goods-info-view {
  11. position: relative;
  12. padding-left: 127.27upx;
  13. height: 99.99upx;
  14. line-height: 1.4;
  15. .text-price {
  16. position: absolute;
  17. bottom: -9.09upx;
  18. right: 0;
  19. }
  20. }
  21. }
  22. .zaiui-pay-view {
  23. position: relative;
  24. .zaiui-pay-bar {
  25. position: relative;
  26. padding: 18.18upx;
  27. .cu-avatar {
  28. background-color: #fff;
  29. position: absolute;
  30. width: 36.36upx;
  31. height: 36.36upx;
  32. top: 25.45upx;
  33. }
  34. .content {
  35. position: relative;
  36. left: 50.9upx;
  37. width: calc(100% - 127.27upx);
  38. line-height: 1.8;
  39. .cu-tag {
  40. position: relative;
  41. top: -3.63upx;
  42. }
  43. }
  44. .action {
  45. position: absolute;
  46. right: 21.81upx;
  47. top: 40upx;
  48. .zaiui-radio {
  49. transform: scale(0.9);
  50. }
  51. }
  52. }
  53. .zaiui-pay-bar + .zaiui-pay-bar {
  54. border-top: 2upx solid rgba(0, 0, 0, 0.1);
  55. }
  56. }