1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- .profile-container.data-v-935803c6 {
- background: #f7f8fa;
- min-height: 100vh;
- }
- .profile-header.data-v-935803c6 {
- text-align: center;
- font-size: 36rpx;
- font-weight: bold;
- padding: 40rpx 0 20rpx 0;
- background: #fff;
- }
- .profile-list.data-v-935803c6 {
- margin-top: 20rpx;
- background: #fff;
- border-radius: 20rpx;
- overflow: hidden;
- }
- .profile-item.data-v-935803c6 {
- display: flex;
- align-items: center;
- padding: 0 32rpx;
- height: 100rpx;
- border-bottom: 1rpx solid #f0f0f0;
- }
- .profile-item.data-v-935803c6:last-child {
- border-bottom: none;
- }
- .item-label.data-v-935803c6 {
- flex: 0 0 180rpx;
- color: #333;
- font-size: 30rpx;
- }
- .item-value.data-v-935803c6 {
- flex: 1;
- color: #666;
- font-size: 28rpx;
- text-align: right;
- margin-right: 16rpx;
- }
- .avatar.data-v-935803c6 {
- width: 70rpx;
- height: 70rpx;
- border-radius: 50%;
- margin-left: auto;
- margin-right: 8rpx;
- background: #eee;
- }
- .wechat-icon.data-v-935803c6 {
- width: 36rpx;
- height: 36rpx;
- margin-right: 8rpx;
- }
- .arrow.data-v-935803c6 {
- color: #bbb;
- font-size: 36rpx;
- margin-left: 8rpx;
- }
- .popup-mask.data-v-935803c6 {
- position: fixed;
- left: 0; right: 0; top: 0; bottom: 0;
- background: rgba(0,0,0,0.3);
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 1000;
- }
- .popup-content.data-v-935803c6 {
- background: #fff;
- border-radius: 16rpx;
- padding: 40rpx;
- min-width: 400rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .popup-content input.data-v-935803c6 {
- width: 300rpx;
- border: 1rpx solid #eee;
- border-radius: 8rpx;
- padding: 16rpx;
- margin-bottom: 24rpx;
- }
- .popup-btns.data-v-935803c6 {
- display: flex;
- width: 100%;
- justify-content: space-between;
- }
- .popup-btns button.data-v-935803c6 {
- flex: 1;
- margin: 0 8rpx;
- background: #409EFF;
- color: #fff;
- border: none;
- border-radius: 8rpx;
- padding: 16rpx 0;
- font-size: 28rpx;
- }
|