You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/p__virtualSpaces__Index.650...

231 lines
5.4 KiB

.flex_box_center___2DxZr {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2igdS {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___3f7fE {
align-items: center;
box-align: center;
}
.flex_box_center_end___2wmJC {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___dA6ed {
flex-direction: column;
box-orient: block-axis;
}
.wrap___KVIve .bg___3syfr {
width: 100%;
height: 300px;
background: url('https://ali-cdn.educoder.net/api/attachments/3024027') no-repeat center center;
background-size: cover;
}
.wrap___KVIve .bg___3syfr .btnWrap___2CToo {
height: 100%;
width: 1200px;
margin: 0 auto;
padding-top: 70px;
}
.wrap___KVIve .bg___3syfr .text___o96To {
width: 1200px;
height: 100px;
text-align: center;
line-height: 100px;
background: linear-gradient(270deg, rgba(28, 60, 160, 0) 0%, #1c3ca0 51%, rgba(28, 60, 160, 0) 100%);
font-size: 26px;
font-weight: bold;
color: #ffffff;
letter-spacing: 6px;
text-shadow: 0px 2px 4px rgba(2, 4, 68, 0.5);
}
.wrap___KVIve .bg___3syfr .btn___10p4Q {
cursor: pointer;
width: 140px;
height: 44px;
text-align: center;
line-height: 44px;
background: linear-gradient(135deg, #00a8ff 0%, #014ba9 100%);
border-radius: 2px;
font-size: 16px;
font-weight: 500;
color: #ffffff;
margin: 38px auto 0 auto;
}
.wrap___KVIve .content___s5csS {
margin: 0 auto;
width: 1200px;
display: flex;
flex-direction: column;
}
.wrap___KVIve .content___s5csS .title___1Jf5M {
font-size: 18px;
font-weight: 600;
color: #111319;
margin-top: 50px;
padding-bottom: 38px;
text-align: center;
position: relative;
}
.wrap___KVIve .content___s5csS .title___1Jf5M::after {
content: '';
width: 60px;
height: 2px;
background-color: #727b95;
position: absolute;
bottom: 22px;
left: 50%;
transform: translateX(-50%);
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___WC8D3 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___1oJuS {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___wHVAB {
align-items: center;
box-align: center;
}
.flex_box_center_end___2rX0l {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___Iu_rf {
flex-direction: column;
box-orient: block-axis;
}
.form___RRVwq .upload___2PzlY > aside {
font-size: 12px;
color: #fa6400;
margin-top: 10px;
}
.form___RRVwq .img___qC8f0 {
position: relative;
width: 200px;
height: auto;
background-color: #f4f3f4;
display: flex;
align-items: center;
justify-content: center;
}
.form___RRVwq .img___qC8f0 > div {
position: absolute;
right: -6px;
top: -6px;
cursor: pointer;
background-color: #fff;
width: 16px;
height: 16px;
border-radius: 50%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3fT-U {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2SFPU {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___DTEHv {
align-items: center;
box-align: center;
}
.flex_box_center_end___1HjEe {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___2u9sZ {
flex-direction: column;
box-orient: block-axis;
}
.listWarp___1bing {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
padding: 0;
}
.listWarp___1bing .li___1O0kN {
width: 278px;
height: 275px;
background: #ffffff;
box-shadow: 0px 4px 12px 0px rgba(204, 218, 238, 0.5), 0px 2px 8px 0px #dfe0e2;
border-radius: 4px;
margin-bottom: 30px;
}
.listWarp___1bing .li___1O0kN:hover img {
transform: scale(1.1);
}
.listWarp___1bing .li___1O0kN .img___1k_x1 {
overflow: hidden;
height: calc(100% - 50px);
border-radius: 4px 4px 0 0;
}
.listWarp___1bing .li___1O0kN .img___1k_x1 img {
width: 100%;
transition: all 0.5s;
}
.listWarp___1bing .li___1O0kN .name___3sL7w {
height: 50px;
font-size: 16px;
font-weight: 600;
color: #404250;
padding: 0 10px;
width: 100%;
display: flex;
align-items: center;
}
.listWarp___1bing .li___1O0kN .name___3sL7w .e___1CGhW {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
}
.listWarp___1bing .li___1O0kN:nth-child(4n + 1),
.listWarp___1bing .li___1O0kN:first-child {
margin-left: 0 !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */