feedback.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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: 659rpx;
  65. height: 180rpx;
  66. justify-content: space-between;
  67. }
  68. .explain-img-style{
  69. width: 160rpx;
  70. height: 180rpx;
  71. }
  72. .explain-img-preview{
  73. width: 154rpx;
  74. height: 154rpx;
  75. border: 1rpx solid #3E3E3E;
  76. border-radius: 10rpx;
  77. z-index: 1;
  78. justify-content: center;
  79. }
  80. .close-img-style{
  81. width: 154rpx;
  82. height: 22rpx;
  83. justify-content: flex-end;
  84. z-index: 2;
  85. }
  86. .close-img{
  87. width: 22rpx;
  88. height: 22rpx;
  89. margin-top: 30rpx;
  90. margin-right: -5rpx;
  91. }
  92. .chooseImv{
  93. width: 65rpx;
  94. height: 64rpx;
  95. }
  96. .lower-submit{
  97. width: 659rpx;
  98. height: 100rpx;
  99. margin-top: 50rpx;
  100. }
  101. .order-refund{
  102. width: 631rpx;
  103. height: 90rpx;
  104. background: #B01717;
  105. border-radius: 50rpx;
  106. }
  107. .lower-order-text{
  108. font-size: 36rpx;
  109. font-weight: 500;
  110. color: #FFFFFF;
  111. }