| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- .submit-content {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- }
- .submit-content image {
- width: 749rpx;
- height: 450rpx;
- margin-top: 153rpx;
- }
- .identification-submit {
- font-size: 42rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #000000;
- }
- .identification-message {
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #666666;
- margin-top: 20rpx;
- }
- .identification-btn {
- width: 100%;
- height: 128rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- position: fixed;
- bottom: 0;
- left: 0;
- }
- .identification-btn navigator {
- width: 690rpx;
- height: 88rpx;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- background: #0177FF;
- border-radius: 10rpx;
- text-align: center;
- line-height: 88rpx;
- }
- .db image {
- width: 100%;
- /* height: 641rpx; */
- }
- .shz {
- display: flex;
- width: 100%;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .shz .sfshz {
- font-size: 38rpx;
- font-family: SourceHanSansCN-Medium;
- font-weight: bold;
- color: rgba(102, 102, 102, 1);
- padding-top: 150rpx;
- }
- .shz .sqtjdht {
- font-size: 26rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: bold;
- color: rgba(153, 153, 153, 1);
- padding-top: 45rpx;
- }
- .shz .wait {
- font-size: 26rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: bold;
- color: rgba(153, 153, 153, 1);
- padding-top: 10rpx;
- }
- .shz .shwtg {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 287rpx;
- height: 85rpx;
- background: linear-gradient(-60deg, rgba(237, 141, 93, 1), rgba(251, 174, 111, 1));
- border-radius: 42rpx;
- margin-top: 54rpx
- }
- .shz .shwtg text {
- font-size: 38rpx;
- font-family: SourceHanSansCN-Regular;
- font-weight: 400;
- color: rgba(255, 254, 254, 1);
- }
|