You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
535 lines
11 KiB
535 lines
11 KiB
/*--
|
|
Author: W3layouts
|
|
Author URL: http://w3layouts.com
|
|
License: Creative Commons Attribution 3.0 Unported
|
|
License URL: http://creativecommons.org/licenses/by/3.0/
|
|
--*/
|
|
/*--reset--*/
|
|
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
|
|
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
|
|
ol,ul{list-style:none;margin:0px;padding:0px;}
|
|
blockquote,q{quotes:none;}
|
|
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
|
|
table{border-collapse:collapse;border-spacing:0;}
|
|
/*--start editing from here--*/
|
|
a{text-decoration:none;}
|
|
|
|
.clear{clear:both;}/* clear float */
|
|
.pos-relative{position:relative;}/* Position Relative */
|
|
.pos-absolute{position:absolute;}/* Position Absolute */
|
|
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
|
|
.vertical-top{ vertical-align:top;}/* vertical align top */
|
|
nav.vertical ul li{ display:block;}/* vertical menu */
|
|
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
|
|
img{max-width:100%;}
|
|
/*--end reset--*/
|
|
.messageBoardOuter{
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
margin:0;
|
|
font-family: 'PT Sans', sans-serif;
|
|
}
|
|
h1,h2,h3,h4,h5,h6,input,p,a,select,button,textarea,label{
|
|
font-family: 'Josefin Sans', sans-serif;
|
|
margin:0;
|
|
font-weight:400;
|
|
}
|
|
.clear{clear:both;}
|
|
body a{
|
|
transition:0.5s all;
|
|
-webkit-transition:0.5s all;
|
|
-moz-transition:0.5s all;
|
|
-o-transition:0.5s all;
|
|
-ms-transition:0.5s all;
|
|
text-decoration: none;}
|
|
|
|
input[type="button"],input[type="button"]{
|
|
transition:0.5s all;
|
|
-webkit-transition:0.5s all;
|
|
-moz-transition:0.5s all;
|
|
-o-transition:0.5s all;
|
|
-ms-transition:0.5s all;
|
|
}
|
|
|
|
h1,h2,h3,h4,h5,h6{
|
|
margin:0;
|
|
transition:0.5s all;
|
|
-webkit-transition:0.5s all;
|
|
-moz-transition:0.5s all;
|
|
-o-transition:0.5s all;
|
|
-ms-transition:0.5s all;
|
|
}
|
|
p{
|
|
margin:0;
|
|
|
|
}
|
|
ul{
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
/* feedback-form*/
|
|
|
|
.agile_form h2 {
|
|
font-size: 0.9em;
|
|
color:#1ec8e9;
|
|
margin: 1em 0;
|
|
line-height: 1.5;
|
|
}
|
|
form.agile_form {
|
|
padding: 1em 0;
|
|
}
|
|
|
|
.agile_form input[type=text]{
|
|
float:left;
|
|
}
|
|
.agile_form input[type=text]{
|
|
padding:0.9em 1em;
|
|
color: #000000;
|
|
width: 88%;
|
|
font-size:1em;
|
|
outline: none;
|
|
border: 1px solid #848484;
|
|
background: rgba(88, 88, 88, 0.08);
|
|
}
|
|
.agile_form input[type="email"] {
|
|
width: 94%;
|
|
padding: 0.9em 1em;
|
|
margin: 0em 0em 1em 0;
|
|
color: #000000;
|
|
font-size: 1em;
|
|
outline: none;
|
|
border: 1px solid #848484;
|
|
background: rgba(88, 88, 88, 0.08);
|
|
}
|
|
.agile_form textarea {
|
|
font-size: 0.85em;
|
|
color: #000000;
|
|
padding: 0.8em 1em;
|
|
margin-bottom: 1em;
|
|
width: 94.5%;
|
|
outline: none;
|
|
resize: none;
|
|
height: 7em;
|
|
border: 1px solid #848484;
|
|
background: rgba(88, 88, 88, 0.08);
|
|
}
|
|
.agile_form ul {
|
|
width: 43%;
|
|
list-style-type: none;
|
|
float: left;
|
|
margin:1em 1.6em;
|
|
position:relative;
|
|
}
|
|
.agile_form ul li {
|
|
color: #f5e7cc;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
.agile_form ul li input[type=radio]{
|
|
position: absolute;
|
|
visibility: hidden;
|
|
}
|
|
.agile_form ul li label {
|
|
display: inline-block;
|
|
position: relative;
|
|
font-size: 1.1em;
|
|
padding: 0.5em 0em 0.5em 1em;
|
|
margin: 3em 0 0 0.8em;
|
|
z-index: 9;
|
|
cursor: pointer;
|
|
text-transform: capitalize;
|
|
-webkit-transition: all 0.25s linear;
|
|
}
|
|
.agile_form h4.w3ls-left {
|
|
display: inline;
|
|
float: left;
|
|
width: 24%;
|
|
font-size:1.1em;
|
|
letter-spacing:1px;
|
|
text-align:center;
|
|
background:#1ec8e9;
|
|
padding: 0.5em 0em;
|
|
margin-top: 3em;
|
|
position:relative;
|
|
border-radius:5px;
|
|
color:#fff;
|
|
}
|
|
.agile_form h4.w3ls-left:before {
|
|
position: absolute;
|
|
top: 12px;
|
|
right: -17px;
|
|
background: transparent;
|
|
content: "";
|
|
border-left: 10px solid transparent;
|
|
border-right: 10px solid transparent;
|
|
border-bottom: 14px solid#1ec8e9;
|
|
transform: rotate(90deg);
|
|
-webkit-transform: rotate(90deg);
|
|
-moz-transform: rotate(90deg);
|
|
-o-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
}
|
|
|
|
|
|
.agile_form ul li label:hover {
|
|
color:#fff;
|
|
}
|
|
.checkbox {
|
|
position: relative;
|
|
padding-left: 38px !important;
|
|
cursor: pointer;
|
|
}
|
|
ul li .check {
|
|
display: block;
|
|
position: absolute;
|
|
border: 3px solid #fff;
|
|
border-radius: 100%;
|
|
height: 13px;
|
|
width: 13px;
|
|
top: 22%;
|
|
left: 26px;
|
|
z-index: 5;
|
|
transition: border .25s linear;
|
|
-webkit-transition: border .25s linear;
|
|
}
|
|
.agile_form ul li:hover .check {
|
|
border: 3px solid #1ec8e9;
|
|
}
|
|
|
|
.agile_form ul li .check::before {
|
|
display: block;
|
|
position: absolute;
|
|
content: '';
|
|
border-radius: 100%;
|
|
height: 5px;
|
|
width: 5px;
|
|
top: 4px;
|
|
left: 4px;
|
|
margin: auto;
|
|
transition: background 0.25s linear;
|
|
-webkit-transition: background 0.25s linear;
|
|
}
|
|
|
|
.agile_form input[type=radio]:checked ~ .check {
|
|
border: 3px solid #1ec8e9;
|
|
}
|
|
.agileits-rating {
|
|
margin: 1em 0 1.5em;
|
|
}
|
|
.agile_form input[type=radio]:checked ~ .check::before{
|
|
background: #eccff1;
|
|
}
|
|
.agileits-rating h5 {
|
|
color: #fff;
|
|
font-family: 'PT Sans', sans-serif;
|
|
font-size:1.1em;
|
|
font-weight:400;
|
|
}
|
|
.agile_form input[type=radio]:checked ~ label{
|
|
color: #FFC107;}
|
|
.textarea.w3l_summary {
|
|
min-height: 4em;
|
|
background: rgba(25, 5, 20, 0.48);
|
|
font-size: 0.85em;
|
|
}
|
|
|
|
.agile_form input[type="button"] {
|
|
width:50%;
|
|
text-transform: uppercase;
|
|
outline: none;
|
|
border: none;
|
|
cursor: pointer;
|
|
color: #eef5ec;
|
|
font-size:1em;
|
|
font-weight:600;
|
|
padding: 0.85em 0;
|
|
letter-spacing: 1px;
|
|
border-radius: 5px;
|
|
border: 1px solid #696867;
|
|
background: rgba(16, 16, 16, 0.47);
|
|
}
|
|
.agile_form input[type="button"]:hover:hover {
|
|
color: #2b2626;
|
|
background: rgb(230, 192, 85);
|
|
}
|
|
|
|
i.icon_agileits {
|
|
color: #000;
|
|
margin-right: 0.5em;
|
|
}
|
|
|
|
|
|
/* // feedback-form*/
|
|
/*表单文字*/
|
|
.icon1, .icon2 {
|
|
position: relative;
|
|
margin-top: 1.3em;
|
|
}
|
|
.icon1 i{
|
|
left: 0;
|
|
font-size: 1em;
|
|
letter-spacing: 1px;
|
|
position: absolute;
|
|
color: #000000;
|
|
top: -50%;
|
|
font-family: 'PT Sans', sans-serif;
|
|
}
|
|
.icon2 i {
|
|
left:0;
|
|
font-size: 1em;
|
|
letter-spacing: 1px;
|
|
position: absolute;
|
|
color: #000000;
|
|
top: -68%;
|
|
font-family: 'PT Sans', sans-serif;
|
|
}
|
|
.icon1.w3ls-name1 {
|
|
float: left;
|
|
width: 47%;
|
|
margin-right: 0.5em;
|
|
}
|
|
.icon1{
|
|
padding-bottom:1em!important;
|
|
}
|
|
.icon2{
|
|
float:right;
|
|
width:50%;
|
|
}
|
|
ul.无用 li {
|
|
display: inline-block;
|
|
margin: 1em 1em;
|
|
}
|
|
.无用 {
|
|
margin: 1.5em 0;
|
|
}
|
|
span.无用 {
|
|
float: left;
|
|
color: #fff;
|
|
font-size: 13.5px;
|
|
letter-spacing: 1px;
|
|
}
|
|
.无用 a {
|
|
color: #fff;
|
|
float: right;
|
|
font-size: 13.5px;
|
|
letter-spacing: 1px;
|
|
}
|
|
.无用 a:hover{
|
|
color: #dd4b39;
|
|
transition: 0.5s all;
|
|
-webkit-transition: 0.5s all;
|
|
-o-transition: 0.5s all;
|
|
-moz-transition: 0.5s all;
|
|
-ms-transition: 0.5s all;
|
|
}
|
|
.sub-main-w3 h6 {
|
|
color: #fff;
|
|
font-size: 14px;
|
|
letter-spacing: 1px;
|
|
margin: 10px 0;
|
|
}
|
|
/* -- Responsive code -- */
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px){
|
|
|
|
.agile_form input[type="button"] {
|
|
padding: 0.7em 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 667px){
|
|
|
|
|
|
.agile_form ul li label {
|
|
margin: 3em 0 0 0.8em;
|
|
}
|
|
.agile_form input[type="email"] {
|
|
width: 93%;
|
|
}
|
|
.agile_form input[type=text] {
|
|
width: 86%;
|
|
}
|
|
.agile_form textarea {
|
|
width: 94%;
|
|
}
|
|
.agile_form ul {
|
|
margin: 1em 2.5em 0 1em;
|
|
}
|
|
}
|
|
@media screen and (max-width: 640px){
|
|
.agile_form ul {
|
|
width: 50.5%;
|
|
margin: 1em 0.8em 0 0.8em;
|
|
}
|
|
}
|
|
@media screen and (max-width: 600px){
|
|
|
|
.agile_form input[type="email"] {
|
|
width: 92%;
|
|
}
|
|
|
|
.icon1.w3ls-name1,.icon2 {
|
|
width: 100%;
|
|
float: none;
|
|
margin:1em 0;
|
|
}
|
|
.icon1.w3ls-name1 i {
|
|
top: -35px;
|
|
}
|
|
.icon2 {
|
|
margin: 5.2em 0 0;
|
|
}
|
|
.icon2 i {
|
|
top: -35px;
|
|
}
|
|
.agile_form ul li label {
|
|
margin: 3em 0.8em 0;
|
|
}
|
|
.agile_form h4.w3ls-left {
|
|
margin-top: 1em;
|
|
}
|
|
.agileits-rating {
|
|
margin: 2em 0 1.5em;
|
|
}
|
|
.agile_form ul {
|
|
width: 100%;
|
|
margin: 1em 0;
|
|
text-align: center;
|
|
}
|
|
.agile_form input[type=text]{
|
|
width:92%;
|
|
}
|
|
|
|
|
|
.agile_form h4.w3ls-left:before {
|
|
width:0;
|
|
top: 38px;
|
|
left: 20px;
|
|
transform: rotate(180deg);
|
|
-webkit-transform: rotate(180deg);
|
|
-moz-transform: rotate(180deg);
|
|
-o-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
}
|
|
.agile_form textarea {
|
|
width: 93%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1040px){
|
|
.icon1.w3ls-name1,.icon2 {
|
|
width: 100%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 568px){
|
|
|
|
.agile_form input[type="email"],.agile_form input[type=text] {
|
|
padding: 0.8em 1em;
|
|
width: 91%;
|
|
}
|
|
|
|
}
|
|
@media screen and (max-width: 480px){
|
|
|
|
|
|
.agile_form input[type="button"] {
|
|
margin-top: 1em;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
|
|
|
|
ul li .check {
|
|
height: 10px;
|
|
width: 10px;
|
|
top: 11px;
|
|
}
|
|
|
|
.agile_form ul li .check::before {
|
|
height: 4px;
|
|
width: 4px;
|
|
top: 3px;
|
|
left: 3px;
|
|
}
|
|
|
|
.agile_form input[type="email"], .agile_form input[type=text] {
|
|
padding: 0.8em 1em;
|
|
width: 90%;
|
|
}
|
|
.agile_form textarea {
|
|
width: 91%;
|
|
}
|
|
.agile_form ul {
|
|
margin: 1em 0 0;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 414px){
|
|
|
|
.agile_form input[type="email"], .agile_form input[type=text] {
|
|
width: 88%;
|
|
}
|
|
.agile_form textarea {
|
|
width: 90%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 384px){
|
|
|
|
|
|
.agile_form ul li label {
|
|
margin: 3em 0.5em 0;
|
|
}
|
|
ul li .check {
|
|
left: 22px
|
|
}
|
|
|
|
.agile_form input[type="email"], .agile_form input[type=text] {
|
|
width: 87%;
|
|
}
|
|
.agile_form textarea {
|
|
width: 89%;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 320px) {
|
|
|
|
.agile_form textarea {
|
|
height: 6em;
|
|
}
|
|
|
|
.agile_form ul li label {
|
|
margin: 3em 0.5em 0 0em;
|
|
}
|
|
|
|
ul li .check {
|
|
left: 13px;
|
|
}
|
|
|
|
.agile_form input[type="email"], .agile_form input[type=text] {
|
|
width: 89%;
|
|
}
|
|
|
|
.agile_form input[type=text], .agile_form input[type="email"] {
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
.agile_form input[type="button"] {
|
|
font-size: 0.7em;
|
|
}
|
|
}
|
|
|