123456789101112131415161718192021222324252627282930313233343536373839 |
- @import "/css/form2.wxss";
- /* 用户头部 */
- .user_header {
- width: 100%;
- padding: 0 16rpx;
- box-sizing: border-box;
- }
- .user_header_msg {
- display: flex;
- justify-content: space-between;
- width: 100%;
- height: 130rpx;
- padding: 0 24rpx;
- margin-bottom: 40rpx;
- box-sizing: border-box;
- }
- /* 头像 */
- .user_headPortrait {
- width: 130rpx;
- height: 100%;
- border-radius: 50%;
- margin-right: 30rpx;
- }
- .user_headPortrait>image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- box-shadow: 0px 0px 20rpx 0px rgba(0, 0, 0, 0.1);
- }
- /* 修改头像 */
- .changeImage {
- font-size: 32rpx;
- color: #333333;
- }
|