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