viewlayout.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .layout-view{
  2. position: fixed;
  3. left: 30px;
  4. bottom: 0px;
  5. padding-bottom: 30px;
  6. width: 690px;
  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:90px;
  18. }
  19. .seed-item:last-child{
  20. margin-right:0px;
  21. }
  22. .item-text{
  23. font-family: "Verdana Bold";
  24. font-weight: 700;
  25. font-size: 34px;
  26. text-align: center;
  27. color: #1c1c1c;
  28. width: 95px;
  29. /* height: 80px; */
  30. margin-bottom:10px;
  31. }
  32. .item-select{
  33. width: 50px;
  34. height: 12px;
  35. border-radius: 6px;
  36. background: #ffa040;
  37. }
  38. .item-set{
  39. font-family: "Verdana";
  40. font-weight: 400;
  41. font-size: 24px;
  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:26px;
  50. }
  51. .btn{
  52. height: 100px;
  53. border-radius: 12px;
  54. // backdrop-filter:blur(40px);
  55. // --webkit-backdrop-filter: blur(40px);
  56. font-family: "Verdana Bold";
  57. font-weight: 700;
  58. font-size: 32px;
  59. color: #272727;
  60. box-sizing: border-box;
  61. }
  62. .up{
  63. width: 690px;
  64. box-shadow: 0 6px 20px #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. .up3{
  75. color: rgba(255, 255, 255, 1);
  76. background-image:linear-gradient(124deg, #ccc 0%, #ccc 100%);
  77. }
  78. .houseType{
  79. // width: 320px;
  80. width: 242px;
  81. // box-shadow: 0 6px 20px #f2980233;
  82. }
  83. .style1{
  84. margin-right:17px;
  85. }
  86. .AiBtn{
  87. // flex:1;
  88. width: 410px;
  89. // box-shadow: 0 6px 20px #f2980233;
  90. }
  91. .pinggu{
  92. font-family: "Verdana Bold";
  93. font-weight: 700;
  94. font-size: 30px;
  95. color: #fff;
  96. }