index.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. /* nova-tourism/pages/my/my-order/my-refund/refund-detail/index.wxss */
  2. page {
  3. background: white;
  4. }
  5. .title {
  6. width: 100%;
  7. font-size: 36rpx;
  8. background-color: white;
  9. display: flex;
  10. justify-content: center;
  11. padding-bottom: 25rpx;
  12. border-bottom: #F4F4F4 20rpx solid;
  13. }
  14. .cardbox {
  15. width: 100%;
  16. padding-left: 30rpx;
  17. padding-right: 30rpx;
  18. padding-top: 20rpx;
  19. padding-bottom: 10rpx;
  20. margin-top: 20rpx;
  21. background-color: white;
  22. .title2 {
  23. width: 100%;
  24. font-size: 30rpx;
  25. font-weight: 600;
  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. image {
  35. width: 150rpx;
  36. height: 150rpx;
  37. }
  38. .room {
  39. margin-left: 20rpx;
  40. .room-name {
  41. width: 460rpx;
  42. font-size: 24rpx;
  43. font-weight: bold;
  44. margin-bottom: 10rpx;
  45. color: #000000;
  46. }
  47. .room-tag {
  48. font-size: 26rpx;
  49. width: 460rpx;
  50. color: #F37B40;
  51. margin-bottom: 10rpx;
  52. }
  53. .room-text {
  54. width: 460rpx;
  55. font-size: 26rpx;
  56. color: #737373;
  57. }
  58. .room-text2 {
  59. width: 460rpx;
  60. font-size: 20rpx;
  61. margin-top: 100rpx;
  62. color: #979797;
  63. }
  64. }
  65. }
  66. .text1 {
  67. width: 100%;
  68. font-size: 24rpx;
  69. display: flex;
  70. color: #000000;
  71. margin-bottom: 20rpx;
  72. .tex1 {
  73. display: flex;
  74. font-weight: bold;
  75. .tex1-1 {
  76. color: #E22525;
  77. margin-left: 4rpx;
  78. }
  79. }
  80. .tex2 {
  81. margin-left: auto;
  82. font-size: 24rpx;
  83. color: #F05C14;
  84. }
  85. .tex3 {
  86. margin-left: auto;
  87. font-size: 24rpx;
  88. display: flex;
  89. }
  90. }
  91. .areabox {
  92. width: 100%;
  93. display: flex;
  94. align-items: center;
  95. justify-content: center;
  96. position: relative;
  97. textarea {
  98. background-color: #F4F4F4;
  99. width: 100%;
  100. padding: 15rpx;
  101. border-radius: 5rpx;
  102. min-height: 200rpx;
  103. }
  104. .number {
  105. color: gray;
  106. position: absolute;
  107. bottom: 5rpx;
  108. right: 20rpx;
  109. font-size: 26rpx;
  110. }
  111. }
  112. .uploadbox {
  113. width: 100%;
  114. margin-top: 20rpx;
  115. }
  116. }
  117. .submitbox {
  118. width: 100%;
  119. height: 110rpx;
  120. display: flex;
  121. justify-content: center;
  122. align-items: center;
  123. padding-bottom: 30rpx;
  124. .submit {
  125. background-color: #F05C14;
  126. color: white;
  127. width: 50%;
  128. height: 100%;
  129. border-radius: 20rpx;
  130. font-size: 30rpx;
  131. display: flex;
  132. justify-content: center;
  133. align-items: center;
  134. }
  135. }