12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .my-page{
- position: relative
- }
- .my-page .top-bg {
- width: 750rpx;
- height: 226rpx;
- background: #51CDE4;
- opacity: 1;
- border-radius: 0px 0px 40rpx 40rpx;
- }
- .header-img {
- width: 240rpx;
- height: 240rpx;
- background: #FFFFFF;
- border-radius: 50%;
- opacity: 1;
- margin: 0 auto;
- }
- .defaultImg{
- width: 106rpx;
- height: 120rpx;
- }
- .headerImg{
- width: 240rpx;
- height: 240rpx;
- border-radius:50%;
- }
- .user-inf{
- width: 100%;
- text-align: center;
- position: absolute;
- top: 106rpx;
- }
- .user-inf .name {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 42rpx;
- color: #333333;
- opacity: 1;
- margin: 30rpx 0 14rpx 0;
- }
- .user-inf .com-name {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 36rpx;
- color: #999999;
- opacity: 1;
- }
- .my-page .version{
- width: 100%;
- text-align: center;
- position: fixed;
- bottom: 238rpx;
- font-size: 26rpx;
- color: #666666;
- }
|