班前会

This commit is contained in:
zonse
2025-05-10 20:39:06 +08:00
parent ace065a512
commit 08e97acd4a
9 changed files with 204 additions and 460 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ body, .wrap, .main {
.image-full{
background-size: 100%;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
+6 -6
View File
@@ -122,14 +122,14 @@ body::-webkit-scrollbar{
}
.lw-tit>.lw-item{
width: 1.475rem;
height: .825rem;
height: 1rem;
background-color: #254056;
color: #ffffff;
padding: .05rem;
}
.lw-tit > .lw-item > .lw-item-lab {
font-size: .175rem;
height: .25rem;
font-size: .25rem;
height: .5rem;
color: #A9DDEE;
border-bottom: 1px solid #00BEFF;
width: 100%;
@@ -143,11 +143,11 @@ body::-webkit-scrollbar{
.lw-tit > .lw-item > .lw-item-val {
height: calc(100% - .25rem);
height: calc(100% - .5rem);
display: flex;
align-items: center;
justify-content: center;
font-size: .3rem;
font-size: .35rem;
}
.t-side>.t-side-tit{
height: .45rem;
@@ -159,7 +159,7 @@ body::-webkit-scrollbar{
background-repeat: no-repeat;
font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
color: #FFFFFF;
font-size: .2rem;
font-size: .25rem;
position: relative;
}
+9 -9
View File
@@ -3,13 +3,13 @@
padding: .25rem;
}
.side{
width: calc((100% - 11.25rem) / 2);
.side {
width: calc((100% - 10rem) / 2);
height: 100%
}
.center{
width: 11.25rem;
width: 10rem;
height: 100%;
}
.c_lang {
@@ -19,11 +19,11 @@
}
.side-tit {
width: 100%;
height: .375rem;
font-size: .175rem;
height: .5rem;
font-size: .25rem;
color: #ffffff;
padding-left: .375rem;
line-height: .375rem;
padding-left: .5rem;
line-height: .5rem;
background-image: url(../images/z01.png);
position: relative;
}
@@ -290,13 +290,13 @@
}
.pro-d{
width: 11.25rem;
width: 10rem;
height: 5.75rem;
padding: .125rem;
position: relative;
background-image: url(../images/m02.png);
background-position: center;
background-size: 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
}