parent
dbe5b0d2f9
commit
18e94e69bf
11 changed files with 682 additions and 513 deletions
@ -1,208 +1,209 @@ |
||||
.block { |
||||
padding: 118px 0; |
||||
.b-title { |
||||
position: relative; |
||||
margin-bottom: 50px; |
||||
font-size: 50px; |
||||
font-family: SFProDisplay-Bold, SFProDisplay; |
||||
font-weight: bold; |
||||
color: #333333; |
||||
line-height: 60px; |
||||
text-align: center; |
||||
color: #1F1F1F; |
||||
&:after { |
||||
content: ''; |
||||
position: absolute; |
||||
top: 70px; |
||||
left: 50%; |
||||
width: 136px; |
||||
height: 4px; |
||||
transform: translateX(-50%); |
||||
background: #1583FF; |
||||
padding: 118px 0; |
||||
.b-title { |
||||
position: relative; |
||||
margin-bottom: 50px; |
||||
font-size: 50px; |
||||
font-family: SFProDisplay-Bold, SFProDisplay; |
||||
font-weight: bold; |
||||
color: #333333; |
||||
line-height: 60px; |
||||
text-align: center; |
||||
color: #1f1f1f; |
||||
&:after { |
||||
content: ''; |
||||
position: absolute; |
||||
top: 70px; |
||||
left: 50%; |
||||
width: 136px; |
||||
height: 4px; |
||||
transform: translateX(-50%); |
||||
background: #1583ff; |
||||
} |
||||
} |
||||
.intro { |
||||
margin-bottom: 80px; |
||||
font-size: 30px; |
||||
text-align: center; |
||||
color: #5b5b5e; |
||||
line-height: 40px; |
||||
} |
||||
} |
||||
.intro { |
||||
margin-bottom: 80px; |
||||
font-size: 30px; |
||||
text-align: center; |
||||
color: #5B5B5E; |
||||
line-height: 40px; |
||||
} |
||||
} |
||||
.inner { |
||||
width: 1400px; |
||||
margin: 0 auto; |
||||
&.lg { |
||||
width: 1505px; |
||||
} |
||||
width: 1400px; |
||||
margin: 0 auto; |
||||
&.lg { |
||||
width: 1505px; |
||||
} |
||||
} |
||||
.banner { |
||||
height: 280px; |
||||
padding: 123px 0 0 243px; |
||||
font-size: 48px; |
||||
color: #fff; |
||||
height: 280px; |
||||
padding: 123px 0 0 243px; |
||||
font-size: 48px; |
||||
color: #fff; |
||||
} |
||||
.single-banner { |
||||
position: relative; |
||||
color: #fff; |
||||
.banner-img { |
||||
width: 100%; |
||||
height: 480px; |
||||
} |
||||
.texts { |
||||
position: absolute; |
||||
top: 160px; |
||||
left: 267px; |
||||
} |
||||
&.single-banner-overview .texts { |
||||
top: 332px; |
||||
left: 278px; |
||||
} |
||||
.banner-title { |
||||
margin-bottom: 19px; |
||||
font-size: 48px; |
||||
font-family: PingFangSC-Medium, PingFang SC; |
||||
} |
||||
.banner-des { |
||||
font-size: 24px; |
||||
font-family: PingFangSC-Medium, PingFang SC; |
||||
} |
||||
position: relative; |
||||
color: #fff; |
||||
.banner-img { |
||||
width: 100%; |
||||
height: 480px; |
||||
} |
||||
.texts { |
||||
position: absolute; |
||||
top: 160px; |
||||
left: 267px; |
||||
} |
||||
&.single-banner-overview .texts { |
||||
top: 332px; |
||||
left: 278px; |
||||
} |
||||
.banner-title { |
||||
margin-bottom: 19px; |
||||
font-size: 48px; |
||||
font-family: PingFangSC-Medium, PingFang SC; |
||||
} |
||||
.banner-des { |
||||
font-size: 24px; |
||||
font-family: PingFangSC-Medium, PingFang SC; |
||||
} |
||||
} |
||||
.gray { |
||||
background-color: #F2F6F8; |
||||
background-color: #f2f6f8; |
||||
} |
||||
|
||||
.modules { |
||||
height: calc(100vh - 198px); |
||||
overflow: auto; |
||||
height: calc(100vh - 198px); |
||||
overflow: auto; |
||||
} |
||||
.actions { |
||||
display: flex; |
||||
justify-content: space-between; |
||||
align-items: center; |
||||
margin-bottom: 20px; |
||||
display: flex; |
||||
justify-content: space-between; |
||||
align-items: center; |
||||
margin-bottom: 20px; |
||||
} |
||||
.c-wrap { |
||||
position: relative; |
||||
position: relative; |
||||
} |
||||
.cover { |
||||
z-index: 2; |
||||
position: absolute; |
||||
top: 0; |
||||
right: 0; |
||||
bottom: 0; |
||||
left: 0; |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
font-size: 22px; |
||||
white-space: nowrap; |
||||
color: #fff; |
||||
background-color: rgba(0, 0, 0, .5); |
||||
cursor: pointer; |
||||
&:hover { |
||||
background-color: rgba(0, 0, 0, .7); |
||||
} |
||||
z-index: 2; |
||||
position: absolute; |
||||
top: 0; |
||||
right: 0; |
||||
bottom: 0; |
||||
left: 0; |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
font-size: 22px; |
||||
white-space: nowrap; |
||||
color: #fff; |
||||
background-color: rgba(0, 0, 0, 0.5); |
||||
cursor: pointer; |
||||
&:hover { |
||||
background-color: rgba(0, 0, 0, 0.7); |
||||
} |
||||
} |
||||
/deep/.module { |
||||
.el-table.module-table td { |
||||
.cell { |
||||
padding: 10px; |
||||
} |
||||
.link-wrap { |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
// flex-direction: column; |
||||
} |
||||
.set-link { |
||||
margin-left: 10px; |
||||
.el-table.module-table td { |
||||
.cell { |
||||
padding: 10px; |
||||
} |
||||
.link-wrap { |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
// flex-direction: column; |
||||
} |
||||
.set-link { |
||||
margin-left: 10px; |
||||
} |
||||
.del { |
||||
margin-left: 5px; |
||||
font-size: 18px; |
||||
color: #333; |
||||
cursor: pointer; |
||||
} |
||||
} |
||||
.del { |
||||
margin-left: 5px; |
||||
font-size: 18px; |
||||
color: #333; |
||||
cursor: pointer; |
||||
.plus { |
||||
margin-top: 10px; |
||||
font-size: 20px; |
||||
text-align: center; |
||||
color: $main-color; |
||||
cursor: pointer; |
||||
} |
||||
} |
||||
.plus { |
||||
margin-top: 10px; |
||||
font-size: 20px; |
||||
text-align: center; |
||||
color: $main-color; |
||||
cursor: pointer; |
||||
} |
||||
} |
||||
$avatar-width: 140px; |
||||
$avatar-height: 80px; |
||||
/deep/.upload-pic, /deep/.upload-none { |
||||
width: $avatar-width; |
||||
height: $avatar-height; |
||||
/deep/.upload-pic, |
||||
/deep/.upload-none { |
||||
max-width: $avatar-width; |
||||
max-height: $avatar-height; |
||||
} |
||||
/deep/.upload-none { |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
background-color: rgba(0, 0, 0, 0.04); |
||||
i { |
||||
font-size: 20px; |
||||
color: #8c939d; |
||||
} |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
background-color: rgba(0, 0, 0, 0.04); |
||||
i { |
||||
font-size: 20px; |
||||
color: #8c939d; |
||||
} |
||||
} |
||||
/deep/.uploader-wrap { |
||||
display: flex; |
||||
.del { |
||||
margin-left: 5px; |
||||
font-size: 18px; |
||||
cursor: pointer; |
||||
} |
||||
display: flex; |
||||
.del { |
||||
margin-left: 5px; |
||||
font-size: 18px; |
||||
cursor: pointer; |
||||
} |
||||
} |
||||
/deep/.uploader { |
||||
.el-upload { |
||||
position: relative; |
||||
width: $avatar-width; |
||||
border: 1px dashed #d9d9d9; |
||||
border-radius: 2px; |
||||
cursor: pointer; |
||||
overflow: hidden; |
||||
&:hover { |
||||
border-color: #409EFF; |
||||
} |
||||
.uploader-default { |
||||
display: flex; |
||||
flex-direction: column; |
||||
justify-content: center; |
||||
width: $avatar-width !important; |
||||
height: $avatar-height; |
||||
text-align: center; |
||||
background: rgba(0, 0, 0, 0.04); |
||||
i { |
||||
font-size: 20px; |
||||
font-weight: bold; |
||||
color: #8c939d; |
||||
} |
||||
p { |
||||
margin-top: 10px; |
||||
font-size: 14px; |
||||
color: rgba(0, 0, 0, 0.65); |
||||
line-height: 1; |
||||
} |
||||
} |
||||
.avatar { |
||||
display: block; |
||||
width: $avatar-width; |
||||
height: $avatar-height; |
||||
.el-upload { |
||||
position: relative; |
||||
width: $avatar-width; |
||||
border: 1px dashed #d9d9d9; |
||||
border-radius: 2px; |
||||
cursor: pointer; |
||||
overflow: hidden; |
||||
&:hover { |
||||
border-color: #409eff; |
||||
} |
||||
.uploader-default { |
||||
display: flex; |
||||
flex-direction: column; |
||||
justify-content: center; |
||||
width: $avatar-width !important; |
||||
height: $avatar-height; |
||||
text-align: center; |
||||
background: rgba(0, 0, 0, 0.04); |
||||
i { |
||||
font-size: 20px; |
||||
font-weight: bold; |
||||
color: #8c939d; |
||||
} |
||||
p { |
||||
margin-top: 10px; |
||||
font-size: 14px; |
||||
color: rgba(0, 0, 0, 0.65); |
||||
line-height: 1; |
||||
} |
||||
} |
||||
.avatar { |
||||
display: block; |
||||
width: $avatar-width; |
||||
height: $avatar-height; |
||||
} |
||||
} |
||||
} |
||||
.el-upload__tip { |
||||
margin-top: 0; |
||||
p { |
||||
font-size: 14px; |
||||
color: rgba(0, 0, 0, 0.45); |
||||
line-height: 1; |
||||
&:first-child { |
||||
margin-bottom: 5px; |
||||
} |
||||
.el-upload__tip { |
||||
margin-top: 0; |
||||
p { |
||||
font-size: 14px; |
||||
color: rgba(0, 0, 0, 0.45); |
||||
line-height: 1; |
||||
&:first-child { |
||||
margin-bottom: 5px; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue