index.rpx.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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: 92rpx;
  15. }
  16. .marginTop{
  17. margin-top: 24rpx;
  18. }
  19. .serobReminder{
  20. margin-top: 20rpx;
  21. line-height: 40rpx;
  22. padding-left: 32rpx;
  23. color: red;
  24. }
  25. .textareaView{
  26. height: 280rpx;
  27. background: #FAFAFA;
  28. border-radius: 16rpx;
  29. margin-top: 16rpx;
  30. margin-bottom: 32rpx;
  31. font-size: 28rpx;
  32. font-weight: 400;
  33. color: #999999;
  34. padding: 24rpx;
  35. }
  36. .tabBarLineHeight {
  37. height: 138rpx;
  38. }
  39. .tabBarView {
  40. width: 750rpx;
  41. height: 138rpx;
  42. background: #ffffff;
  43. position: fixed;
  44. left: 0;
  45. bottom: 0;
  46. z-index: 5;
  47. .submitButton {
  48. text-align: center;
  49. line-height: 84rpx;
  50. width: 686rpx;
  51. height: 84rpx;
  52. background: #FFE05C;
  53. border-radius: 54rpx;
  54. margin-left: 32rpx;
  55. }
  56. }
  57. .periodDate{
  58. height: 100rpx;
  59. background: #FFFFFF;
  60. font-size: 28rpx;
  61. font-weight: 500;
  62. color: #333333;
  63. line-height: 100rpx;
  64. padding-left: 32rpx;
  65. }
  66. .serob{
  67. font-size: 32rpx;
  68. font-weight: bold;
  69. color: #333333;
  70. }
  71. .serobItem{
  72. margin-top: 24rpx;
  73. text-align: center;
  74. position: relative;
  75. }
  76. .serobImgView{
  77. width: 146rpx;
  78. height: 146rpx;
  79. overflow: hidden;
  80. }
  81. .serobImg{
  82. width: 146rpx;
  83. height: 146rpx;
  84. border-radius: 75rpx;
  85. }
  86. .serobName{
  87. height: 40rpx;
  88. font-size: 24rpx;
  89. font-weight: 400;
  90. color: #666666;
  91. line-height: 40rpx;
  92. margin-top: 16rpx;
  93. }
  94. .serobV{
  95. width: 32rpx;
  96. height: 32rpx;
  97. position: absolute;
  98. top: 0;
  99. right: 0;
  100. }
  101. .serobVicon{
  102. width: 32rpx;
  103. height: 32rpx;
  104. }