| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .contacts {
- .title {
- line-height: 38rpx;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 28rpx;
- color: #333333;
- margin-bottom: -20rpx;
- }
- .item {
- display: flex;
- border-radius: 8rpx;
- padding: 10rpx 0;
- margin-top: 30rpx;
- .left {
- flex-shrink: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 80rpx;
- height: 80rpx;
- border-radius: 40rpx;
- background: #3874F6;
- font-family: PingFang SC, PingFang SC;
- font-size: 28rpx;
- color: #FFFFFF;
- margin-right: 20rpx;
- }
- .right {
- .name {
- line-height: 42rpx;
- font-family: PingFang SC, PingFang SC;
- font-size: 30rpx;
- color: #333333;
- }
- .bottom {
- display: flex;
- margin-top: 4rpx;
- view {
- flex-shrink: 0;
- line-height: 34rpx;
- font-family: PingFang SC, PingFang SC;
- font-size: 24rpx;
- color: #999999;
- }
- }
- }
- }
- }
|