detail.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. .intr {
  2. position: relative;
  3. width: 100vw;
  4. box-sizing: border-box;
  5. background-color: #fff;
  6. padding: 20rpx 30rpx;
  7. .num {
  8. height: 40rpx;
  9. line-height: 40rpx;
  10. font-size: 32rpx;
  11. font-family: PingFang SC-Bold, PingFang SC;
  12. font-weight: bold;
  13. color: #333333;
  14. }
  15. .tags {
  16. margin-bottom: 15rpx;
  17. text {
  18. display: inline-block;
  19. height: 40rpx;
  20. line-height: 40rpx;
  21. background: #E7EEFF;
  22. border-radius: 20rpx;
  23. padding: 0 15rpx;
  24. font-size: 20rpx;
  25. color: #fff;
  26. margin-right: 10rpx;
  27. }
  28. }
  29. .exp {
  30. height: 34rpx;
  31. line-height: 34rpx;
  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. height: 60rpx;
  58. align-items: center;
  59. font-size: 0;
  60. .label {
  61. font-size: 28rpx;
  62. }
  63. checkbox {
  64. width: 36rpx;
  65. height: 36rpx;
  66. margin-right: 6rpx;
  67. }
  68. checkbox .wx-checkbox-input {
  69. width: 36rpx;
  70. height: 36rpx;
  71. }
  72. }
  73. }
  74. /* 地址 */
  75. .location {
  76. display: flex;
  77. align-items: center;
  78. .icon {
  79. color: #FF9933;
  80. font-size: 62rpx;
  81. flex-shrink: 0;
  82. margin-right: 10rpx;
  83. }
  84. .content {
  85. flex: 1;
  86. .name {
  87. font-size: 30rpx;
  88. font-family: PingFang SC-Bold, PingFang SC;
  89. font-weight: bold;
  90. text {
  91. font-size: 28rpx;
  92. font-weight: 400;
  93. margin-left: 20rpx;
  94. }
  95. }
  96. .address {
  97. font-size: 28rpx;
  98. margin-top: 6rpx;
  99. flex-shrink: 0;
  100. }
  101. }
  102. .iconfont {
  103. font-size: 40rpx;
  104. margin-left: 20rpx;
  105. color: #999;
  106. }
  107. }
  108. .pay {
  109. .title {
  110. font-size: 30rpx;
  111. font-family: PingFang SC-Bold, PingFang SC;
  112. font-weight: bold;
  113. }
  114. }
  115. /* 备注 */
  116. .remarks {
  117. flex: 1;
  118. height: 50rpx;
  119. line-height: 50rpx;
  120. margin-left: 20rpx;
  121. border: 1rpx solid #ddd;
  122. box-sizing: border-box;
  123. padding-left: 15rpx;
  124. color: #333;
  125. }
  126. .placeholder {
  127. font-size: 24rpx;
  128. line-height: 50rpx;
  129. }