Commit a582ed98 by 孙美琪

首页相关样式修改

parent 01a1e093
...@@ -154,7 +154,7 @@ function logout () { ...@@ -154,7 +154,7 @@ function logout () {
border-bottom: 2px solid #ECECEB; border-bottom: 2px solid #ECECEB;
background-color: #ffffff; background-color: #ffffff;
position: fixed; position: fixed;
z-index: 999; z-index: 999 !important;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
......
...@@ -223,40 +223,43 @@ function openAssembly(data) { ...@@ -223,40 +223,43 @@ function openAssembly(data) {
padding-bottom: 41px; padding-bottom: 41px;
.new-block-details { .new-block-details {
z-index: 99999 !important; z-index: 2 !important;
} }
.resourceLogo { .resourceLogo {
width: 123px; width: 123px;
height: 123px; height: 123px;
margin-bottom: 32px; margin-bottom: 32px;
z-index: 99999 !important; z-index: 2 !important;
} }
.details-introduce { .details-introduce {
display: flex;
justify-content: center;
text-align: center; text-align: center;
span:first-child { span:first-child {
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: 400; font-weight: bolder;
font-size: 35px; font-size: 35px;
color: #000000; color: #000000;
} }
span:last-child { span:last-child {
font-family: YouSheBiaoTiHei; font-family: YouSheBiaoTiHei;
font-weight: 300; font-weight: 400;
font-size: 42px; font-size: 42px;
color: #5E6988; color: #5E6988;
} }
}
.present { .present {
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: 400; font-weight: bolder;
font-size: 17px; font-size: 17px;
color: #010101; color: #010101;
line-height: 27px; line-height: 27px;
} text-align: center;
} }
} }
...@@ -288,7 +291,7 @@ function openAssembly(data) { ...@@ -288,7 +291,7 @@ function openAssembly(data) {
font-size: 32px; font-size: 32px;
color: #F0A227; color: #F0A227;
padding-bottom: 22px; padding-bottom: 22px;
z-index: 99999 !important; z-index: 2 !important;
} }
.introduce { .introduce {
...@@ -306,7 +309,7 @@ function openAssembly(data) { ...@@ -306,7 +309,7 @@ function openAssembly(data) {
} }
.resource-col { .resource-col {
z-index: 99999 !important; z-index: 2 !important;
} }
.resource-col:first-of-type .resource-box { .resource-col:first-of-type .resource-box {
...@@ -648,12 +651,14 @@ function openAssembly(data) { ...@@ -648,12 +651,14 @@ function openAssembly(data) {
.text-right { .text-right {
display: flex; display: flex;
flex-direction: row;
align-items: center;
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: bold; font-weight: bold;
font-size: 15px; font-size: 15px;
color: #ECAA1C; color: #ECAA1C;
line-height: 20px; //line-height: 20px;
padding-bottom: 8px; //padding-bottom: 8px;
.text-right-del { .text-right-del {
display: flex; 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