You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.9 KiB
CSS
20 lines
1.9 KiB
CSS
6 years ago
|
@charset "utf-8";
|
||
|
/* CSS Document */
|
||
|
h1 { font-size:30px; text-align:center; border-bottom: none; display: block; font-weight: normal}
|
||
|
.errorP { padding: 5px; margin: 10px 0 10px 50px; }
|
||
|
.errorP h2 { font-size: 176%; color: #828281; font-weight: bold; }
|
||
|
.errorP ul { margin: 18px 0 10px 0px; }
|
||
|
.errorP ul li { list-style: none; background: url(https://data.chinahighlights.com/css/images/drop-2.GIF) no-repeat left 8px; padding-left: 15px; line-height: 18px; margin-bottom: 5px; }
|
||
|
.error1 { width: 240px; height: 230px; margin: 5px 20px 5px 5px; float: left; padding-left: 20px; background: url(https://data.chinahighlights.com/css/images/01.gif) no-repeat 15px 15px #f4f4f4; }
|
||
|
.error2 { width: 240px; height: 230px; margin: 5px 20px 5px 5px; float: left; padding-left: 20px; background: url(https://data.chinahighlights.com/css/images/02.gif) no-repeat 15px 15px #f4f4f4; }
|
||
|
.error3 { width: 240px; height: 230px; margin: 5px 5px 5px 5px; float: left; background-color: #f4f4f4; padding-left: 20px; background: url(https://data.chinahighlights.com/css/images/03.gif) no-repeat 15px 15px #f4f4f4; }
|
||
|
/* question box */
|
||
|
.askquestionBox { background:#d1d1d1; padding:20px; font-size: 11px; color: #666; margin:10px auto 30px; border-radius:4px;}
|
||
|
.askquestionBox label { display:block !important;}
|
||
|
.questionTitle { color:#a31022; font-size:20px; display: block; margin:0 0 15px;}
|
||
|
.askquestionBox textarea { border-radius:4px; border:1px solid #999; background:#fff; width: 100%; height: 150px; margin: 10px 0 10px 0; font-size: 12px; line-height: 18px; padding: 5px; display:block }
|
||
|
.askquestionBox input { border: 1px solid #999; background: #fff; padding: 5px; margin:5px 0 10px; width:100%; border-radius:4px; }
|
||
|
.askquestionBox input.checkBox { vertical-align: middle; margin-top: -3px; margin-bottom: 0; border: none; background: none; margin-right: 5px; padding: 0; }
|
||
|
.askquestionBox a { color: #a31022; }
|
||
|
textarea:focus, input:focus { border:1px solid #a31022; box-shadow:0 0 2px #999}
|