index.rpx.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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_4 {
  43. overflow-wrap: break-word;
  44. color: rgba(153, 153, 153, 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-top: 16rpx;
  52. }
  53. .text_5 {
  54. font-size: 24rpx;
  55. color: red;
  56. line-height: 30rpx;
  57. }
  58. .groupItem1{
  59. height: 220rpx;
  60. border-bottom: 1px solid #EEEEEE;
  61. }
  62. .groupItemKey{
  63. font-size: 28rpx;
  64. font-weight: bold;
  65. color: #333333;
  66. }
  67. .groupItemContent{
  68. font-size: 28rpx;
  69. font-weight: 400;
  70. color: #999999;
  71. }
  72. .thumbnail_2 {
  73. width: 32rpx;
  74. height: 32rpx;
  75. margin: 66rpx 0 6rpx 0;
  76. }
  77. .group_2 {
  78. background-color: rgba(238, 238, 238, 1.000000);
  79. width: 686rpx;
  80. height: 2rpx;
  81. margin-top: 24rpx;
  82. display: flex
  83. }