index.less 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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. display: flex;
  77. .tex1-1 {
  78. color: #E22525;
  79. margin-left: 4rpx;
  80. }
  81. }
  82. .tex2 {
  83. margin-left: auto;
  84. font-size: 24rpx;
  85. color: #F05C14;
  86. }
  87. .tex3 {
  88. margin-left: auto;
  89. font-size: 24rpx;
  90. display: flex;
  91. }
  92. }
  93. .areabox {
  94. width: 100%;
  95. display: flex;
  96. align-items: center;
  97. justify-content: center;
  98. position: relative;
  99. textarea {
  100. background-color: #F4F4F4;
  101. width: 100%;
  102. padding: 15rpx;
  103. border-radius: 5rpx;
  104. min-height: 200rpx;
  105. }
  106. .number {
  107. color: gray;
  108. position: absolute;
  109. bottom: 5rpx;
  110. right: 20rpx;
  111. font-size: 26rpx;
  112. }
  113. }
  114. .uploadbox {
  115. width: 100vw;
  116. margin-top: 20rpx;
  117. display: flex;
  118. justify-content: space-between;
  119. .up{
  120. width: 160rpx;
  121. }
  122. .box{
  123. width:560rpx ;
  124. display: flex;
  125. flex-wrap: wrap;
  126. .image{
  127. position: relative;
  128. image{
  129. margin: 5rpx;
  130. width: 160rpx;
  131. height: 160rpx;
  132. }
  133. van-icon{
  134. position: absolute;
  135. right: 0rpx;
  136. background: rgba(255, 255, 255, 0.87);
  137. border-radius: 0 0 0 30rpx;
  138. padding: 8rpx;
  139. font-size: 25rpx;
  140. }
  141. }
  142. }
  143. }
  144. }
  145. .submitbox {
  146. margin-top: 20rpx;
  147. width: 100%;
  148. height: 110rpx;
  149. display: flex;
  150. justify-content: center;
  151. align-items: center;
  152. padding-bottom: 30rpx;
  153. .submit {
  154. background-color: #F89B7F;
  155. color: white;
  156. width: 50%;
  157. height: 100%;
  158. border-radius: 20rpx;
  159. font-size: 30rpx;
  160. display: flex;
  161. justify-content: center;
  162. align-items: center;
  163. }
  164. }