index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. }
  23. .cardbox .title2 {
  24. width: 100%;
  25. font-size: 30rpx;
  26. font-weight: 600;
  27. display: flex;
  28. align-items: center;
  29. margin-bottom: 30rpx;
  30. }
  31. .cardbox .roombox {
  32. width: 100%;
  33. display: flex;
  34. margin-top: 20rpx;
  35. }
  36. .cardbox .roombox image {
  37. width: 150rpx;
  38. height: 150rpx;
  39. }
  40. .cardbox .roombox .room {
  41. margin-left: 20rpx;
  42. }
  43. .cardbox .roombox .room .room-name {
  44. width: 460rpx;
  45. font-size: 24rpx;
  46. font-weight: bold;
  47. margin-bottom: 10rpx;
  48. color: #000000;
  49. }
  50. .cardbox .roombox .room .room-tag {
  51. font-size: 26rpx;
  52. width: 460rpx;
  53. color: #F37B40;
  54. margin-bottom: 10rpx;
  55. }
  56. .cardbox .roombox .room .room-text {
  57. width: 460rpx;
  58. font-size: 26rpx;
  59. color: #737373;
  60. }
  61. .cardbox .roombox .room .room-text2 {
  62. width: 460rpx;
  63. font-size: 20rpx;
  64. margin-top: 100rpx;
  65. color: #979797;
  66. }
  67. .cardbox .text1 {
  68. width: 100%;
  69. font-size: 24rpx;
  70. display: flex;
  71. color: #000000;
  72. margin-bottom: 20rpx;
  73. }
  74. .cardbox .text1 .tex1 {
  75. display: flex;
  76. font-weight: bold;
  77. }
  78. .cardbox .text1 .tex1 .tex1-1 {
  79. color: #E22525;
  80. margin-left: 4rpx;
  81. }
  82. .cardbox .text1 .tex2 {
  83. margin-left: auto;
  84. font-size: 24rpx;
  85. color: #F05C14;
  86. }
  87. .cardbox .text1 .tex3 {
  88. margin-left: auto;
  89. font-size: 24rpx;
  90. display: flex;
  91. }
  92. .cardbox .areabox {
  93. width: 100%;
  94. display: flex;
  95. align-items: center;
  96. justify-content: center;
  97. position: relative;
  98. }
  99. .cardbox .areabox textarea {
  100. background-color: #F4F4F4;
  101. width: 100%;
  102. padding: 15rpx;
  103. border-radius: 5rpx;
  104. min-height: 200rpx;
  105. }
  106. .cardbox .areabox .number {
  107. color: gray;
  108. position: absolute;
  109. bottom: 5rpx;
  110. right: 20rpx;
  111. font-size: 26rpx;
  112. }
  113. .cardbox .uploadbox {
  114. width: 100%;
  115. margin-top: 20rpx;
  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. }
  125. .submitbox .submit {
  126. background-color: #F05C14;
  127. color: white;
  128. width: 50%;
  129. height: 100%;
  130. border-radius: 20rpx;
  131. font-size: 30rpx;
  132. display: flex;
  133. justify-content: center;
  134. align-items: center;
  135. }