index.rpx.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .tabBarLineHeight {
  2. height: 138rpx;
  3. }
  4. .tabBarView {
  5. position: fixed;
  6. bottom: 0;
  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. display: flex;
  30. flex-direction: column;
  31. }
  32. .text_3 {
  33. overflow-wrap: break-word;
  34. color: rgba(51, 51, 51, 1);
  35. font-size: 28rpx;
  36. font-family: PingFangSC-Regular;
  37. font-weight: normal;
  38. text-align: left;
  39. white-space: nowrap;
  40. line-height: 44rpx;
  41. margin-right: 84rpx;
  42. }
  43. .text_4 {
  44. overflow-wrap: break-word;
  45. color: rgba(153, 153, 153, 1);
  46. font-size: 28rpx;
  47. font-family: PingFangSC-Regular;
  48. font-weight: normal;
  49. text-align: left;
  50. white-space: nowrap;
  51. line-height: 44rpx;
  52. margin-top: 16rpx;
  53. }
  54. .thumbnail_2 {
  55. width: 32rpx;
  56. height: 32rpx;
  57. margin: 66rpx 0 6rpx 0;
  58. }
  59. .group_2 {
  60. background-color: rgba(238, 238, 238, 1.000000);
  61. width: 686rpx;
  62. height: 2rpx;
  63. margin-top: 24rpx;
  64. display: flex
  65. }