index.rpx.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. .page{
  2. background: #F7F7F7;
  3. }
  4. .group{
  5. background: #FFFFFF;
  6. padding: 24rpx 32rpx;
  7. }
  8. .serob{
  9. font-size: 32rpx;
  10. font-weight: bold;
  11. color: #333333;
  12. }
  13. .serobItems{
  14. margin-top: 32rpx;
  15. height: 206rpx;
  16. }
  17. .scrollX{
  18. height: 206rpx;
  19. white-space: nowrap;
  20. min-width: 150rpx;
  21. max-width: 506rpx;
  22. }
  23. .serobItem{
  24. width: 150rpx;
  25. height: 206rpx;
  26. text-align: center;
  27. margin-left: 28rpx;
  28. position: relative;
  29. }
  30. .serobItem:first-child {
  31. margin-left: 0rpx;
  32. }
  33. .serobImgView{
  34. width: 146rpx;
  35. height: 146rpx;
  36. overflow: hidden;
  37. }
  38. .serobImg{
  39. width: 146rpx;
  40. height: 146rpx;
  41. border-radius: 75rpx;
  42. }
  43. .addSerobImg{
  44. width: 146rpx;
  45. height: 146rpx;
  46. border-radius: 75rpx;
  47. margin-left: 28rpx;
  48. border: 2rpx dashed #DDDDDD;
  49. font-size: 120rpx;
  50. text-align: center;
  51. line-height: 130rpx;
  52. }
  53. .serobName{
  54. height: 40rpx;
  55. font-size: 24rpx;
  56. font-weight: 400;
  57. color: #666666;
  58. line-height: 40rpx;
  59. margin-top: 16rpx;
  60. }
  61. .serobV{
  62. width: 32rpx;
  63. height: 32rpx;
  64. position: absolute;
  65. top: 0;
  66. right: 0;
  67. }
  68. .serobVicon{
  69. width: 32rpx;
  70. height: 32rpx;
  71. }
  72. .hintView{
  73. width: 686rpx;
  74. height: 104rpx;
  75. background: #FFF7EA;
  76. border-radius: 16rpx;
  77. border: 2rpx solid #FFFFFF;
  78. margin: 24rpx 32rpx;
  79. }
  80. .hint{
  81. width: 24rpx;
  82. height: 24rpx;
  83. border-radius: 12rpx;
  84. text-align: center;
  85. background: #FFAF36;
  86. color: #FFFFFF;
  87. font-size: 18rpx;
  88. margin-left: 10rpx;
  89. }
  90. .hintCentent{
  91. font-size: 24rpx;
  92. font-weight: 400;
  93. color: #FFAF36;
  94. line-height: 40rpx;
  95. margin-left: 16rpx;
  96. margin-top: 12rpx;
  97. }
  98. .marginTop{
  99. margin-top: 24rpx;
  100. }
  101. .selectSerobImg{
  102. width: 80rpx;
  103. height: 80rpx;
  104. border-radius: 40rpx;
  105. margin-bottom: 40rpx;
  106. }
  107. .selectSerobName{
  108. font-size: 24rpx;
  109. font-weight: 400;
  110. color: #666666;
  111. line-height: 80rpx;
  112. margin-left: 16rpx;
  113. }
  114. .groupItem{
  115. height: 92rpx;
  116. border-bottom: 1px solid #EEEEEE;
  117. }
  118. .groupItemKey{
  119. font-size: 28rpx;
  120. width: 200rpx;
  121. font-weight: bold;
  122. color: #333333;
  123. line-height: 92rpx;
  124. }
  125. .groupItemContent{
  126. font-size: 28rpx;
  127. line-height: 92rpx;
  128. font-weight: 400;
  129. width: 486rpx;
  130. color: #999999;
  131. }
  132. .tabBarLineHeight {
  133. height: 138rpx;
  134. }
  135. .tabBarView {
  136. width: 750rpx;
  137. height: 138rpx;
  138. background: #ffffff;
  139. position: fixed;
  140. left: 0;
  141. bottom: 0;
  142. .submitButton {
  143. text-align: center;
  144. line-height: 84rpx;
  145. width: 686rpx;
  146. height: 84rpx;
  147. background: #FFE05C;
  148. border-radius: 54rpx;
  149. margin-left: 32rpx;
  150. }
  151. }
  152. .textareaView{
  153. height: 280rpx;
  154. background: #FAFAFA;
  155. border-radius: 16rpx;
  156. margin-top: 16rpx;
  157. margin-bottom: 32rpx;
  158. font-size: 28rpx;
  159. font-family: PingFangSC-Regular, PingFang SC;
  160. font-weight: 400;
  161. color: #999999;
  162. padding: 24rpx;
  163. }