| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .sign-page{
- min-height: 100vh;
- background: #fff;
- .view-wrap{
- padding-top: 34rpx;
- padding-left: 35rpx;
- padding-right: 35rpx;
- padding-bottom: 60rpx;
- }
- .inner-img{
- width: auto;
- height: auto;
- }
- .box-timer{
- margin-top: 19rpx;
- display: flex;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
-
- .text{
- color: #333333;
- font-weight: bold;
- margin: 0 2px;
- }
- .label,.unit{
- color: #999999;
- }
- }
- .qr-cord-wrap{
- padding-top: 78rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- .qr-cord-img{
- width: 410rpx;
- height: 410rpx;
- border: 5px solid #79A9CE;
- border-radius: 2px;
-
- .inner-img{
- width: 100%;
- height: 100%;
- }
- }
- .qr-cord-text{
- margin-top: 19rpx;
- font-size: 34rpx;
- font-family: DIN;
- font-weight: bold;
- color: #333333;
- }
- }
- .button-wrap{
- padding-top: 252rpx;
- }
- .sing-btn{
- display: flex;
- align-items: center;
- justify-content: center;
- width: 300rpx;
- height: 80rpx;
- background: #fff;
- border: 1px solid #79A9CE;
- border-radius: 10rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #79A9CE;
- &.button-hover{
- position: relative;
- top: 3px;
- }
- }
-
- }
|