123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- .container{
- height: 100vh;
- }
- .content{
- flex: 1;
- overflow: auto;
- margin: 66rpx 56rpx 0;
- }
- .title{
- font-weight: 600;
- font-size: 28rpx;
- color: #000000;
- line-height: 40rpx;
- }
- .time{
- font-weight: 400;
- font-size: 24rpx;
- color: #B0B0B0;
- line-height: 34rpx;
- margin-top: 10rpx;
- }
- .code-box{
- margin-top: 130rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-bottom: 200rpx;
- }
- .code-img{
- width: 264rpx;
- height: 264rpx;
- border-radius: 20rpx;
- }
- .code-text{
- font-weight: 400;
- font-size: 24rpx;
- color: #8D8D8D;
- line-height: 34rpx;
- margin: 34rpx 0 16rpx;
- }
- .barcode{
- font-weight: 500;
- font-size: 24rpx;
- color: #FF5B00;
- line-height: 34rpx;
- }
- .store-box{
- display: flex;
- align-items: center;
- justify-content: space-between;
-
- }
- .box-lf,.box-ri{
- display: flex;
- align-items: center;
- }
- .box-lf{
- font-weight: 600;
- font-size: 28rpx;
- color: #000000;
- line-height: 40rpx;
- }
- .hint{
- font-size: 22rpx;
- color: #000000;
- font-weight: 400;
- margin-left: 54rpx;
- margin-top: 10rpx;
- }
- .box-ri{
- font-weight: 400;
- font-size: 26rpx;
- color: #BCBCBC;
- line-height: 32rpx;
- }
- .store-img{
- width: 36rpx;
- height: 36rpx;
- margin-right: 18rpx;
- flex-shrink: 0;
- }
- .arrow-right{
- width: 12rpx;
- height: 24rpx;
- margin-left: 18rpx;
- }
- .explanation{
- display: flex;
- font-weight: 600;
- font-size: 28rpx;
- color: #000000;
- line-height: 40rpx;
- }
- .explanation-text{
- position: relative;
- top: -2px;
- }
- .period{
- font-weight: 400;
- font-size: 24rpx;
- color: #767676;
- line-height: 40rpx;
- margin-top: 18rpx;
- }
- .yhx-img{
- width: 349.45rpx;
- height: 236rpx;
- }
- .code-yhx-text{
- margin: 30rpx 0 20rpx;
- font-weight: 500;
- font-size: 24rpx;
- color: #000000;
- line-height: 34rpx;
- }
- .barcode-yhx{
- font-weight: 400;
- font-size: 22rpx;
- color: #BCBCBC;
- line-height: 32rpx;
- }
|