/* pages/student/student.wxss */ .bgImg{ width: 100%; position: relative; z-index: 2; /* background: #FA1E17; */ } .icon-img{ height: 48rpx; margin-right: 16rpx; margin-left: 30rpx; margin-top: 18rpx; } image{ display:block; } .btn-view{ background: #FA1E17; padding: 40rpx 0; position: relative; } .btn-box{ width: 700rpx; margin: 0 auto; padding: 40rpx 0; background: #FFF; border-radius: 20rpx; } .share-btn{ width: 600rpx; margin: 40rpx auto; text-align: center; color: #FFF; background: linear-gradient(45deg, #FA2E17, #FB671E); height: 80rpx; line-height: 80rpx; border-radius: 50rpx; font-size: 32rpx; } .line{ width: 100%; height: 1px; border-top: 1px dashed #ddd; margin: 70rpx 0; } .other-btn{ width: 600rpx; margin: 40rpx auto; display: flex; justify-content: space-between; } .other-btn>view,.other-btn>button{ display: flex; background: linear-gradient(45deg, #FA2E17, #FB671E); color: #FFF; font-size: 32rpx; width: 270rpx; height: 80rpx; line-height: 80rpx; border-radius: 50rpx; } .other-btn>view:last-child{ background: linear-gradient(45deg, #FBA425, #FFC736); } .step-one{ width: 50%; padding: 30rpx 25% 60rpx; } .step-two,.step-three{ background: none; } .step-three{ border-top: 20rpx solid #eee; width: 58%; padding: 20rpx 21%; } .left-radius{ height: 30rpx; width: 30rpx; position: absolute; background: #FA1E17; top: 250rpx; border-radius: 100%; left: 15rpx; } .right-radius{ height: 30rpx; width: 30rpx; position: absolute; background: #FA1E17; top: 250rpx; border-radius: 100%; right: 15rpx; } .total-view{ display: flex; padding: 40rpx; height: 60rpx; margin-bottom: 20rpx; } .total-view view{ margin: 0 auto; text-align: center; text-align: center; font-size: 32rpx; font-weight: 600; } .total-view view:last-child{ color: #FA1E17; } .total-view text{ display: block; display: block; font-weight: 400; font-size: 32rpx; color: #999; } .close-camera{ position: absolute; z-index: 2; color: #FFF; font-size: 32rpx; padding: 25rpx; bottom: 60rpx; width: 300rpx; left: 50%; margin-left: -175rpx; text-align: center; height: 40rpx; line-height: 40rpx; background: #eee; color: #333; } .camera-view{ position: fixed; top: 0; width: 750rpx; left: 750rpx; z-index: 3; } .sl { color: #ccc; padding: 0 2px; } .unit { color: #999; font-size: 0.9rem; } .shareImgBg{ position: fixed; top: 0; height: 100%; background: #333; width: 750rpx; z-index: 3; opacity: 0.4; } .shareImg-view{ width: 700rpx; height: 900rpx; position: fixed; top:50rpx; left: 25rpx; z-index: 3; } .shareImg-view image{ height: 100%; width: 100%; } .code-img{ background: #FFF; width: 150rpx !important; height: 150rpx !important; position: absolute; bottom: 110rpx; left: 50%; margin-left: 100rpx; } .shareImg-btn{ width: 700rpx; background: #FFF; padding: 25rpx 0; margin: 20rpx 0; position: fixed; z-index: 3; display: flex; font-size: 28rpx !important; } .shareImg-btn button,.shareImg-btn>view{ width: 220rpx !important; text-align: center; } .shareImg-btn text{ font-size: 28rpx; } .shareImg-btn image{ width: 100rpx; height: 100rpx; margin-left: 60rpx; margin-bottom: 10rpx; margin-top: 0 !important; } .shareImg-btn>view{ margin: 0 auto; } .edit-view{ text-align: center; width: 150rpx; } .downloadBtn{ /* width: 150rpx !important; */ background: #FFF; text-align: center; padding: 0; font-weight: 400; font-size: 32rpx; } .shareBtn{ /* width: 270rpx !important; */ margin-left: 0 !important; text-align: center; padding: 0; font-weight: 400; font-size: 32rpx; background: #FFF; } .shareBtn image{ margin-left: 60rpx; } .shareCodeImg-view{ position: fixed; z-index: 3; background: #FFF; width: 700rpx; height: 600rpx; top: 50%; margin-top: -350rpx; left: 25rpx; text-align: center; font-size: 32rpx; } .shareCodeImg-view image{ width: 400rpx; height: 400rpx; margin: 50rpx 150rpx; } .share-btn-box{ width: 680rpx; margin: 0 35rpx; text-align: center; height: 100rpx; line-height: 100rpx; position: absolute; top: 122rpx; background: linear-gradient(183deg, #F99561 0%, #EB5E40 100%); color: #FFF; font-size: 32rpx; border-radius: 10rpx; z-index: 3; } .bottom-box{ position: relative; margin-top: -110rpx; z-index: 1; }