| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- .fr {
- float: right;
- }
- .content_ {
- width: 570px;
- margin: 100px auto;
- background: #fff;
- margin-top: 40px;
- position: fixed;
- right: 10px;
- z-index: 100;
- top:50px;
- }
- .clearflow:after {
- content: "";
- display: block;
- clear: both;
- }
- .clearflow li {
- float: left;
- padding: 10px 25px;
- cursor: pointer;
- letter-spacing: 2px;
- font-size: 14px;
- }
- .actives {
- background: #000;
- color: #fff;
- border-bottom: none;
- }
- .bd {
- border-bottom: 1px solid #69cbd0;
- }
- .bd1 {
- border-bottom: 1px solid #f95a83
- }
- .hidens {
- display: none;
- }
- .content_ label {
- margin-left: 10px;
- font-size: 15px;
- }
- .wt1,
- .wt2 {
- height: 400px;
- overflow-y: auto;
- padding: 5px;
- border: 1px solid transparent;
- }
- textarea {
- border: none;
- border: 1px solid none;
- }
- .checkbox-inline {
- margin-bottom: 5px;
- }
- #selects {
- width: 120px;
- padding: 5px;
- outline: none;
- border-radius: 5px;
- }
- .phone_box {
- font-size: 15px;
- margin-bottom: 10px;
- margin-left: 10px;
- }
- .qt {
- margin-bottom: 10px;
- }
- .qt input {
- padding: 5px;
- outline: none;
- margin-top: 10px;
- margin-left: 10px;
- }
- .btn_box {
- width:50px;
- position: fixed;
- right: 0;
- top: 220px;
- z-index:99;
- }
- .btn_box ul {}
- .btn_box a {
- padding: 15px;
- display: block;
- margin-bottom: 1px;
- color: #FFFFFF;
- text-align: center;
- font-size: 14px;
- opacity: 0.9;
- text-decoration: none;
- background-image: none;
- border-radius:2px;
- border: 1px solid transparent;
- border-radius: 4px;
- color: #333;
- background-color: #fff;
- border-color: #ccc;
- line-height: 10px;
- }
- .btn_box a:hover {
- opacity: 1;
- text-decoration: none;
- color: #333;
- background-color: #e6e6e6;
- border-color: #adadad
- }
- .cc {
- width: 30px;
- height: 30px;
- background: #000000;
- float: left;
- }
- .Colsed{
- width: 32px;
- height: 32px;
- right: 570px;
- line-height: 15px;
- position: absolute;
- cursor:pointer;
-
- }
- .Colsed i {
- cursor: pointer;
- width: 32px;
- height: 32px;
- display: inline-block;
- background: url(../images/guanbi006.png)no-repeat;
- }
|