| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .user-info-w {
- padding: 0 46rpx;
- }
- .item-w {
- border-bottom: 2rpx solid #e5e5e5;
- height: 120rpx;
- line-height: 120rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- color: #A3A4A5;
- font-size: 24rpx;
- }
- .label {
- color: #111;
- font-size: 30rpx;
- font-weight: bold;
- }
- .avatar {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- vertical-align: middle;
- background: #e5e5e5;
- }
- .logout-btn {
- height: 96rpx;
- line-height: 96rpx;
- background: #1FE4DC;
- color: #fff;
- text-align: center;
- font-size: 34rpx;
- font-weight: bold;
- border-radius: 8rpx;
- margin-top: 40rpx;
- }
- .value text {
- font-size: 20rpx;
- color: rgba(0, 0, 0, 0.3);
- }
|