123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- .content {
- margin-top: 10rpx;
- }
- .content-top,
- .content-center {
- justify-content: center;
- }
- .tab {
- width: 99.67rpx;
- height: 33.22rpx;
- line-height: 33.22rpx;
- text-align: center;
- background-color: #00E3C5;
- font-size: 14rpx;
- color: #145676;
- justify-content: center;
- border-radius: 14rpx;
- margin-right: 20rpx;
- z-index: 999;
- }
- .tab-icon {
- width: 18rpx;
- height: 18rpx;
- margin-right: 7rpx;
- margin-top: 7rpx;
- }
- .content-center {
- margin-top: 39rpx;
- }
- .center {
- width: 166.05rpx;
- height: 182.81rpx;
- background-color: #2B6EF5;
- color: #fff;
- font-size: 18rpx;
- border-radius: 6rpx;
- margin-right: 11rpx;
- /* font-weight: 600; */
- text-align: center;
- }
- .center-icon {
- display: inline-block;
- margin: 0 auto;
- /* margin-bottom: 21rpx; */
- }
- .center-icon0 {
- width: 62rpx;
- height: 62rpx;
- margin-top: 35rpx;
- margin-bottom: 21rpx;
- }
- .center-icon1,
- .center-icon2 {
- width: 78rpx;
- height: 47rpx;
- margin-top: 42rpx;
- margin-bottom: 28rpx;
- }
- .center-icon3 {
- width: 55rpx;
- height: 67rpx;
- margin-top: 31rpx;
- margin-bottom: 20rpx;
- }
- .scan-code {
- width: 318.75rpx;
- height: 102.54rpx;
- background: url('https://tx.hz-hanghui.com:8088/yx-fyzd/file/upload/imagesnew/static/result//border.png') no-repeat;
- background-size: 100% 100%;
- background-attachment: fixed;
- position: absolute;
- right: 24rpx;
- bottom: 5rpx;
- padding: 13rpx 18rpx;
- box-sizing: border-box;
- justify-content: space-between;
- }
- .qrcode-box {
- font-size: 12rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .qrcode {
- width: 60rpx;
- height: 60rpx;
- margin-top: 5rpx;
- /* margin-right: 10rpx; */
- }
- .tip-text {
- font-size: 14rpx;
- color: #0E384D;
- padding: 0 20rpx;
- text-align: center;
- line-height: 25rpx;
- /*margin-top: 10rpx;*/
- display: flex;
- align-items: center;
- }
- .blod {
- font-weight: 500;
- }
- .blue {
- color: #1677FF;
- }
|