viewlayout.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .layout-view{
  2. position: fixed;
  3. left: 30rem;
  4. bottom: 0rem;
  5. padding-bottom: 60rem;
  6. width: 690rem;
  7. z-index: 15;
  8. background-color: rgba(255, 255, 255, 1);
  9. }
  10. .layout-list{
  11. position: relative;
  12. width: auto;
  13. box-sizing: border-box;
  14. z-index: 12;
  15. }
  16. .seed-item{
  17. margin-right:90rem;
  18. }
  19. .seed-item:last-child{
  20. margin-right:0rem;
  21. }
  22. .item-text{
  23. font-family: "Verdana Bold";
  24. font-weight: 700;
  25. font-size: 34rem;
  26. text-align: center;
  27. color: #1c1c1c;
  28. width: 95rem;
  29. /* height: 80rem; */
  30. margin-bottom:10rem;
  31. }
  32. .item-select{
  33. width: 50rem;
  34. height: 12rem;
  35. border-radius: 6rem;
  36. background: #ffa040;
  37. }
  38. .item-set{
  39. font-family: "Verdana";
  40. font-weight: 400;
  41. font-size: 24rem;
  42. text-align: left;
  43. color: #faa040;
  44. }
  45. .btn-list{
  46. position: relative;
  47. width: 100%;
  48. box-sizing: border-box;
  49. margin-top:26rem;
  50. }
  51. .btn{
  52. height: 100rem;
  53. border-radius: 50rem;
  54. backdrop-filter:blur(40px);
  55. --webkit-backdrop-filter: blur(40px);
  56. font-family: "Verdana Bold";
  57. font-weight: 700;
  58. font-size: 32rem;
  59. color: #272727;
  60. box-sizing: border-box;
  61. }
  62. .up{
  63. width: 546rem;
  64. box-shadow: 0 6rem 20rem #f2980233;
  65. }
  66. .up1{
  67. color: rgba(245, 145, 39, 1);
  68. background-image:linear-gradient(124deg, rgba(245, 201, 82, 0.4) 0%, rgba(239, 149, 57, 0.4) 100%);
  69. }
  70. .up2{
  71. color: rgba(255, 255, 255, 1);
  72. background-image:linear-gradient(124deg, rgba(245, 201, 82, 1) 0%, rgba(239, 149, 57, 1) 100%);
  73. }
  74. .voice2{
  75. background-image:linear-gradient(124deg, rgba(245, 201, 82, 1) 0%, rgba(239, 149, 57, 1) 100%);
  76. }
  77. .voice3{
  78. background-color: rgba(23, 23, 23, 0.04);
  79. background-image:unset;
  80. }
  81. .voice{
  82. width: 100rem;
  83. background-color: rgba(23, 23, 23, 0.04);
  84. }
  85. .voice .icon{
  86. width: 31.5rem;
  87. height: 44rem;
  88. }
  89. .voice-view{
  90. position: absolute;
  91. left:0rem;
  92. /* top:0rem; */
  93. width: 100%;
  94. font-family: "Verdana";
  95. font-weight: 400;
  96. z-index: 15;
  97. pointer-events: none;
  98. }
  99. .voice-title{
  100. font-size: 36rem;
  101. color: #242424;
  102. }
  103. .voice-tips{
  104. font-size: 28rem;
  105. color: rgba(36, 36, 36, 0.51);
  106. margin-top:10rem;
  107. margin-bottom:28rem;
  108. }
  109. .voice-gif{
  110. width: 100%;
  111. margin-top:-20rem;
  112. }