12345678910111213141516171819202122232425262728293031323334353637 |
- /* required by usingComponents */
- .scan{
- margin-top: 60rpx;
- }
- page{
- height: 100%;
- }
- .suce{
- padding-top: 102rpx;
- text-align: center;
- }
- .suce image{
- width: 184rpx;
- height: 198rpx;
- margin-top: 10%;
- }
- ad{
- position: fixed;
- bottom: 0rpx;
- left: 0rpx;
- width: 100%;
- }
- .text{
- margin-top: 60rpx;
- }
- .button{
- height: 80rpx;
- width: 350rpx;
- background-color: var(--globleColor);
- margin: 0 auto;
- margin-top: 50rpx;
- text-align: center;
- line-height:80rpx;
- border-radius: 15rpx;
- font-size: 32rpx;
- color: var(--fontColor);
- }
|