.mine { min-height: 100vh; background-color: #041129; .draw-content { padding: 48px 30px; .draw-title { margin-top: 48px; font-family: PingFangSC-Regular; font-size: 28px; color: #FFFFFF; } .draw-text { margin-top: 30px; position: relative; .draw-content-func { display: flex; position: absolute; right: 0; top: -84px; } .delete-draw-text { padding: 0 20px; height: 64px; line-height: 64px; font-family: PingFangSC-Regular; font-size: 24px; letter-spacing: 0; text-align: center; background-color: rgba(255, 255, 255, .05); color: rgba(255, 255, 255, .5); } .recommend { margin-right: 20px; width: 222px; height: 64px; display: flex; align-items: center; border-radius: 16px; justify-content: center; background-color: rgba(255, 255, 255, .05); color: rgba(255, 255, 255, .5); .recommend-img { margin-left: 10px; width: 32px; height: 32px; display: block; } .recommend-text { font-family: PingFangSC-Regular; font-size: 24px; letter-spacing: 0; text-align: center; } } .draw-taxtarea { width: 642px; background-color: rgba(255, 255, 255, .05); font-size: 28px; color: rgba(255, 255, 255, .5); height: 150px; padding: 24rpx 24rpx 44rpx 24rpx; } .textarea-num { margin-top: -50px; margin-right: 20px; text-align: end; color: rgba(255, 255, 255, .5); } .generate { margin-top: 40px; display: flex; justify-content: flex-end; } .generate-button { padding: 20px 40px; border-radius: 96px; text-align: center; position: relative; right: 0; z-index: 100; background-image: linear-gradient(-49deg, #5D81FF 0%, #0F84EC 100%); font-family: PingFangSC-Regular; font-size: 28px; color: #FFFFFF; } } } .result-content { // margin-top: 40px; display: flex; justify-content: space-between; flex-wrap: wrap; .content-info { width: 330px; margin-bottom: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; .info-img { width: 100%; display: block; } } } .func { width: 100%; margin-top: 76px; .func-list { padding: 0 30px; display: flex; justify-content: space-evenly; } .func-info { display: flex; justify-content: center; align-items: center; width: 218px; height: 80px; border-radius: 8px; border: 2px solid rgba(16, 133, 237, 1); font-family: PingFangSC-Regular; font-size: 32px; color: #38ADF4; letter-spacing: 0; text-align: center; .func-image { margin-right: 22px; width: 48px; height: 48px; } } } .banner-content { margin-top: 40px; width: 100%; position: relative; } .banner { width: 100%; min-height: 420px; position: relative; .banner-tips { font-family: PingFangSC-Regular; font-size: 32px; color: rgba(255, 255, 255, .75); .tips-left { position: absolute; top: 50px; left: 10px; } .tips-right { position: absolute; top: 50px; right: 10px; text-decoration: underline } } .banner-info { background-color: #535353; width: 100%; height: 390px; .banner-image { width: 100%; height: 100%; } } } .banner-indicatorDots { margin-top: 10px; display: flex; justify-content: center; .indicatorDots-info { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-left: 10px; width: 100px; height: 57px; .indicatorDots-img { width: 100%; height: 100%; } } } }