index.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .flex {
  2. display: flex;
  3. }
  4. .column-bottom {
  5. align-items: flex-end;
  6. }
  7. .row-middle {
  8. align-items: center;
  9. }
  10. .spec-popup {
  11. height: 60%;
  12. padding: 32rpx 0 0;
  13. text-align: left;
  14. z-index: 110 !important;
  15. }
  16. .spec-top {
  17. width: calc(100% - 48rpx);
  18. height: 30%;
  19. margin: auto;
  20. justify-content: space-between;
  21. border-bottom: 2rpx solid rgba(110, 123, 143, 0.16);
  22. }
  23. .spec-url {
  24. width: 176rpx;
  25. height: 100%;
  26. border-radius: 16rpx;
  27. }
  28. .spec-selected {
  29. flex-direction: column;
  30. justify-content: flex-end;
  31. margin-left: 24rpx;
  32. line-height: 26rpx;
  33. font-size: 22rpx;
  34. color: #50555F;
  35. }
  36. .spec-price {
  37. margin-bottom: 12rpx;
  38. line-height: 38rpx;
  39. font-size: 32rpx;
  40. color: #F94F50;
  41. }
  42. .txt {
  43. padding-left: 4rpx;
  44. line-height: 56rpx;
  45. font-size: 48rpx;
  46. font-family: DIN Alternate-Bold, DIN Alternate;
  47. font-weight: bold;
  48. }
  49. .spec-content {
  50. height: calc(70% - 36rpx);
  51. margin-top: 36rpx;
  52. padding-bottom: 32rpx;
  53. }
  54. .spec-list {
  55. padding: 0 24rpx;
  56. margin-bottom: 44rpx;
  57. }
  58. .spec-label {
  59. margin-bottom: 20rpx;
  60. line-height: 40rpx;
  61. }
  62. .spec-value {
  63. display: inline-block;
  64. margin-right: 24rpx;
  65. padding: 14rpx 40rpx;
  66. background: #f8f8f8;
  67. border: 2rpx solid transparent;
  68. border-radius: 42rpx;
  69. text-align: center;
  70. line-height: 28rpx;
  71. color: #060606;
  72. }
  73. .value-active {
  74. background: #fceeee;
  75. border-color: #D32D2F;
  76. color: #D32D2F;
  77. }
  78. .spec-count {
  79. padding: 0 24rpx;
  80. justify-content: space-between;
  81. }
  82. .count-label {
  83. margin-bottom: 0;
  84. line-height: 60rpx;
  85. }