UU跑腿标准版

tc.css 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .fr {
  2. float: right;
  3. }
  4. .content_ {
  5. width: 570px;
  6. margin: 100px auto;
  7. background: #fff;
  8. margin-top: 40px;
  9. position: fixed;
  10. right: 10px;
  11. z-index: 100;
  12. top:50px;
  13. }
  14. .clearflow:after {
  15. content: "";
  16. display: block;
  17. clear: both;
  18. }
  19. .clearflow li {
  20. float: left;
  21. padding: 10px 25px;
  22. cursor: pointer;
  23. letter-spacing: 2px;
  24. font-size: 14px;
  25. }
  26. .actives {
  27. background: #000;
  28. color: #fff;
  29. border-bottom: none;
  30. }
  31. .bd {
  32. border-bottom: 1px solid #69cbd0;
  33. }
  34. .bd1 {
  35. border-bottom: 1px solid #f95a83
  36. }
  37. .hidens {
  38. display: none;
  39. }
  40. .content_ label {
  41. margin-left: 10px;
  42. font-size: 15px;
  43. }
  44. .wt1,
  45. .wt2 {
  46. height: 400px;
  47. overflow-y: auto;
  48. padding: 5px;
  49. border: 1px solid transparent;
  50. }
  51. textarea {
  52. border: none;
  53. border: 1px solid none;
  54. }
  55. .checkbox-inline {
  56. margin-bottom: 5px;
  57. }
  58. #selects {
  59. width: 120px;
  60. padding: 5px;
  61. outline: none;
  62. border-radius: 5px;
  63. }
  64. .phone_box {
  65. font-size: 15px;
  66. margin-bottom: 10px;
  67. margin-left: 10px;
  68. }
  69. .qt {
  70. margin-bottom: 10px;
  71. }
  72. .qt input {
  73. padding: 5px;
  74. outline: none;
  75. margin-top: 10px;
  76. margin-left: 10px;
  77. }
  78. .btn_box {
  79. width:50px;
  80. position: fixed;
  81. right: 0;
  82. top: 220px;
  83. z-index:99;
  84. }
  85. .btn_box ul {}
  86. .btn_box a {
  87. padding: 15px;
  88. display: block;
  89. margin-bottom: 1px;
  90. color: #FFFFFF;
  91. text-align: center;
  92. font-size: 14px;
  93. opacity: 0.9;
  94. text-decoration: none;
  95. background-image: none;
  96. border-radius:2px;
  97. border: 1px solid transparent;
  98. border-radius: 4px;
  99. color: #333;
  100. background-color: #fff;
  101. border-color: #ccc;
  102. line-height: 10px;
  103. }
  104. .btn_box a:hover {
  105. opacity: 1;
  106. text-decoration: none;
  107. color: #333;
  108. background-color: #e6e6e6;
  109. border-color: #adadad
  110. }
  111. .cc {
  112. width: 30px;
  113. height: 30px;
  114. background: #000000;
  115. float: left;
  116. }
  117. .Colsed{
  118. width: 32px;
  119. height: 32px;
  120. right: 570px;
  121. line-height: 15px;
  122. position: absolute;
  123. cursor:pointer;
  124. }
  125. .Colsed i {
  126. cursor: pointer;
  127. width: 32px;
  128. height: 32px;
  129. display: inline-block;
  130. background: url(../images/guanbi006.png)no-repeat;
  131. }