/* pages/home/home.wxss */ * { margin: 0; padding: 0; } .heads { padding: 40px 30px 0px 30px; overflow: hidden; } .heads-left { color: #3399FF; } .heads-right { width: 60px; height: 60px; } .heads-right image { width: 100%; height: 100%; } .left { float: left; } .right { float: right; } #wine { width: 100%; height: 100%; } .canvas { width: 80%; height: 80%; position: absolute; left: 8%; border-radius: 10px; overflow: hidden; top: 9%; z-index: -1; background: #F6F6F6; box-shadow: 3px 3px 4px 0px rgba(136, 142, 151, 0.18), -3px -3px 4px 0px #FFFFFF; border-radius: 28px; padding: 7px 8px; } .canvasfalse { width: 80%; height: 90%; position: fixed; left: 10%; border-radius: 20px; overflow: hidden; top: 5%; z-index: -1; background: rgba(255, 255, 255, 1); box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.15); } .canvas image { width: 100%; height: 100%; } .camvas-head { position: absolute; top: 0; height: 57px; width: 89%; background: rgba(0, 0, 0, 0.4); font-size: 14px; padding: 0px 10px 0px 10px; color: rgba(255, 255, 255, 1); margin-top: 7px; border-radius: 20px; } .canvastime { font-size: 12px; margin-top: 10px; } .addto { width: 60px; height: 60px; position: absolute; z-index: 99; top: 181px; right: 3px; } .addto img { width: 100%; height: 100%; } .help { width: 77px; height: 30px; background: rgba(187, 187, 187, 1); border-radius: 30px 0px 0px 30px; font-size: 13px; line-height: 30px; color: rgba(255, 255, 255, 1); position: absolute; right: -4rem; bottom: 181px; text-align: center; transition: all 0.2s ease-in; } /* 没登录状态 */ .notLoggedin { width: 87%; height: 36%; margin: 0 auto; margin-top: 38%; } .notLoggedin img { width: 100%; height: 100%; margin: 0 auto; } .notLoggedin-text { font-size: 16px; color: #FDB456; margin-top: 8px; text-align: center; } .notLoggedin-bt { width: 153px; height: 45px; line-height: 45px; background: linear-gradient(272deg, rgba(255, 201, 133, 1) 0%, rgba(255, 177, 78, 1) 100%); box-shadow: 0px 4px 8px rgba(251, 145, 11, 0.2); opacity: 1; border-radius: 10px; font-size: 16px; color: #D17F00; text-align: center; margin: 0 auto; margin-top: 22px; } .vip image { width: 60px; height: 30px; margin-left: 10px; } .tips { position: fixed; width: 100%; height: 100%; bottom: 0; background: rgba(0, 0, 0, 0.8); z-index: 511; } .tipsMane { width: 70%; height: 326px; background: #fff; z-index: 999; position: absolute; top: 30%; left: 15%; border-radius: 10px; } .tipsTitle { padding: 30px 0; text-align: center; font-size: 32px; } .tipsTEXT { font-size: 28px; text-align: center; color: #333333; } .tipsBt { width: 80%; height: 80px; line-height: 80px; background: #0886F5; text-align: center; font-size: 32px; margin: 0 auto; color: #fff; border-radius: 10px; margin-top: 35px; } .tipsimg { width: 68px; height: 68px; background: #fff; position: absolute; z-index: 999; top: 350px; border-radius: 50%; left: 44%; } .tipsimg img { width: 100%; height: 100%; } .vipimg { width: 24px; height: 18px; } .newhelp { display: flex; font-size: 12px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #999999; line-height: 17px; align-items: center; position: absolute; top: 0; left: 0; margin-top: 10px; margin-left: 15px; } .newhelp .font { text-decoration: underline; margin-left: 2px; } .newhelp .helpImg { width: 0.875rem; height: 0.875rem; } .newhelp .helpImg img { width: 100%; height: 100%; } .buyIcon { position: absolute; top: 0; right: 0; /* margin-top: 0.625rem; margin-right: 0.625rem; */ } .th_renew { width: 3rem; height: 1.375rem; background: linear-gradient(90deg, #FFC52C 0%, #FF9D3B 100%); box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); border-radius: 0.8125rem; } .tophead { display: flex; } .camvas-head { display: flex; align-items: center; justify-content: space-between; } .thl-font { font-size: 0.75rem; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #FFFFFF; } .thl-time { font-size: 0.625rem; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #FFFFFF; transform: scale(.8); margin-left: -0.9375rem; } .th_right { margin-left: 0.625rem; } .kongWine { background: #FFFFFF; border-radius: 20px; } .kp_btn { width: 7.5rem; height: 1.875rem; background: linear-gradient(104deg, #5682FF 0%, #285CF1 100%); border-radius: 20px; line-height: 1.875rem; font-size: 0.75rem; font-family: MicrosoftYaHei; color: #FFFFFF; line-height: 1.875rem; margin: 0 auto; margin-top: 15px; } .kp_img { padding-top: 50%; }