| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .page{
- height: 100vh;
- background: #F9F9F9;
- padding: 0 32rpx;
- }
- .outView{
- background: #FFFFFF;
- border-radius: 15rpx;
- padding: 0 24rpx;
- margin-top: 24rpx;
- }
- .photoView{
- width: 100rpx;
- height: 100rpx;
- border-radius: 50rpx;
- padding: 0;
- margin: 30rpx 0;
- overflow: hidden;
- background: #FFE50C;
- }
- .photoImage{
- width: 100rpx;
- height: 100rpx;
- }
- .key{
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 44rpx;
- }
- .bordBot{
- border-bottom: 1px solid #F7F7F7;
- }
- .nikeName{
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- margin: 28rpx 28rpx 28rpx 0;
- text-align: right;
- }
- .groupItemContent{
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- margin: 30rpx 0;
- }
- .updateButton{
- margin-top: 60rpx;
- border-radius: 40rpx;
- background: #FFE05C;
- font-size: 30rpx;
- }
- .updateButton:after{
- border: none;
- }
- .logoutButton{
- margin-top: 100rpx;
- }
|