index.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .container {
  2. padding-bottom: 126rpx;
  3. }
  4. .storeClassContent {
  5. &_item {
  6. width: 710rpx;
  7. margin: 20rpx auto;
  8. padding: 32rpx 30rpx;
  9. background: #ffffff;
  10. &_father {
  11. display: flex;
  12. align-items: center;
  13. justify-content: space-between;
  14. color: #282828;
  15. &_label {
  16. display: flex;
  17. align-items: center;
  18. font-size: 30rpx;
  19. image {
  20. width: 30rpx;
  21. margin-right: 10rpx;
  22. }
  23. .iconfont{
  24. color: #E93323;
  25. font-size: 32rpx;
  26. margin-right: 10rpx;
  27. }
  28. }
  29. &_right {
  30. color: #bbbbbb;
  31. .iconfont{
  32. color: #282828;
  33. }
  34. }
  35. }
  36. &_child {
  37. margin-top: 30rpx;
  38. &_item {
  39. background: #f5f5f5;
  40. padding: 24rpx 30rpx;
  41. border-radius: 10px;
  42. margin-bottom: 20rpx;
  43. color: #282828;
  44. display: flex;
  45. flex-wrap: wrap;
  46. justify-content: space-between;
  47. font-size: 26rpx;
  48. }
  49. }
  50. }
  51. &_tip {
  52. display: flex;
  53. align-items: center;
  54. color: #e93323;
  55. font-size: 22rpx;
  56. padding: 23rpx 30rpx;
  57. image {
  58. width: 23rpx;
  59. height: 23rpx;
  60. margin-right: 10rpx;
  61. }
  62. }
  63. }
  64. .handle_bottom {
  65. position: fixed;
  66. bottom: 0;
  67. left: 0;
  68. width: 100%;
  69. height: 126rpx;
  70. background: #ffffff;
  71. display: flex;
  72. align-items: center;
  73. justify-content: center;
  74. &_button {
  75. width: 690rpx;
  76. height: 86rpx;
  77. background: #e93323;
  78. border-radius: 43rpx;
  79. display: flex;
  80. align-items: center;
  81. justify-content: center;
  82. font-size: 32rpx;
  83. color: #FFFFFF;
  84. }
  85. }