index.rpx.scss 1.5 KB

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