123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- .layout-view{
- position: fixed;
- left: 30rem;
- bottom: 0rem;
- padding-bottom: 60rem;
- width: 690rem;
- z-index: 15;
- background-color: rgba(255, 255, 255, 1);
- }
- .layout-list{
- position: relative;
- width: auto;
- box-sizing: border-box;
- z-index: 12;
- }
- .seed-item{
- margin-right:90rem;
- }
- .seed-item:last-child{
- margin-right:0rem;
- }
- .item-text{
- font-family: "Verdana Bold";
- font-weight: 700;
- font-size: 34rem;
- text-align: center;
- color: #1c1c1c;
- width: 95rem;
- /* height: 80rem; */
- margin-bottom:10rem;
- }
- .item-select{
- width: 50rem;
- height: 12rem;
- border-radius: 6rem;
- background: #ffa040;
- }
- .item-set{
- font-family: "Verdana";
- font-weight: 400;
- font-size: 24rem;
- text-align: left;
- color: #faa040;
- }
- .btn-list{
- position: relative;
- width: 100%;
- box-sizing: border-box;
- margin-top:26rem;
- }
- .btn{
- height: 100rem;
- border-radius: 50rem;
- backdrop-filter:blur(40px);
- --webkit-backdrop-filter: blur(40px);
- font-family: "Verdana Bold";
- font-weight: 700;
- font-size: 32rem;
- color: #272727;
- box-sizing: border-box;
- }
- .up{
- width: 546rem;
- box-shadow: 0 6rem 20rem #f2980233;
- }
- .up1{
- color: rgba(245, 145, 39, 1);
- background-image:linear-gradient(124deg, rgba(245, 201, 82, 0.4) 0%, rgba(239, 149, 57, 0.4) 100%);
- }
- .up2{
- color: rgba(255, 255, 255, 1);
- background-image:linear-gradient(124deg, rgba(245, 201, 82, 1) 0%, rgba(239, 149, 57, 1) 100%);
- }
- .voice2{
- background-image:linear-gradient(124deg, rgba(245, 201, 82, 1) 0%, rgba(239, 149, 57, 1) 100%);
- }
- .voice3{
- background-color: rgba(23, 23, 23, 0.04);
- background-image:unset;
- }
- .voice{
- width: 100rem;
- background-color: rgba(23, 23, 23, 0.04);
- }
- .voice .icon{
- width: 31.5rem;
- height: 44rem;
- }
- .voice-view{
- position: absolute;
- left:0rem;
- /* top:0rem; */
- width: 100%;
- font-family: "Verdana";
- font-weight: 400;
- z-index: 15;
- pointer-events: none;
- }
- .voice-title{
- font-size: 36rem;
- color: #242424;
- }
- .voice-tips{
- font-size: 28rem;
- color: rgba(36, 36, 36, 0.51);
- margin-top:10rem;
- margin-bottom:28rem;
- }
- .voice-gif{
- width: 100%;
- margin-top:-20rem;
- }
|