Commit 085f5fd6 authored by 喻春霖's avatar 喻春霖

fixed

parents ec1161da ed7abd98
html, body { /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222;
}
html {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden; font-size: 1em;
line-height: 1.4;
} }
.ds {
max-width: 1900px; /*
margin: 0 auto; * Remove text-shadow in selection highlight: h5bp.com/i
height: 100vh; * These selection rule sets have to be separate.
overflow: hidden; * Customize the background color to match your design.
} */
.ds-header-img {
margin: 20px 0; ::-moz-selection {
margin-left: 5%; background: #b3d4fc;
width: 252.5px; text-shadow: none;
height: 40px;
} }
.ds-content {
width: 100%; ::selection {
height: calc(100% - 185px); background: #b3d4fc;
background: url("../img/bg.png") no-repeat center center; text-shadow: none;
background-size: 100% 100%;
overflow: hidden;
} }
.ds-content-mask {
margin: 3% 3%; /*
height: 100%; * A better looking default horizontal rule
/* height: 543px; */ */
/* background: rgba(255, 255, 255, 0.1); */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
} }
.ds-content-title {
padding: 2% 0 1% 0; /*
margin: 1% 0; * Remove the gap between images, videos, audio and canvas and the bottom of
text-align: center; * their containers: h5bp.com/i/440
color: white; */
font-weight: 500;
font-size: 28px; audio,
letter-spacing: 6px; canvas,
img,
video {
vertical-align: middle;
} }
.ds-footer {
width: 100%; /*
height: 105px; * Remove default fieldset styles.
overflow: hidden; */
background: white url("../img/Login-b.jpg") no-repeat center center;
fieldset {
border: 0;
margin: 0;
padding: 0;
} }
.ds-footer > p {
color: #aab9c5; /*
font-size: 12px; * Allow only vertical resizing of textareas.
/* line-height: 75px; */ */
text-align: center;
margin-top: 3%; textarea {
resize: vertical;
} }
.ds-content-source {
/* display: flex; */ /* ==========================================================================
max-width: 1000px; Browse Happy prompt
margin: 0 auto; ========================================================================== */
height: calc(100% - 100px);
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
} }
.ds-content-city {
/* flex-basis: 400px; */ /* ==========================================================================
float: left; Author's custom styles
width: 35%; ========================================================================== */
padding-right: 10px;
height: 100%; /* ==========================================================================
/* flex-grow: 1; Helper classes
display: flex; ========================================================================== */
justify-content: flex-end; */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
} }
.ds-content-city-float {
width: 300px; .ir:before {
margin-left: auto; content: "";
display: block;
width: 0;
height: 150%;
} }
.ds-content-city-float > p {
width: 90px; /*
color: white; * Hide from both screenreaders and browsers: h5bp.com/u
font-size: 20px; */
line-height: 42px;
flex-shrink: 0; .hidden {
margin: 0; display: none !important;
margin-top: 10px; visibility: hidden;
margin-left: 10px;
}
.ds-content-district {
float: left;
width: 58%;
/* flex-basis: 600px;
flex-grow: 2; */
height: 100%;
margin-left: 10px;
} }
.ds-content-district > p { a,
width: 90px; button,
color: white; input {
font-size: 20px; outline: none;
line-height: 42px;
flex-shrink: 0;
margin: 0;
margin-top: 10px;
margin-left: 10px;
} }
.logo-btn { /*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0; border: 0;
border-radius: 5px; clip: rect(0 0 0 0);
background-repeat: no-repeat !important; height: 1px;
background-position: center center !important; margin: -1px;
position: relative; overflow: hidden;
outline: 0; padding: 0;
position: absolute;
width: 1px;
} }
.logo-btn:focus {
outline: 0; /*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
} }
.city-btn {
width: 280px; /*
height: 52px; * Hide visually and from screenreaders, but maintain layout
margin: 10px 10px; */
margin-bottom: 82px;
background-size:100% 100% !important; .invisible {
visibility: hidden;
} }
.idp-btn {
width: 143px; /*
height: 52px; * Clearfix: contain floats
background-size: 100% 100% !important; *
margin: 10px 10px; * For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
} }
.logo-btn:after{
position: absolute; .clearfix:after {
content: "\00a0"; clear: both;
} }
.logo-btn-mask:after {
position: absolute; /*
border-radius: 5px; * For IE 6/7 only
top: 0; * Include this rule to trigger hasLayout and contain floats.
left: 0; */
content: "\00a0";
background-color: black; .clearfix {
opacity: 0.2; *zoom: 1;
width: 100%;
height: 100%;
} }
.ds-content-text {
color: white; /* ==========================================================================
text-align: center; EXAMPLE Media Queries for Responsive Design.
font-size: 18px; These examples override the primary ('mobile first') styles.
letter-spacing: 2px; Modify as content requires.
margin-top: 40px; ========================================================================== */
margin-bottom: 8px;
} @media only screen and (min-width: 35em) {
.ds-divide-line { /* Style adjustments for viewports that meet the condition */
float: left;
width: 2px;
border: 1px rgba(255, 255, 255, 0.795);
margin: 10px 20px;
height: 40vh;
background-color: rgba(255, 255, 255, 0.795);
}
.szjc-login {
width: 80%;
margin: 0px auto;
text-align: center;
} }
.szjc-login > p {
color: white; @media print,
font-size: 18px; (-o-min-device-pixel-ratio: 5/4),
margin: 0; (-webkit-min-device-pixel-ratio: 1.25),
margin-bottom: 6px; (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
} }
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media screen and (max-width: 1000px) { @media print {
.ds-header-img { * {
width: 126px; background: transparent !important;
height: 20px; color: #000 !important; /* Black prints faster: h5bp.com/s */
margin: 10px 0; box-shadow: none !important;
margin-left: 20px; text-shadow: none !important;
} }
.ds-content {
height: calc(100% - 70px); a,
a:visited {
text-decoration: underline;
} }
.ds-footer {
height: 30px; a[href]:after {
content: " (" attr(href) ")";
} }
.ds-footer .ds-content-text {
margin: 6px 0; abbr[title]:after {
content: " (" attr(title) ")";
} }
.ds-content-source {
display: flex; /*
height: calc(100% - 60px); * Don't show links for images, or javascript/internal links
max-width: 700px; */
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
} }
.ds-content-title {
padding: 10px 0 0 0; pre,
margin: 5px 0; blockquote {
font-size: 20px; border: 1px solid #999;
page-break-inside: avoid;
} }
.ds-content-city {
padding-right: 0; thead {
height: 100%; display: table-header-group; /* h5bp.com/t */
min-width: 210px;
} }
.ds-content-city-float {
width: 210px; tr,
img {
page-break-inside: avoid;
} }
.ds-content-city-float > p {
font-size: 16px; img {
line-height: 16px; max-width: 100% !important;
margin: 6px 5px;
} }
.ds-content-district {
margin: 0 auto; @page {
margin: 0.5cm;
} }
.ds-content-district > p {
font-size: 16px; p,
line-height: 16px; h2,
margin: 6px 5px; h3 {
orphans: 3;
widows: 3;
} }
.city-btn {
width: 200px; h2,
height: 40px; h3 {
margin: 6px 5px; page-break-after: avoid;
margin-bottom: 58px;
} }
.idp-btn { }
width: 110px;
height: 40px; body {
margin: 6px 1px; width: 100%;
height: 100%;
overflow: hidden;
background-color: #4e97f7 !important;
background-image: -webkit-linear-gradient(30deg, rgb(35,129,255), rgb(96,203,255));
background-image: -moz-linear-gradient(30deg, rgb(35,129,255), rgb(96,203,255));
background-image: linear-gradient(30deg, rgb(35,129,255), rgb(96,203,255));
align-items: center;
justify-content: center;
}
button {
border: none;
background-color: transparent;
margin: 0;
padding: 0 6px;
}
.bg {
width: 887px;
height: 476px;
position: relative;
top: 50%;
left: 50%;
margin-top: -238px;
margin-left: -444px;
background: url("../img/bg-xp.png") no-repeat center;
}
.loginContainer {
width: 600px;
position: absolute;
top: 30px;
left: 30px;
}
.loginContainer h1 {
color: #fff;
}
.login-box {
width: 450px;
box-sizing: border-box;
border-radius: 15px;
}
.logo-top-left {
height: 40px;
margin-left: -150px;
}
.title {
margin: 14px 0 0 0;
font-size: 18px;
letter-spacing: 5px;
}
.title-line-city {
background: url("../img/line1.png") no-repeat center;
background-size: 200% 2px;
background-position: -152px 50%;
-ms-background-position: -152px 50%;
width: 360px;
margin: 0 auto;
margin-top: 6px;
color: rgb(165, 165, 165);
}
#login-btn-szjc {
background: url("../img/btn-szjc.png") no-repeat center;
background-size: 100% 100%;
width: 249px;
height: 74px;
margin: 10px 0;
}
#login-btn-tyrz {
background: url("../img/btn-tyrz.png") no-repeat center;
background-size: 100% 100%;
width: 249px;
height: 74px;
margin: 10px 0;
}
.title-line-district {
background: url("../img/line2.png") no-repeat center;
background-size: 200% 2px;
background-position: -165px 50%;
-ms-background-position: -165px 50%;
width: 360px;
margin: 0 auto;
color: rgb(165, 165, 165);
}
.login-btn-district {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
margin: 5px 0;
margin-left: 20px;
}
.login-btn-idp {
font-size: 12px;
font-weight: 700;
transform: scale(0.9);
-ms-transform: scale(0.9); /* IE 9 */
-moz-transform: scale(0.9); /* Firefox */
-webkit-transform: scale(0.9); /* Safari 和 Chrome */
-o-transform: scale(0.9); /* Opera */
}
.login-btn-idp-enable {
color: rgb(29,154,253);
}
.footer {
position: absolute;
bottom: 20px;
color: white;
text-align: center;
width: 100%;
}
.footer-text {
margin: 5px 0;
font-size: 12px;
transform: scale(0.9);
-ms-transform: scale(0.9); /* IE 9 */
-moz-transform: scale(0.9); /* Firefox */
-webkit-transform: scale(0.9); /* Safari 和 Chrome */
-o-transform: scale(0.9); /* Opera */
letter-spacing: 1.5px;
}
.vertical-line {
margin: 0 10px;
color: rgb(122, 186, 255);
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
.bg {
background-size: initial;
} }
.ds-divide-line { }
width: 2px;
margin: 6px 8px; @media screen and (min-width: 768px) and (max-width: 1024px) {
height: 50vh; .bg {
background-size: contain;
} }
.ds-footer > p { }
font-size: 6px; @media screen and (max-width: 767px) {
.footer {
display: none;
} }
} }
@media screen and (min-width: 1000px) and (max-width: 1023px) {
.ds-content-title { @media screen and (min-width: 1921px) and (max-width: 3000px) {
padding: 30px 0 0 0; .bg {
margin: 10px 0 10px 0; width: 1800px;
font-size: 25px; height: 980px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
background-size: 100%;
background: url("../img/bg-dp.png") no-repeat center;
}
.bg_box {
position: relative;
top: 0;
left: 0;
}
.loginContainer {
position: absolute;
top: 120px;
left: 5%;
margin-bottom: 22px;
width: 800px;
height: 600px;
} }
.ds-content-city { .bg-form {
padding-right: 0; width: 100% !important;
height: 100%;
} }
.ds-content-city-float { .login-box {
width: 100%; width: 100%;
} }
.ds-content-city-float > p { .logo-top-left {
font-size: 18px; height: 60px;
margin-left: -180px;
} }
.ds-content-district { .title {
/* flex-grow: 1; */ margin: 14px 0 0 0;
margin: 0 auto; font-size: 26px;
letter-spacing: 8px;
margin: 35px 0;
} }
.ds-content-district > p { .title-line-city {
font-size: 18px; background: url("../img/line1.png") no-repeat center;
background-size: 100% 2px;
background-position: 30px 50%;
width: 800px;
margin-top: 30px;
color: rgb(165, 165, 165);
} }
.city-btn { #login-btn-szjc {
width: 215px; width: 460px;
height: 40px; height: 138px;
margin: 20px 0;
} }
} #login-btn-tyrz {
@media screen and (min-width: 1024px) and (max-width: 1279px) { width: 460px;
.ds-content-title { height: 138px;
padding: 30px 0 0 0; margin: 20px 0;
margin: 10px 0 10px 0;
font-size: 25px;
} }
.ds-content-city { .title-line-district {
padding-right: 10px; background: url("../img/line2.png") no-repeat center;
height: 100%; background-size: 100% 2px;
background-position: 30px 50%;
width: 800px;
} }
.ds-content-city-float { .login-btn-district {
width: 300px; margin: 15px 0;
margin-left: 12%;
} }
.ds-content-city-float > p { .login-btn-idp {
font-size: 18px; font-size: 16px;
margin: 0 10px;
} }
.ds-content-district { .login-btn-idp-enable {
/* flex-grow: 1; */ color: rgb(29,154,253);
margin: 0 auto;
} }
.ds-content-district > p { .footer {
font-size: 18px; position: absolute;
bottom: 20px;
color: white;
text-align: center;
width: 100%;
} }
.city-btn { .footer-text {
width: 280px; margin: 5px 0;
height: 52px; font-size: 16px;
margin-bottom: 82px;
} }
} }
\ No newline at end of file
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222;
}
html {
width: 100%;
height: 100%;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browse Happy prompt
========================================================================== */
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden;
}
a,
button,
input {
outline: none;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; /* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
body {
width: 100%;
height: 100%;
overflow: hidden;
background-color: #4e97f7 !important;
background-image: -webkit-linear-gradient(30deg, rgb(35,129,255), rgb(96,203,255));
background-image: -moz-linear-gradient(30deg, rgb(35,129,255), rgb(96,203,255));
background-image: linear-gradient(30deg, rgb(35,129,255), rgb(96,203,255));
align-items: center;
justify-content: center;
}
button {
border: none;
background-color: transparent;
margin: 0;
padding: 0 6px;
}
.bg {
width: 887px;
height: 476px;
position: relative;
top: 50%;
left: 50%;
margin-top: -238px;
margin-left: -444px;
background: url("../img/bg-xp.png") no-repeat center;
}
.loginContainer {
width: 600px;
position: absolute;
top: 80px;
left: 30px;
}
.loginContainer h1 {
color: #fff;
}
.login-box {
width: 450px;
box-sizing: border-box;
border-radius: 15px;
}
.title-line-city {
background: url("../img/line1.png") no-repeat center;
background-size: 200% 2px;
background-position: -152px 50%;
-ms-background-position: -152px 50%;
width: 360px;
margin: 0 auto;
margin-top: 30px;
color: rgb(165, 165, 165);
}
#login-btn-szjc {
background: url("../img/btn-szjc.png") no-repeat center;
background-size: 100% 100%;
width: 249px;
height: 74px;
margin: 10px 0;
}
#login-btn-tyrz {
background: url("../img/btn-tyrz.png") no-repeat center;
background-size: 100% 100%;
width: 249px;
height: 74px;
margin: 10px 0;
}
.title-line-district {
background: url("../img/line2.png") no-repeat center;
background-size: 200% 2px;
background-position: -165px 50%;
-ms-background-position: -165px 50%;
width: 360px;
margin: 0 auto;
color: rgb(165, 165, 165);
}
.login-btn-district {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
margin: 5px 0;
margin-left: 20px;
}
.login-btn-idp {
font-size: 12px;
font-weight: 700;
transform: scale(0.9);
-ms-transform: scale(0.9); /* IE 9 */
-moz-transform: scale(0.9); /* Firefox */
-webkit-transform: scale(0.9); /* Safari 和 Chrome */
-o-transform: scale(0.9); /* Opera */
}
.login-btn-idp-enable {
color: rgb(29,154,253);
}
.footer {
position: absolute;
bottom: 20px;
color: white;
text-align: center;
width: 100%;
}
.footer-text {
margin: 5px 0;
font-size: 12px;
transform: scale(0.9);
-ms-transform: scale(0.9); /* IE 9 */
-moz-transform: scale(0.9); /* Firefox */
-webkit-transform: scale(0.9); /* Safari 和 Chrome */
-o-transform: scale(0.9); /* Opera */
letter-spacing: 1.5px;
}
.vertical-line {
margin: 0 10px;
color: rgb(122, 186, 255);
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
.bg {
background-size: initial;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.bg {
background-size: contain;
}
}
@media screen and (max-width: 767px) {
.footer {
display: none;
}
}
@media screen and (min-width: 1921px) and (max-width: 3000px) {
.bg {
width: 1800px;
height: 980px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
background-size: 100%;
background: url("../img/bg-dp.png") no-repeat center;
}
.bg_box {
position: relative;
top: 0;
left: 0;
}
.loginContainer {
position: absolute;
top: 250px;
left: 5%;
margin-bottom: 22px;
width: 800px;
height: 600px;
}
.bg-form {
width: 100% !important;
}
.login-box {
width: 100%;
}
.title-line-city {
background: url("../img/line1.png") no-repeat center;
background-size: 100% 2px;
background-position: 30px 50%;
width: 800px;
margin-top: 30px;
color: rgb(165, 165, 165);
}
#login-btn-szjc {
width: 460px;
height: 138px;
margin: 20px 0;
}
#login-btn-tyrz {
width: 460px;
height: 138px;
margin: 20px 0;
}
.title-line-district {
background: url("../img/line2.png") no-repeat center;
background-size: 100% 2px;
background-position: 30px 50%;
width: 800px;
}
.login-btn-district {
margin: 15px 0;
margin-left: 12%;
}
.login-btn-idp {
font-size: 16px;
margin: 0 10px;
}
.login-btn-idp-enable {
color: rgb(29,154,253);
}
.footer {
position: absolute;
bottom: 20px;
color: white;
text-align: center;
width: 100%;
}
.footer-text {
margin: 5px 0;
font-size: 16px;
}
}
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
p, p,
pre { pre {
margin: 1em 0; margin: 0.8em 0;
} }
/** /**
......
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 to comment