123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- .loginBtn {
- width: 481rpx !important;
- height: 83rpx !important;
- }
- .edu-card {
- margin: 30rpx;
- position: relative;
- }
- .edu-card-img {
- width: 690rpx;
- height: 258rpx;
- }
- .middle {
- position: absolute;
- left: 0;
- top: 0;
- display: flex;
- justify-content: space-between;
- flex-direction: column;
- height: 258rpx;
- width: 690rpx;
- }
- .title {
- flex: 2;
- padding-left: 5rpx;
- margin: 0 30rpx 0;
- font-size: 34rpx;
- font-weight: bold;
- color: #FFFFFF;
- border-bottom: 1rpx solid #fff;
- display: flex;
- align-items: center;
- }
- .title .title_text{
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- padding-right: 10rpx;
- padding-top: 5rpx;
- /* display: inline-block; */
- }
- .content {
- margin: 0 30rpx 0;
- flex: 3;
- display: flex;
- padding-left: 5rpx;
- align-items: center;
- }
- .logo-img {
- width: 75rpx;
- height: 75rpx;
- }
- .logo {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 87rpx;
- height: 87rpx;
- background: #FFFFFF;
- box-shadow: 0 2rpx 24rpx 0 rgba(229, 37, 13, 0.4);
- border-radius: 10rpx;
- }
- .des {
- margin-left: 25rpx;
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- font-size: 24rpx;
- color: #FFFFFF;
- }
- .des .des-info{
- padding-right: 6rpx;
- }
- .des-info.team-info{
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .des-info.group-info{
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 380rpx;
- }
- .btn {
- height: 44rpx;
- line-height: 24rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- font-size: 24rpx;
- color: #FF4330;
- padding: 0 15rpx;
- display: flex;
- align-items: center;
- justify-content: start;
- }
- .btn-icon {
- font-size: 26rpx;
- margin-right: 10rpx;
- }
- .empty {
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
|