123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .container {
- padding: 35rpx 30rpx;
- }
- .card {
- background: #fff;
- border-radius: 30rpx;
- box-shadow: 0 0 10rpx 0 rgba(153, 153, 153, 0.21);
- padding: 20rpx 35rpx 20rpx 30rpx;
- display: flex;
- flex-direction: column;
- margin-bottom: 25rpx;
- }
- .base-info {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .student-avater {
- width: 69rpx;
- height: 69rpx;
- }
- .user-info {
- margin-left: 20rpx;
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .user-base {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .user-name {
- font-size: 30rpx;
- color: #333333;
- }
- .user-tag {
- padding: 3rpx 15rpx;
- border-radius: 21px;
- font-size: 24rpx;
- color: #FFFFFF;
- }
- .user-tag1 {
- margin-left: 20rpx;
- background: linear-gradient(0deg, #06A6EB 0%, #4CCAFF 100%);
- }
- .user-tag2 {
- margin-left: 10rpx;
- background: linear-gradient(0deg, #FF4330 0%, #FF7B60 100%);
- }
- .user-tel {
- font-size: 22rpx;
- color: #FF4330;
- margin-left: 10rpx;
- }
- .user-other {
- font-size: 22rpx;
- color: #999999;
- }
- .sleep {
- font-size: 30rpx;
- color: #333333;
- }
- .des {
- font-size: 22rpx;
- color: #999999;
- }
|