| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- 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;
- }
- /* 客户动态 */
- .dt-box{
- padding: 30rpx;
- justify-content: space-between;
- }
- .dt-title{
- line-height: 45rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #263343;
- }
- .more{
- line-height: 33rpx;
- font-size: 24rpx;
- font-family: PingFang SC Regular-, PingFang SC Regular;
- font-weight: normal;
- color: #9C9392;
- }
- .log{margin: 20rpx 0 0;background: #fff;padding: 0rpx 40rpx 55rpx;}
- .log .tit{margin-bottom: 45rpx;}
- .log .li{padding-left: 60rpx;padding-bottom: 40rpx;position: relative;}
- .log-tit{font-size: 26rpx;color: #1A83FF;}
- .log .li text{display: block;color: #999;font-size: 26rpx;margin-top: 25rpx;}
- .log .li::before{content: '';display: block;width: 2rpx;background: #E2E7F1;position: absolute;top: 8rpx;left: 23rpx;bottom: -5rpx;z-index: 1;}
- .jcico{width: 26rpx;height: 26rpx;position: absolute;top: 5rpx;left: 12rpx;z-index: 2;}
- .time{font-size: 24rpx;color: #999;margin-bottom: 23rpx;}
- .des{
- font-size: 30rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- /* font-weight: bold; */
- color: #333333;
- line-height: 42rpx;
- }
- .time-sort{
- width: 120rpx;
- height: 50rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- color: #333333;
- margin-top: -10rpx;
- }
- .time-sort text{
- font-size: 36rpx;
- font-weight: bold;
- margin-right: 10rpx;
- }
- .time-year{
- width: 122rpx;
- height: 50rpx;
- font-size: 36rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- margin: 50rpx 0;
- }
|