123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- .header
- {
- height: 50px;
- }
- .header .nav li
- {
- line-height: 50px;
- }
- .header .nav li.active
- {
- text-decoration: none;
- }
- .login-btn
- {
- cursor:pointer;
- }
- .index .service-item, .index .device-item
- {
- margin-right: 0px;
- margin-left: 100px;
- margin-bottom: 25px;
- line-height: 20px;
- }
- .index .service-list, .index .device-list
- {
- margin:0 auto;
- margin-bottom:60px;
- }
- .equip .tabs
- {
- border:0px;
- margin-top:0px;
- }
- .system h3
- {
- margin-bottom: 0px;
- }
- .equip-top
- {
- margin-bottom: 20px;
- }
- .equip .box .right .all-info
- {
- margin-bottom: 40px;
- margin-right:20px;
- display:inline;
- }
- .equip .box .right
- {
- width:340px;
- }
- #device_data
- {
- margin-top: 20px;
- }
- /*
- .equip .box .right
- {
- width: auto;
- float:none;
- }
- .equip .box .right .all-info
- {
- margin-bottom: 40px;
- display: block;
- float: left;
- margin-left: 20px;
- }
- .btn, .equip-info .name, .list .item, .device_setting
- {
- cursor:pointer;
- }
- #device_data .item
- {
- margin-left:20px;
- width:130px;
- }
- */
- .business-cavs input
- {
- width: 143px;
- height: 28px;
- line-height: 28px;
- border: 1px #e0e0e0 solid;
- text-indent: 10px;
- border-radius: 0;
- color: #999;
- font-family: 'yh-light';
- background-color: #fff;
- font-size: 14px;
- appearance: none;
- -moz-appearance: none;
- -webkit-appearance: none;
- padding-right: 24px;
- margin-right: 10px;
- cursor:pointer;
- }
- .equip .tabs
- {
- margin-left:10%;
- }
- .system
- {
- }
- .area
- {
- margin-bottom: 0px;
- margin-top: 10px;
- }
- .index .prompt
- {
- margin:0 auto 40px;
- margin-top:30px;
- }
- .news-title
- {
-
- }
- .submit-btn
- {
- cursor:pointer;
- }
- .equip-info .item
- {
- margin: 0 60px;
- }
- .index .device-list
- {
- width: 100%;
- }
- .wx-header h3
- {
- padding: 30px 0 40px 0;
- }
- .wx-buyer
- {
- display: none;
- }
- .footer
- {
- margin-top:80px;
- }
- .news
- {
- min-height: 560px;
- border: none;
- }
- .container
- {
- min-height: 560px;
- }
- .wx-header
- {
- background-color:#fff;
- }
- .wx
- {
- background-color:#fff;
- }
- #download
- {
- margin-left:270px;
- margin-top:10px;
- }
- #download a
- {
- color:red;
- text-align: center;
- }
- .content-slide
- {
- line-height: 30px;
- text-indent: 2em;
- height: 100%;
- margin-top: 30px;
- }
- .content-slide img
- {
- width:100%;
- max-width:640px;
- margin-top:20px;
- }
- .set_code_list
- {
- width:400px;
- margin:0 auto;
- margin-bottom: 20px;
- }
- .set_code_list input
- {
- border:1px solid #bababa;
- padding:2px;
- }
|