1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- @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 {
- width: 130rpx !important;
- height: 50rpx !important;
- line-height: 50rpx !important;
- color: #ffffff;
- background: #4DC2D4;
- padding: 0 !important;
- font-size: 26rpx;
- border-radius: 10rpx;
- }
- .fbirthdate {
- color: #323233 !important;
- }
|