index.rpx.scss 2.5 KB

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