| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .tabBarLineHeight{
- height: 138rpx;
- }
- .tabBarView{
- position: fixed;
- bottom: 0;
- }
- .content{
- width: 750rpx;
- padding: 0 25rpx;
- background: #F7F7F7;
- }
- .outView{
- width: 700rpx;
- background: #FFFFFF;
- border-radius: 15rpx;
- position: relative;
- top: 250rpx;
- }
- .member-head-img{
- height: 200rpx;
- position: absolute;
- top: -90rpx;
- left: 250rpx;
- }
- .imageLogo{
- width: 200rpx;
- height: 200rpx;
- border-radius: 100rpx;
- }
- .member-content{
- margin-top: 140rpx;
- }
- .user-name{
- font-size: 40rpx;
- font-weight: 600;
- }
- .qrcode{
- margin-top: 20rpx;
- }
- .qrcodeImage{
- width: 480rpx;
- height: 480rpx;
- }
- .qrcode-desc{
- font-size: 28rpx;
- padding-bottom: 25rpx;
- margin-top: 20rpx;
- }
|