| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .contact-w {
- display: flex;
- /* align-items: center; */
- padding: 27rpx 48rpx 0;
- box-shadow:0px -2px 8px rgba(0,0,0,0.16);
- width: 100%;
- height: 144rpx;
- background: #fff;
- }
- .user-info {
- flex: 1;
- font-size: 22rpx;
- color: #79868F;
- }
- .username {
- font-size: 30rpx;
- color: #111111;
- margin-top: 2rpx;
- }
- .user-type {
- }
- .avatar {
- width: 80rpx;
- height: 80rpx;
- margin-right: 20rpx;
- border-radius: 50%;
- }
- .btn {
- color: #fff;
- width: 168rpx;
- height: 90rpx;
- line-height: 90rpx;
- text-align: center;
- font-size: 30rpx;
- background: #1FE4DC;
- }
- .msg-btn {
- background: #00B4ED;
- margin-right: 16rpx;
- }
|