demo20230512/Browser_Local/css/home.css
2023-05-12 10:20:28 +08:00

186 lines
3.8 KiB
CSS

html, body {
font-family: "微軟正黑體";
}
body {
/*overflow: hidden;*/
background: #EDEDED;
}
img {
width: 100%;
height: 100%;
}
.home_body_wrap {
/*width: 100%;*/
min-width: 1120px;
}
.home_user_login {
float: right;
line-height: 32px;
color: white;
text-decoration: none;
}
.home_footer_wrap {
width: 100%;
}
.footer_body {
width: 100%;
min-width: 1120px;
margin: 0 auto;
clear: both;
}
.form-group.required .control-label:after {
content: "*";
color: red;
}
.footer_slider {
background: rgba(255,255,255,1);
background: -moz-radial-gradient(center, circle cover, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 89%, rgba(210,210,210,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(89%, rgba(210,210,210,1)), color-stop(100%, rgba(210,210,210,1)));
background: -webkit-radial-gradient(center, circle cover, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 89%, rgba(210,210,210,1) 100%);
background: -o-radial-gradient(center, circle cover, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 89%, rgba(210,210,210,1) 100%);
background: -ms-radial-gradient(center, circle cover, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 89%, rgba(210,210,210,1) 100%);
background: radial-gradient(circle at center, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 89%, rgba(210,210,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2', GradientType=1 );
-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
}
.body {
/*width: 100%;
max-width: 1100px;*/
width: 1100px;
padding-right: 20px;
margin: 0 auto;
}
.home_logo_wrap {
/*width: 100%;*/
width: 1100px;
padding-right: 20px;
margin-bottom: 10px;
}
.home_logo {
width: 160px;
height: auto;
margin: 0 auto;
}
.body_content {
background-image: url('../../Browser_Local/img/home_gradient_bk.png');
background-size: 100% 100%;
box-shadow: inset 0 7px 20px -7px rgba(0,0,0,0.4);
padding-top: 20px;
}
.home_body_message {
width: 100%;
margin: 0 auto;
max-width: 1020px;
padding: 36px;
padding-bottom: 0;
background: url('../../Browser_Local/img/home_bk.png') no-repeat;
background-size: 100% 100%;
}
.message_wrap {
width: 60%;
padding-top: 20px;
vertical-align: top;
padding-bottom: 1px;
margin: 0 auto;
color: white;
min-height: 300px;
}
.message_title {
width: 100%;
}
.title {
color: #FFF;
margin-bottom: 12px;
font-weight: bold;
font-size: 20px;
padding-bottom: 12px;
}
.title > p {
float: left;
padding: 0 24px;
}
.title > div {
width: 242px;
height: 14px;
float: left;
}
.title > div > img {
width: 100%;
height: 100%;
}
.message_article {
margin: 30px 0;
font-size: 20px;
line-height: 32px;
word-spacing: 8px;
text-align: justify;
text-justify:inter-ideograph;
clear: both;
}
.message_logo {
width: 270px;
display: inline-block;
margin-bottom: 20px;
}
.footer_copyright {
clear: both;
width: 100%;
}
.footer_copyright_img {
width: 100%;
height: 86px;
}
.copyright_wrap {
width: 100%;
text-align: center;
position: fixed;
bottom: 0;
background: rgb(207, 207, 207);
padding: 12px 0;
color: rgb(128, 128, 128);
z-index: 99;
font-size: 12px;
line-height: 18px;
}
.copyright {
display: flex;
width: 650px;
padding: 0;
margin: 0 auto;
}
.copyright div {
display: inline-block;
margin: 0 10px;
}
.copyright p {
margin: 0;
text-align: left;
}