autoUpdataFile

dev_local_v9_yndxsys
eduauto 2 years ago
parent 8bcda8b8ff
commit 4294cff4ee

File diff suppressed because one or more lines are too long

@ -32,7 +32,7 @@
.wrap___TOtbW .headerWrap___nXy1b {
width: 100%;
position: relative;
height: 600px;
height: 550px;
}
.wrap___TOtbW .headerWrap___nXy1b .titleWrap___oOW6B {
height: 300px;
@ -42,7 +42,7 @@
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 36px;
padding: 10px 36px 20px ;
}
.wrap___TOtbW .headerWrap___nXy1b .bannerWrap___hlhys {
width: 96%;
@ -66,6 +66,7 @@
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 120px;
}
.wrap___TOtbW .newsWrap___cXKm8 .newstab___sarS1 {
display: flex;
@ -107,7 +108,7 @@
}
.wrap___TOtbW .newsWrap___cXKm8 .newsmore___fshB8 .newsBox___rx3Wi {
width: 400px;
height: 222px;
max-height: 222px;
transition: transform 0.5s ease;
cursor: pointer;
}
@ -123,6 +124,13 @@
color: #000000;
}
.wrap___TOtbW .newsWrap___cXKm8 .newsmore___fshB8 .newsBox___rx3Wi .descript___XLfqj {
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
margin-top: 30px;
max-height: 88px;
font-size: 14px;
@ -141,6 +149,12 @@
justify-content: space-between;
align-items: end;
}
.wrap___TOtbW .newsWrap___cXKm8 .emptySty___qP3ca {
flex: 1 1;
display: flex;
align-items: center;
justify-content: center;
}
.wrap___TOtbW .newsWrap___cXKm8 .newsPicBox___Brhq9 {
flex: 1 1;
margin-left: 40px;
@ -161,7 +175,6 @@
width: 430px;
height: 300px;
background-color: rgba(242, 243, 243, 0.2);
opacity: 0.6;
position: relative;
}
.wrap___TOtbW .newsWrap___cXKm8 .newsPicBox___Brhq9 .pic2___efEe9 .arrow___xZ4sh {
@ -543,6 +556,15 @@
.wrap___TOtbW .mainWrap___S8BAV .detailWrap___AV2c2 .main4___kmfce .ContentWarp___Hg0Zf .operatingEnvironment___beBar .tabContent___mMaka .left___pEJsR .btns___Y5kDc .b1___jLlP3:hover {
box-shadow: 0px 2px 10px 0px rgba(87, 108, 227, 0.5);
}
.wrap___TOtbW .mainWrap___S8BAV .detailWrap___AV2c2 .main4___kmfce .ContentWarp___Hg0Zf .operatingEnvironment___beBar .tabContent___mMaka .left___pEJsR .btns___Y5kDc .buttonWrap___kLklv {
width: 122px;
height: 34px;
line-height: 34px;
background-color: #044F9F;
text-align: center;
color: #fff;
margin-top: 17px;
}
.wrap___TOtbW .mainWrap___S8BAV .detailWrap___AV2c2 .main4___kmfce .ContentWarp___Hg0Zf .operatingEnvironment___beBar .tabContent___mMaka .left___pEJsR .btns___Y5kDc .b2___cgDNE {
display: inline-flex;
width: 137px;

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.13522f70.js"></script>
<script src="/react/build/umi.f8c7f6ce.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save