/* packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxss */ page { width: 100vw; height: 100%; padding: 40rpx 30rpx 0 30rpx; box-sizing: border-box; background-color: #e7f5fb; } .content { width: 100%; /* height: 100%; */ border-radius: 25rpx; /* padding: 30rpx; */ background-color: #fff; } .btn { /* height: 150rpx; */ /* margin-left: 50%; */ margin: 70rpx 0 30rpx 50%; transform: translateX(-50%); background: #4bd6df; padding: 20rpx; width: 50%; text-align: center; border-radius: 40rpx; color: #fff; } .btn_fixed { width: 100%; bottom: 0; height: 300rpx; background: #e7f5fb; } .notice { text-align: center; color: red; font-size: 28rpx; } .cover-layer { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 11; background: rgba(0,0,0,0.4); width: 100%; height: 100%; } .flex{display: flex} .jc-center{ justify-content: center; } .ac{align-items: center} @font-face { font-family: 'iconfont'; /* project id 2125414 */ src: url('//at.alicdn.com/t/font_2125414_o4quhtfqnbr.eot'); src: url('//at.alicdn.com/t/font_2125414_o4quhtfqnbr.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2125414_o4quhtfqnbr.woff2') format('woff2'), url('//at.alicdn.com/t/font_2125414_o4quhtfqnbr.woff') format('woff'), url('//at.alicdn.com/t/font_2125414_o4quhtfqnbr.ttf') format('truetype'), url('//at.alicdn.com/t/font_2125414_o4quhtfqnbr.svg#iconfont') format('svg'); } .icon-pic:before { content: "\e620"; } .t_c{text-align: center} @font-face { font-family: "iconfont"; /* Project id 3188718 */ src: url('iconfont.woff2?t=1645080046840') format('woff2'), url('iconfont.woff?t=1645080046840') format('woff'), url('iconfont.ttf?t=1645080046840') format('truetype'); } .icon-tupian:before { content: "\e997"; } .icon-account:before { content: "\e6a3"; } .icon-prompt-filling:before { content: "\e68b"; }