42 lines
839 B
CSS
Executable File
42 lines
839 B
CSS
Executable File
body{padding: 0;margin: 0; padding-top: 100px;}
|
|
a {text-decoration: none;cursor: pointer;display: block;}
|
|
.w1146 {width: 1146px; margin: auto;}
|
|
.w1232 {width: 1232px; margin: auto;}
|
|
|
|
|
|
.bodyBack .header{
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: hsla(216,91%,48%,0.85);
|
|
box-shadow: 0px 6px 10px 1px rgb(0 0 0 / 9%);
|
|
z-index: 20;
|
|
}
|
|
|
|
.bodyBack .header .cont{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 100px;
|
|
}
|
|
.bodyBack .header .cont .logo a img {
|
|
height: 76px;
|
|
}
|
|
.woogs {
|
|
padding: 160px 0 100px 0;
|
|
margin: auto;
|
|
width: 316px;
|
|
}
|
|
|
|
.woogs a {
|
|
margin-top: 24px;
|
|
width: 100%;
|
|
height: 40px;
|
|
border-radius: 20px;
|
|
background: #4C7EE9;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
} |