index.rpx.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .tabBarLineHeight {
  2. height: 138rpx;
  3. }
  4. .tabBarView {
  5. position: fixed;
  6. bottom: 32rpx;
  7. left: 32rpx;
  8. .submitButton {
  9. text-align: center;
  10. line-height: 84rpx;
  11. width: 686rpx;
  12. height: 84rpx;
  13. background: #FFE05C;
  14. border-radius: 54rpx;
  15. }
  16. }
  17. .box_4 {
  18. display: flex;
  19. flex-direction: column;
  20. padding: 24rpx 32rpx 1026rpx 32rpx;
  21. }
  22. .group_1 {
  23. width: 686rpx;
  24. flex-direction: row;
  25. display: flex;
  26. justify-content: space-between;
  27. }
  28. .text-group_2 {
  29. //border: 2rpx solid blue;
  30. width: 650rpx;
  31. display: flex;
  32. flex-direction: column;
  33. //justify-content: space-between;
  34. }
  35. .text-group_3{
  36. //border: 2rpx solid blue;
  37. width: 686rpx;
  38. display: flex;
  39. //flex-direction: column;
  40. justify-content: space-between;
  41. }
  42. .text_3 {
  43. overflow-wrap: break-word;
  44. color: rgba(51, 51, 51, 1);
  45. font-size: 28rpx;
  46. font-family: PingFangSC-Regular;
  47. font-weight: normal;
  48. text-align: left;
  49. white-space: nowrap;
  50. line-height: 44rpx;
  51. margin-right: 84rpx;
  52. }
  53. .text_4 {
  54. overflow-wrap: break-word;
  55. color: rgba(153, 153, 153, 1);
  56. font-size: 28rpx;
  57. font-family: PingFangSC-Regular;
  58. font-weight: normal;
  59. text-align: left;
  60. white-space: nowrap;
  61. line-height: 44rpx;
  62. margin-top: 16rpx;
  63. }
  64. .text_5 {
  65. font-size: 24rpx;
  66. color: red;
  67. line-height: 30rpx;
  68. }
  69. .groupItem1{
  70. height: 220rpx;
  71. border-bottom: 1px solid #EEEEEE;
  72. }
  73. .groupItemKey{
  74. font-size: 28rpx;
  75. font-weight: bold;
  76. color: #333333;
  77. }
  78. .groupItemContent{
  79. font-size: 28rpx;
  80. font-weight: 400;
  81. color: #999999;
  82. }
  83. .thumbnail_2 {
  84. width: 32rpx;
  85. height: 32rpx;
  86. margin: 66rpx 0 6rpx 0;
  87. }
  88. .group_2 {
  89. background-color: rgba(238, 238, 238, 1.000000);
  90. width: 686rpx;
  91. height: 2rpx;
  92. margin-top: 24rpx;
  93. display: flex
  94. }