detail.scss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. @import "./detail.skeleton.wxss";
  2. .intr {
  3. position: relative;
  4. width: 100vw;
  5. box-sizing: border-box;
  6. background-color: #fff;
  7. padding: 20rpx 30rpx;
  8. .num {
  9. height: 40rpx;
  10. line-height: 40rpx;
  11. font-size: 32rpx;
  12. font-family: PingFang SC-Bold, PingFang SC;
  13. font-weight: bold;
  14. color: #333333;
  15. }
  16. .tags {
  17. margin-bottom: 15rpx;
  18. text {
  19. display: inline-block;
  20. height: 40rpx;
  21. line-height: 40rpx;
  22. background: #E7EEFF;
  23. border-radius: 20rpx;
  24. padding: 0 15rpx;
  25. font-size: 20rpx;
  26. color: #fff;
  27. margin-right: 10rpx;
  28. }
  29. }
  30. .exp {
  31. line-height: 36rpx;
  32. font-size: 26rpx;
  33. margin-bottom: 8rpx;
  34. color: #666;
  35. }
  36. .copy {
  37. position: absolute;
  38. right: 30rpx;
  39. top: 20rpx;
  40. background-color: #FF9933;
  41. border-radius: 12rpx;
  42. padding: 0 10rpx;
  43. color: #fff;
  44. border: none;
  45. height: 70rpx;
  46. }
  47. }
  48. .box {
  49. width: 100vw;
  50. padding: 20rpx 30rpx;
  51. box-sizing: border-box;
  52. background-color: #fff;
  53. margin-top: 10rpx;
  54. .row {
  55. display: flex;
  56. justify-content: space-between;
  57. min-height: 60rpx;
  58. align-items: center;
  59. .label {
  60. font-size: 28rpx;
  61. }
  62. checkbox {
  63. width: 36rpx;
  64. height: 36rpx;
  65. margin-right: 6rpx;
  66. }
  67. checkbox .wx-checkbox-input {
  68. width: 36rpx;
  69. height: 36rpx;
  70. }
  71. }
  72. }
  73. /* 地址 */
  74. .location {
  75. display: flex;
  76. align-items: center;
  77. .icon {
  78. color: #FF9933;
  79. font-size: 62rpx;
  80. flex-shrink: 0;
  81. margin-right: 10rpx;
  82. }
  83. .content {
  84. flex: 1;
  85. .name {
  86. font-size: 30rpx;
  87. font-family: PingFang SC-Bold, PingFang SC;
  88. font-weight: bold;
  89. text {
  90. font-size: 28rpx;
  91. font-weight: 400;
  92. margin-left: 20rpx;
  93. }
  94. }
  95. .address {
  96. font-size: 28rpx;
  97. margin-top: 6rpx;
  98. flex-shrink: 0;
  99. }
  100. }
  101. .iconfont {
  102. font-size: 40rpx;
  103. margin-left: 20rpx;
  104. color: #999;
  105. }
  106. }
  107. .pay {
  108. .title {
  109. font-size: 30rpx;
  110. font-family: PingFang SC-Bold, PingFang SC;
  111. font-weight: bold;
  112. }
  113. }
  114. .radio-group {
  115. display: flex !important;
  116. }
  117. .label-class {
  118. display: flex;
  119. align-items: center;
  120. font-size: 28rpx;
  121. color: #333;
  122. }
  123. /* 备注 */
  124. .remarks {
  125. flex: 1;
  126. margin-left: 30rpx;
  127. border: 1rpx solid #ddd;
  128. box-sizing: border-box;
  129. padding-left: 15rpx;
  130. color: #333;
  131. font-size: 28rpx;
  132. }
  133. .placeholder {
  134. font-size: 24rpx !important;
  135. }
  136. .footer {
  137. display: flex;
  138. justify-content: space-between;
  139. padding: 0 30rpx;
  140. position: fixed;
  141. width: 100vw;
  142. height: 130rpx;
  143. background: #FFFFFF;
  144. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  145. bottom: 0;
  146. box-sizing: border-box;
  147. z-index: 9999;
  148. padding-top: 10rpx;
  149. .price {
  150. view {
  151. font-size: 24rpx;
  152. color: rgb(163, 162, 162);
  153. }
  154. .count {
  155. font-size: 32rpx;
  156. font-weight: bold;
  157. color: var(--error);
  158. margin: 2rpx 0 10rpx 0;
  159. }
  160. }
  161. .but-box {
  162. .but {
  163. min-width: 156rpx;
  164. height: 90rpx;
  165. background: #3874F6;
  166. border-radius: 8rpx;
  167. font-size: 28rpx;
  168. font-family: PingFang SC-Bold, PingFang SC;
  169. font-weight: bold;
  170. color: #FFFFFF;
  171. }
  172. .delete {
  173. background: var(--warning);
  174. }
  175. }
  176. }
  177. .dialog-box {
  178. padding: 0 20rpx 40rpx;
  179. font-size: 30rpx;
  180. }
  181. .dialog-input-class{
  182. width: 100rpx !important;
  183. }