index.rpx.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. overflow: hidden;
  82. }
  83. .serobImg{
  84. width: 146rpx;
  85. height: 146rpx;
  86. border-radius: 75rpx;
  87. }
  88. .serobName{
  89. height: 40rpx;
  90. font-size: 24rpx;
  91. font-weight: 400;
  92. color: #666666;
  93. line-height: 40rpx;
  94. margin-top: 16rpx;
  95. }
  96. .serobV{
  97. width: 32rpx;
  98. height: 32rpx;
  99. position: absolute;
  100. top: 0;
  101. right: 0;
  102. }
  103. .serobVicon{
  104. width: 32rpx;
  105. height: 32rpx;
  106. }
  107. .selectSerobImg{
  108. width: 80rpx;
  109. height: 80rpx;
  110. border-radius: 40rpx;
  111. margin-bottom: 32rpx;
  112. background: #FFE05C;
  113. }
  114. .selectSerobName{
  115. font-size: 24rpx;
  116. font-weight: 400;
  117. color: #666666;
  118. line-height: 80rpx;
  119. margin-left: 16rpx;
  120. }
  121. .serob{
  122. font-size: 32rpx;
  123. font-weight: bold;
  124. color: #333333;
  125. }
  126. .timeItem {
  127. width: 124rpx;
  128. height: 124rpx;
  129. background: #FAFAFA;
  130. border-radius: 16rpx;
  131. margin-top: 16rpx;
  132. }
  133. .selectBack {
  134. background: rgba(255, 224, 92, 0.1);
  135. border: 4rpx solid #FFE05C;
  136. box-sizing:border-box
  137. }
  138. .time {
  139. font-size: 24rpx;
  140. color: #333333;
  141. line-height: 40rpx;
  142. }
  143. .price {
  144. font-size: 24rpx;
  145. color: #ED569F;
  146. line-height: 40rpx;
  147. }
  148. .noTime{
  149. font-size: 30rpx;
  150. line-height: 200rpx;
  151. }