123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- @charset "UTF-8";
- .text-center.data-v-2c6b2b7e {
- text-align: center;
- }
- .font-weight.data-v-2c6b2b7e {
- font-weight: bold;
- }
- .page-width.data-v-2c6b2b7e {
- width: 100%;
- }
- .goods-hover-class.data-v-2c6b2b7e {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .background-image.data-v-2c6b2b7e {
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- /*全局文字大小*/
- /* 屏幕宽度*/
- page.data-v-2c6b2b7e {
- font-size: 32rpx;
- background: #f7f7f7;
- }
- .page-width.data-v-2c6b2b7e {
- width: 100%;
- }
- .u-hover-class.data-v-2c6b2b7e {
- opacity: .9;
- background-color: #f7f7f7;
- }
- .safe-area-inset-bottom.data-v-2c6b2b7e {
- padding-bottom: 0;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- }
- .bg.data-v-2c6b2b7e {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: -webkit-linear-gradient(top, #495aff, #0ab6fe);
- background: linear-gradient(to bottom, #495aff, #0ab6fe);
- }
- .main.data-v-2c6b2b7e {
- margin: 96rpx auto;
- background-color: #fff;
- width: 690rpx;
- height: 980rpx;
- border-radius: 16rpx;
- padding-bottom: 110rpx;
- position: relative;
- }
- .main view.data-v-2c6b2b7e {
- margin: 8rpx 0;
- font-size: 26rpx;
- }
- .main .avatar.data-v-2c6b2b7e {
- position: absolute;
- left: 50%;
- top: -65rpx;
- border-radius: 50%;
- margin-left: -65rpx;
- z-index: 10;
- width: 128rpx;
- height: 128rpx;
- border: 2rpx solid #ffffff;
- }
- .main .qr.data-v-2c6b2b7e {
- width: 430rpx;
- height: 430rpx;
- border-radius: 16rpx;
- border: 2rpx solid #e2e2e2;
- margin-top: 38rpx;
- margin-bottom: 12rpx;
- }
- .main .balance.data-v-2c6b2b7e {
- position: absolute;
- bottom: 56rpx;
- background-color: #f0f0f0;
- height: 120rpx;
- width: 100%;
- padding: 0 19rpx;
- color: #353535;
- }
- .main .balance .icon.data-v-2c6b2b7e {
- width: 72rpx;
- height: 72rpx;
- border-radius: 50%;
- background-color: #fff;
- margin-right: 19rpx;
- }
- .main .balance .icon image.data-v-2c6b2b7e {
- width: 40rpx;
- height: 40rpx;
- }
- .main .balance .right.data-v-2c6b2b7e {
- width: 12rpx;
- height: 22rpx;
- }
|