index.rpx.scss 2.5 KB

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