viewlayout.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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: 690rem;
  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. .houseType{
  75. width: 320rem;
  76. box-shadow: 0 6rem 20rem #f2980233;
  77. }
  78. .AiBtn{
  79. width: 320rem;
  80. box-shadow: 0 6rem 20rem #f2980233;
  81. }