feedback.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /* pages/welfareMall/feedback/feedback.wxss */
  2. .feedback{
  3. width: 750rpx;
  4. height: auto;
  5. padding-bottom: 119rpx;
  6. background: #F7F7F7;
  7. }
  8. /* 垂直方向布局,水平居中 **/
  9. .flex-column{
  10. display: flex;
  11. flex-flow: column nowrap;
  12. align-items: center;
  13. justify-content: left;
  14. }
  15. /* 水平方向布局,垂直居中 **/
  16. .flex-row{
  17. display: flex;
  18. flex-flow: row nowrap;
  19. align-items: center;
  20. justify-content: center;
  21. }
  22. .feedback-titles{
  23. width: 659rpx;
  24. height: 80rpx;
  25. justify-content: flex-start;
  26. }
  27. .feedback-title{
  28. font-size: 24rpx;
  29. font-weight: 500;
  30. color: #444444;
  31. }
  32. textarea{
  33. width: 659rpx;
  34. height: 320rpx;
  35. background: #FFFFFF;
  36. border: 1rpx solid #3E3E3E;
  37. border-radius: 10rpx;
  38. z-index: 1;
  39. }
  40. .suggest_text-count{
  41. width: 659rpx;
  42. height: 40rpx;
  43. justify-content: flex-end;
  44. margin-right: 28rpx;
  45. }
  46. .suggest_text-num{
  47. z-index: 2;
  48. font-size: 26rpx;
  49. margin-bottom: 86rpx;
  50. }
  51. .feedback-exp{
  52. width: 659rpx;
  53. height: 100rpx;
  54. justify-content: space-between;
  55. }
  56. .feedback-explain{
  57. width: 350rpx;
  58. height: 40rpx;
  59. font-size: 24rpx;
  60. font-weight: 500;
  61. color: #444444;
  62. }
  63. .explain-img{
  64. width: 662rpx;
  65. height: 180rpx;
  66. justify-content: flex-start;
  67. }
  68. .explain-img-style{
  69. width: 160rpx;
  70. height: 180rpx;
  71. margin-right: 8rpx;
  72. }
  73. .explain-img-preview{
  74. width: 154rpx;
  75. height: 154rpx;
  76. border: 1rpx solid #3E3E3E;
  77. border-radius: 10rpx;
  78. z-index: 1;
  79. justify-content: center;
  80. }
  81. .close-img-style{
  82. width: 154rpx;
  83. height: 22rpx;
  84. justify-content: flex-end;
  85. z-index: 2;
  86. }
  87. .close-img{
  88. width: 22rpx;
  89. height: 22rpx;
  90. margin-top: 30rpx;
  91. margin-right: -5rpx;
  92. }
  93. .chooseImv{
  94. width: 65rpx;
  95. height: 64rpx;
  96. }
  97. .lower-submit{
  98. width: 659rpx;
  99. height: 100rpx;
  100. margin-top: 50rpx;
  101. }
  102. .order-refund{
  103. width: 631rpx;
  104. height: 90rpx;
  105. background: #B01717;
  106. border-radius: 50rpx;
  107. }
  108. .lower-order-text{
  109. font-size: 36rpx;
  110. font-weight: 500;
  111. color: #FFFFFF;
  112. }