| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .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;
- }
- .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;
- }
|