Commit a582ed98 by 孙美琪

首页相关样式修改

parent 01a1e093
......@@ -154,7 +154,7 @@ function logout () {
border-bottom: 2px solid #ECECEB;
background-color: #ffffff;
position: fixed;
z-index: 999;
z-index: 999 !important;
top: 0;
left: 0;
width: 100%;
......
......@@ -223,40 +223,43 @@ function openAssembly(data) {
padding-bottom: 41px;
.new-block-details {
z-index: 99999 !important;
z-index: 2 !important;
}
.resourceLogo {
width: 123px;
height: 123px;
margin-bottom: 32px;
z-index: 99999 !important;
z-index: 2 !important;
}
.details-introduce {
display: flex;
justify-content: center;
text-align: center;
span:first-child {
font-family: Microsoft YaHei;
font-weight: 400;
font-weight: bolder;
font-size: 35px;
color: #000000;
}
span:last-child {
font-family: YouSheBiaoTiHei;
font-weight: 300;
font-weight: 400;
font-size: 42px;
color: #5E6988;
}
}
.present {
font-family: Microsoft YaHei;
font-weight: 400;
font-weight: bolder;
font-size: 17px;
color: #010101;
line-height: 27px;
}
text-align: center;
}
}
......@@ -288,7 +291,7 @@ function openAssembly(data) {
font-size: 32px;
color: #F0A227;
padding-bottom: 22px;
z-index: 99999 !important;
z-index: 2 !important;
}
.introduce {
......@@ -306,7 +309,7 @@ function openAssembly(data) {
}
.resource-col {
z-index: 99999 !important;
z-index: 2 !important;
}
.resource-col:first-of-type .resource-box {
......@@ -648,12 +651,14 @@ function openAssembly(data) {
.text-right {
display: flex;
flex-direction: row;
align-items: center;
font-family: Microsoft YaHei;
font-weight: bold;
font-size: 15px;
color: #ECAA1C;
line-height: 20px;
padding-bottom: 8px;
//line-height: 20px;
//padding-bottom: 8px;
.text-right-del {
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment