helpDetail.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. page {
  2. height: 100%;
  3. color: #f4f4f4;
  4. }
  5. .title {
  6. color: #FC880B;
  7. font-size: 32rpx;
  8. margin: 39rpx 0 31rpx 30rpx;
  9. }
  10. .del {
  11. font-size: 26rpx;
  12. color: #5A5959;
  13. width: 90%;
  14. margin: 0 auto;
  15. text-align: justify;
  16. text-justify: inter-ideograph;
  17. }
  18. .no_parking_bike{
  19. display: flex;
  20. flex-direction: column;
  21. }
  22. .no_parking_bike text{
  23. padding-top: 20rpx;
  24. }
  25. image {
  26. width: 750rpx;
  27. height: 1920rpx;
  28. }
  29. /* 隐私条款 */
  30. .priCon {
  31. width: 93%;
  32. margin: 0 auto;
  33. }
  34. .priTitle {
  35. font-size: 32rpx;
  36. color: #2a2a2a;
  37. margin: 34rpx 0 19rpx;
  38. }
  39. .line {
  40. width: 100rpx;
  41. height: 4rpx;
  42. background: #2a2a2a;
  43. }
  44. .passage {
  45. font-size: 26rpx;
  46. text-align: justify;
  47. color: #2a2a2a;
  48. }
  49. .passage view {
  50. line-height: 1.5;
  51. margin-top: 10rpx;
  52. }
  53. .passage>view:first-child {
  54. margin: 21rpx 0 44rpx;
  55. }
  56. /* 反馈 */
  57. .feadback {
  58. width: 100%;
  59. height: 100vh;
  60. background: #f5f5f5;
  61. }
  62. .divide {
  63. height: 20rpx;
  64. width: 100%;
  65. background: #f5f5f5;
  66. }
  67. .content textarea {
  68. font-size: 28rpx;
  69. width: 100%;
  70. height: 450rpx;
  71. background: #fff;
  72. padding: 20rpx 37rpx 0 37rpx;
  73. position: relative;
  74. box-sizing: border-box;
  75. color: #2a2a2a;
  76. }
  77. .content text {
  78. position: absolute;
  79. bottom: 31rpx;
  80. right: 27rpx;
  81. color: #999;
  82. }
  83. .btn {
  84. margin-top: 100rpx;
  85. }
  86. .btn view {
  87. height: 85rpx;
  88. line-height: 85rpx;
  89. text-align: center;
  90. width: 650rpx;
  91. margin: 0 auto;
  92. background: #18D5B9;
  93. color: #fff;
  94. border-radius: 10rpx;
  95. font-size: 28rpx;
  96. }
  97. .step{
  98. width: 90%;
  99. margin:0 auto;
  100. }
  101. .step image {
  102. width: 660rpx;
  103. height: 320rpx;
  104. margin-top: 40rpx;
  105. }