1234567891011121314151617181920212223242526272829303132 |
- .user-info-w {
- padding: 0 46rpx;
- }
- .phone-w {
- border-bottom: 2rpx solid #e5e5e5;
- margin-bottom: 48rpx;
- 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;
- }
- .logout-btn {
- height: 96rpx;
- line-height: 96rpx;
- background: #1FE4DC;
- color: #fff;
- text-align: center;
- font-size: 34rpx;
- font-weight: bold;
- border-radius: 8rpx;
- }
|