| | |
| | | margin-bottom: 42rpx; |
| | | } |
| | | .guide .line .icon { |
| | | width: 30rpx; |
| | | width: 30rpx; |
| | | } |
| | | .guide .line .label { |
| | | color: #777777; |
| | | margin-left: 24rpx; |
| | | margin-right: 44rpx; |
| | | min-width: 140rpx; |
| | | margin-left: 24rpx; |
| | | } |
| | | .footer { |
| | | display: flex; |
| | |
| | | color: #999999; |
| | | text-align: center; |
| | | } |
| | | .modalcard{ |
| | | display: inline-block; |
| | | width: 600rpx; |
| | | height: 1100rpx; |
| | | box-sizing: border-box; |
| | | } |
| | | .modalcard .img1{ |
| | | width: 100%; |
| | | height: 956rpx; |
| | | box-sizing: border-box; |
| | | } |
| | | .modalcard .qrcodecard{ |
| | | width: 600rpx; |
| | | height: 956rpx; |
| | | border-radius: 26rpx ; |
| | | } |
| | | .modalcard .btns{ |
| | | width: 100%; |
| | | display: flex; |
| | | margin-top:30rpx ; |
| | | margin-bottom: 10rpx; |
| | | } |
| | | .modalcard .btns .btn1{ |
| | | width: 290rpx; |
| | | border-radius: 8rpx !important; |
| | | height:88rpx ; |
| | | font-size: 32rpx; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | color: white; |
| | | border: 2rpx solid #FFFFFF; |
| | | background:rgba(0,0,0,0) |
| | | } |
| | | .modalcard .btns .btn2{ |
| | | width: 290rpx; |
| | | height:88rpx ; |
| | | font-size: 32rpx; |
| | | color: white; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | border-radius: 8rpx !important; |
| | | background: linear-gradient( 180deg, #E0B49C 0%, #B68B74 100%); |
| | | border-radius: 8px; |
| | | border: none; |
| | | } |
| | | |