index.less 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. /* nova-tourism/pages/my/my-order/my-refund/refund-detail/index.wxss */
  2. page {
  3. background: white;
  4. font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", sans-serif;
  5. }
  6. .title {
  7. width: 100%;
  8. font-size: 36rpx;
  9. background-color: white;
  10. display: flex;
  11. justify-content: center;
  12. padding-bottom: 25rpx;
  13. border-bottom: #F4F4F4 20rpx solid;
  14. }
  15. .cardbox {
  16. width: 100%;
  17. padding-left: 30rpx;
  18. padding-right: 30rpx;
  19. padding-top: 20rpx;
  20. padding-bottom: 10rpx;
  21. margin-top: 20rpx;
  22. background-color: white;
  23. .title2 {
  24. width: 100%;
  25. font-size: 30rpx;
  26. display: flex;
  27. align-items: center;
  28. margin-bottom: 30rpx;
  29. }
  30. .roombox {
  31. width: 100%;
  32. display: flex;
  33. margin-top: 20rpx ;
  34. padding-bottom: 20rpx;
  35. margin-bottom: 20rpx;
  36. border-bottom: 1rpx solid #D9D9D9;
  37. image {
  38. width: 150rpx;
  39. height: 150rpx;
  40. }
  41. .room {
  42. margin-left: 20rpx;
  43. .room-name {
  44. width: 460rpx;
  45. font-size: 24rpx;
  46. margin-bottom: 10rpx;
  47. color: #000000;
  48. }
  49. .room-tag {
  50. font-size: 26rpx;
  51. width: 460rpx;
  52. color: #F37B40;
  53. margin-bottom: 10rpx;
  54. }
  55. .room-text {
  56. width: 460rpx;
  57. font-size: 26rpx;
  58. color: #737373;
  59. }
  60. .room-text2 {
  61. width: 460rpx;
  62. font-size: 20rpx;
  63. margin-top: 100rpx;
  64. color: #979797;
  65. }
  66. }
  67. }
  68. .text1 {
  69. padding: 5rpx 0;
  70. width: 100%;
  71. font-size: 24rpx;
  72. display: flex;
  73. color: #000000;
  74. margin-bottom: 20rpx;
  75. .tex1 {
  76. white-space:nowrap;
  77. display: flex;
  78. margin-right: 20rpx;
  79. .tex1-1 {
  80. color: #E22525;
  81. margin-left: 4rpx;
  82. }
  83. }
  84. .tex2 {
  85. margin-left: auto;
  86. font-size: 24rpx;
  87. color: #F05C14;
  88. }
  89. .tex3 {
  90. margin-left: auto;
  91. font-size: 24rpx;
  92. display: flex;
  93. flex-direction: column;
  94. align-items: center;
  95. }
  96. }
  97. .areabox {
  98. width: 100%;
  99. display: flex;
  100. align-items: center;
  101. justify-content: center;
  102. position: relative;
  103. textarea {
  104. font-size: 24rpx;
  105. background-color: #F4F4F4;
  106. width: 100%;
  107. padding: 15rpx;
  108. border-radius: 5rpx;
  109. min-height: 100rpx;
  110. }
  111. .number {
  112. color: gray;
  113. position: absolute;
  114. bottom: 5rpx;
  115. right: 20rpx;
  116. font-size: 26rpx;
  117. }
  118. }
  119. .uploadbox {
  120. width: 100vw;
  121. margin-top: 20rpx;
  122. display: flex;
  123. justify-content: space-between;
  124. .up{
  125. width: 160rpx;
  126. }
  127. .box{
  128. width:560rpx ;
  129. display: flex;
  130. flex-wrap: wrap;
  131. .image{
  132. position: relative;
  133. image{
  134. margin: 5rpx;
  135. width: 160rpx;
  136. height: 160rpx;
  137. }
  138. van-icon{
  139. position: absolute;
  140. right: 0rpx;
  141. background: rgba(255, 255, 255, 0.87);
  142. border-radius: 0 0 0 30rpx;
  143. padding: 8rpx;
  144. font-size: 25rpx;
  145. }
  146. }
  147. }
  148. }
  149. }
  150. .submitbox {
  151. margin-top: 20rpx;
  152. width: 100%;
  153. height: 110rpx;
  154. display: flex;
  155. justify-content: center;
  156. align-items: center;
  157. padding-bottom: 30rpx;
  158. .submit {
  159. background-color: #F89B7F;
  160. color: white;
  161. width: 50%;
  162. height: 100%;
  163. border-radius: 20rpx;
  164. font-size: 30rpx;
  165. display: flex;
  166. justify-content: center;
  167. align-items: center;
  168. }
  169. }
  170. .popup {
  171. width: 100%;
  172. height: 70vh;
  173. .title {
  174. font-size: 30rpx;
  175. height: 90rpx;
  176. line-height: 90rpx;
  177. text-align: center;
  178. border-bottom: 1rpx solid whitesmoke;
  179. }
  180. .itemBox {
  181. overflow-y: auto;
  182. height: calc(70vh - 250rpx);
  183. .item {
  184. padding: 20rpx;
  185. font-size: 28rpx;
  186. border-bottom: 1rpx solid whitesmoke;
  187. }
  188. }
  189. }