| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- page{
- background-color: #fff;
- }
- .user-header{
- margin: 30rpx 30rpx;
- padding:30rpx 0 30rpx;
- border-bottom: 1rpx solid #DEDEDE;
- }
- .user-header .header-pic{
- width: 100rpx;
- height: 100rpx;
- background: #E4E4E4;
- border-radius: 60rpx 60rpx 60rpx 60rpx;
- opacity: 1;
- margin-right: 20rpx;
- }
- .user-name{
- line-height: 53rpx;
- font-size: 38rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #263343;
- margin-bottom: 5rpx;
- }
- .user-tag{
- padding: 0 16rpx;
- line-height: 36rpx;
- background: #FFE6E8;
- border-radius: 4rpx 4rpx 4rpx 4rpx;
- opacity: 1;
- font-size: 22rpx;
- font-weight: 400;
- color: #A1A1A1;
- border: 2rpx solid #DEDEDE;
- margin-bottom: 6rpx;
- margin-right: 10rpx;
- }
- .user-tag-t{
- background: #FFE6E8;
- color: #E95A64;
- border: 2rpx solid #FFE6E8;
- }
- .form{
- padding: 30rpx;
- }
- .form-title{
- line-height: 45rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #263343;
- }
- .form-item{
- margin-top: 40rpx;
- }
- .form-label{
- width: 180rpx;
- margin-right: 25rpx;
- line-height: 42rpx;
- font-size: 30rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #A2A6AF;
- }
- .form-data{
- line-height: 42rpx;
- font-size: 30rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #263343;
- }
- .form-btn{
- padding:0 26rpx ;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- border-radius: 30rpx 30rpx 30rpx 30rpx;
- opacity: 1;
- border: 2rpx solid var(--main);
- color: var(--main);
- }
- .c-info{
- margin: 30rpx 0;
- padding: 30rpx;
- background: #E6F2FF;
- border-radius: 4rpx 4rpx 4rpx 4rpx;
- opacity: 1;
- border: 1rpx solid #CAE4FF;
- line-height: 45rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #3D90E5;
- text-align: center;
- }
|