FoodConsole.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. .box11 {
  2. width: 304px;
  3. height: 304px;
  4. margin-left: 40px;
  5. margin-right: 40px;
  6. background-color: #00ffff;
  7. }
  8. .food_console_box {
  9. background-color: #121212;
  10. border-radius: 36px;
  11. margin-left: 46px;
  12. margin-right: 46px;
  13. padding-top: 32px;
  14. padding-bottom: 44px;
  15. margin-bottom: 60px;
  16. }
  17. .food_console_title {
  18. color: #fff;
  19. font-size: 36px;
  20. font-weight: bold;
  21. margin-left: 40px;
  22. }
  23. .food_console_desc {
  24. margin-top: 16px;
  25. display: flex;
  26. flex-direction: row;
  27. color: #ffffff66;
  28. font-size: 28px;
  29. line-height: 48px;
  30. }
  31. .food_console_desc_off {
  32. margin-top: 16px;
  33. display: flex;
  34. flex-direction: column;
  35. color: #ffffff66;
  36. font-size: 28px;
  37. line-height: 48px;
  38. margin-left: 40px;
  39. }
  40. .food_console_desc_point {
  41. width: 12px;
  42. height: 12px;
  43. border-radius: 6px;
  44. margin-right: 8px;
  45. margin-left: 20px;
  46. margin-top: 18px;
  47. }
  48. .demo1 {
  49. width: 100px;
  50. height: 100px;
  51. position: relative;
  52. // background-color: red;
  53. }
  54. .demo1::before {
  55. position: absolute;
  56. left: 0;
  57. top: 0;
  58. width: 100%;
  59. height: 100%;
  60. background-color: pink;
  61. z-index: 1;
  62. }
  63. .demo1::after {
  64. background-color: #ffffff66;
  65. }
  66. .camera_bg {
  67. width: 304px;
  68. height: 304px;
  69. border-radius: 36px;
  70. background-color: #1c1c1c;
  71. display: flex;
  72. flex-direction: column;
  73. align-items: center;
  74. position: relative;
  75. }
  76. .album_bottom {
  77. position: absolute;
  78. left: 0;
  79. right: 0;
  80. bottom: 0;
  81. height: 88px;
  82. }
  83. .camera_icon {
  84. width: 72px;
  85. height: 60px;
  86. margin-top: 76px;
  87. }
  88. .camera_text {
  89. margin-top: 18px;
  90. font-size: 32px;
  91. line-height: 32px;
  92. color: #fff;
  93. opacity: 0.4;
  94. font-weight: bold;
  95. }
  96. .album_text {
  97. margin-top: 60px;
  98. font-size: 24px;
  99. line-height: 26px;
  100. color: #fff;
  101. opacity: 0.2;
  102. font-weight: bold;
  103. }
  104. .center_line2{
  105. position: absolute;
  106. left: 374px;
  107. width: 2px;
  108. top: 0;
  109. bottom: 0;
  110. background-color: #fff;
  111. opacity: 0.2;
  112. z-index: -1;
  113. }
  114. /* #ifdef weapp */
  115. .myswitch{
  116. // width: 100px !important;
  117. // height: 50px !important;
  118. transform: scale(0.85);
  119. transform-origin: right center;
  120. margin-right: -10px;
  121. }
  122. /* #endif */
  123. /* #ifdef rn */
  124. .myswitch{
  125. }
  126. /* #endif */