123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- /* 退役军人码 */
- .bg {
- z-index: -1;
- width: calc(100% - 60rpx);
- height: auto;
- position: fixed;
- left: 30rpx;
- top: 200rpx;
- }
- .header {
- padding: 0 30rpx;
- height: 94rpx;
- line-height: 74rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: solid 20rpx #F2F2F2;
-
- &-left {
- display: flex;
- align-items: center;
-
- &-point {
- width: 14rpx;
- height: 14rpx;
- background-color: #B3B3B3;
- border-radius: 50%;
- margin-right: 22rpx;
- }
-
- &-tips {
- color: #4B4B4B;
- font-size: 24rpx;
- margin-right: 20rpx;
- }
-
- &-view {
- color: #EF651F;
- font-size: 24rpx;
-
- .icon {
- margin-left: 7rpx;
- }
- }
- }
-
- &-close {
- align-content: flex-end;
- }
- }
- .qrimg {
- min-height: 100rpx;
- }
- .content {
- text-align: center;
- padding: 60vh 24rpx 24rpx;
- }
- .content.fixed {
- position: absolute;
- left: 0;
- top: 60vh;
- right: 0;
- padding-top: 0;
- }
- .fixed1 {
- position: absolute;
- left: 0;
- top: 48vh;
- right: 0;
- padding-top: 0;
- }
- .content .tip {
- font-size: 32rpx;
- margin: 0 40rpx;
- text-align: left;
- text-align: center;
- color: #3D5D4C;
- }
- .code-text {
- margin: 0 auto;
- text-align: center;
- }
- .code-id {
- font-size: 36rpx;
- font-weight: 500;
- color: #000000;
- }
- .thanks {
- margin-top: 100rpx;
- font-size: 36rpx;
- color: #3D5D4C;
- }
- .no-submit {
- position: absolute;
- left: 0;
- top: 40vh;
- right: 0;
- padding-top: 0;
- }
- .submit {
- width: 388rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- margin: 276rpx auto 0;
- border-radius: 40rpx;
- background-color: #028DFE;
- color: #fff;
- font-size: 30rpx;
- }
- .condition-form {
- padding: 30rpx;
- }
|