123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
-
- * {
- margin:0px;
- padding:0px;
- }
- html {
- padding:0px;
- font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
- font-size:14px;
- }
- body {
- margin:0px;
- padding:0px;
- }
- body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
- margin:0;
- padding:0;
- }
- em{ text-decoration:none; font-style:normal;}
- table {
- border-collapse:collapse;
- border-spacing:0;
- }
- img {
- border:none;
- }
- ol,ul,li {
- list-style:none;
- margin:0; padding:0;}
- /* 标题自定义 */
- h1,h2,h3,h4,h5,h6 {
- }
- a{
- font-family:"Microsoft YaHei";
- text-decoration: none;
- cursor:pointer;
- }
- a:hover {
- text-decoration:none;
- }
- span{
- font-family:"Microsoft YaHei";
- }
- font{
- font-family:"Microsoft YaHei";
- }
- h1,h2,h3,h4,h5,h6{ font-weight:normal;}
- /* 清除浮动 */
- .clearfix:after {
- content: "."; /*内容为“.”就是一个英文的句号而已。也可以不写。*/
- display: block; /*加入的这个元素转换为块级元素。*/
- clear: both; /*清除左右两边浮动。*/
- visibility: hidden; /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间,只是看不到而已;*/
- line-height: 0; /*行高为0;*/
- height: 0; /*高度为0;*/
- font-size:0; /*字体大小为0;*/}
- .clearfix { *zoom:1;} /*这是针对于IE6的,因为IE6不支持:after伪类,这个神奇的zoom:1让IE6的元素可以清除浮动来包裹内部元素。*/
- /* 显示和隐藏 */
- .tl_hide {
- display:none;
- }
- .tl_block {
- display:block;
- }
- .fl {
- float:left;
- }
- .fr {
- float:right;
- }
- .red{
- color: #f00;
- }
- i{ font-style:normal;}
- input{ border:none; outline:none; display:block;}
- textarea{border:none; outline:none; resize:none;}
- .bd_content {
- width: 100%;
- margin: 4% auto;
- }
- .bd_content .div_line{
- padding:4% 0px;
- border-bottom: 1px solid #eeeeec;
- }
- .bd_content .div_line span{
- font-size: 1.6em;
- color: #333;
- padding-right: 3%;
- display: block;
- height: 35px;
- line-height: 35px;
- margin-left: 4%;
- }
- .bd_content .div_line i{
- padding-left: 6px;
- display: inline-block;
- }
- .bd_content .div_line input{
- height: 35px;
- line-height: 35px;
- }
- .bd_content .div_line textarea{
- min-height: 300px;
- padding-bottom: 50px;
- }
- .bd_content .div_line .yy{
- margin-top: -20px;
- }
- .jianjie_TEXT{
- margin-left: 4%;
- margin-top: 2%;
- width: 86%;
- border:1px solid #ccc;
- border-radius: 5px;
- padding: 4% 2%;
- }
- .total-time span{
- display: inline!important;
- padding: 0px!important;
- }
- .bd_content .btn_div{
- padding-left: 4%;
- padding-top: 5%;
- padding-bottom: 5%;
- background: #fafafa;
- }
- .bd_content .btn_div input{
- width:80px;
- height: 35px;
- line-height: 35px;
- background: #f1f1f1;
- border-radius: 25px;
- border:1px solid #cecece;
- color: #ba0101;
- font-size: 1.2em;
- margin-right: 10px;
- }
- .bd_content .btn_div .kszx{
- width:100px;
- height: 35px;
- line-height: 35px;
- background: #00a0e9;
- border-radius: 25px;
- color: #fff;
- font-size: 1.2em;
- text-align: center;
- margin-right: 10px;
- }
- .bd_content .btn_div .start-button {
- width:140px;
- height: 35px;
- line-height: 35px;
- background: #e60012;
- border-radius: 25px;
- color: #fff;
- font-size: 1.2em;
- text-align: center;
- }
|