help.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. /* pages/ucenter/help/help.wxss */
  2. page {
  3. height: 100%;
  4. width: 100%;
  5. /* background: #f4f4f4; */
  6. }
  7. .container1 {
  8. /* background: #f4f4f4; */
  9. height: auto;
  10. overflow: hidden;
  11. width: 100%;
  12. }
  13. .context{
  14. background: #fff;
  15. /* margin-top: 60rpx; */
  16. height: 225rpx;
  17. width: 100%;
  18. text-align: center;
  19. min-height: 178rpx;
  20. font-family: 'Lucida Sans',
  21. 'Lucida Sans Regular',
  22. 'Lucida Grande',
  23. 'Lucida Sans Unicode',
  24. Geneva,
  25. Verdana,
  26. sans-serif;
  27. font-size: 24rpx;
  28. color: #434343;
  29. box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
  30. border-bottom: 2rpx solid #f1f1f1;
  31. }
  32. .context_view {
  33. width: calc(50% - 2rpx);
  34. margin: 30rpx 0 0rpx 0rpx;
  35. display: inline-block;
  36. }
  37. .context_view.left {
  38. border-right: 2rpx solid #f1f1f1;
  39. }
  40. .context_view.active{
  41. background-color: #fafafa;
  42. }
  43. .context_view image {
  44. /* margin: 28rpx 0 10rpx 0; */
  45. width: 116rpx;
  46. height: 113rpx;
  47. flex-shrink: 0;
  48. overflow: hidden;
  49. }
  50. .context text {
  51. display: block;
  52. font-size: 32rpx;
  53. font-weight: bold;
  54. text-overflow: ellipsis;
  55. white-space: nowrap;
  56. overflow: hidden;
  57. line-height: 40rpx;
  58. height: 40rpx;
  59. min-height: 40rpx;
  60. margin-top: 10rpx;
  61. }
  62. text {
  63. font-size: 34rpx;
  64. font-family: 'Lucida Sans',
  65. 'Lucida Sans Regular',
  66. 'Lucida Grande',
  67. 'Lucida Sans Unicode',
  68. Geneva,
  69. Verdana,
  70. sans-serif;
  71. color: #040404;
  72. text-overflow: ellipsis;
  73. white-space: nowrap;
  74. overflow: hidden;
  75. line-height: 140rpx;
  76. height: 140rpx;
  77. min-height: 140rpx;
  78. }
  79. .title1{
  80. margin:40rpx 32rpx 0rpx 42rpx;
  81. border-bottom: 2rpx solid #f1f1f1;
  82. }
  83. .title1 text{
  84. font-size:28rpx;
  85. color: #999999;
  86. height: 68rpx;
  87. line-height: 68rpx;
  88. min-height: 68rpx;
  89. display: block;
  90. }
  91. .title2{
  92. margin:30rpx 32rpx 0rpx 42rpx;
  93. }
  94. .title2 view{
  95. height: 68rpx;
  96. }
  97. image.down1{
  98. width: 20rpx;
  99. height: 12rpx;
  100. }
  101. image.coupon{
  102. width: 37rpx;
  103. height: 31rpx;
  104. margin: 18rpx 40rpx 19rpx 0rpx;
  105. }
  106. image.payment{
  107. width: 43rpx;
  108. height: 37rpx;
  109. margin: 12rpx 34rpx 19rpx 0rpx;
  110. }
  111. image.invoice{
  112. width: 37rpx;
  113. height: 33rpx;
  114. margin: 16rpx 40rpx 19rpx 0rpx;
  115. }
  116. image.question{
  117. width: 36rpx;
  118. height: 35rpx;
  119. margin: 14rpx 41rpx 19rpx 0rpx;
  120. }
  121. image.advice{
  122. width: 33rpx;
  123. height: 35rpx;
  124. margin: 14rpx 44rpx 19rpx 0rpx;
  125. }
  126. .coupon_info text,.payment_info text,.invoice_info text,.question_info text,.advice_info text{
  127. display: inline-block;
  128. font-weight: bold;
  129. font-size:30rpx;
  130. height: 68rpx;
  131. line-height: 68rpx;
  132. min-height: 68rpx;
  133. }
  134. .coupon_info view,.payment_info view,.invoice_info view,.question_info view,.advice_info view{
  135. height: 68rpx;
  136. line-height: 68rpx;
  137. min-height: 68rpx;
  138. float: right;
  139. }
  140. .title3 {
  141. margin-left:120rpx;
  142. padding-bottom: 32rpx;
  143. border-bottom: 2rpx solid #f1f1f1;
  144. }
  145. .title3 text{
  146. font-size:24rpx;
  147. color: #999999;
  148. height: 56rpx;
  149. line-height: 56rpx;
  150. min-height: 56rpx;
  151. display: block;
  152. }