123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- .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;
- }
- .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;
- font-weight: 400;
- color: #FFFFFF;
- }
- .btn {
- height: 44rpx;
- line-height: 24rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- font-size: 24rpx;
- font-weight: 400;
- 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;
- }
|