seller_joinin.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body { background: #FFF; margin: 0; padding: 0;}
  4. .wrapper { width: 1200px; margin: 0 auto;}
  5. /* =====================
  6. * 表单元素格式化及伪类效果
  7. * ===================== */
  8. input[type="text"], input[type="password"], input.text, input.password { font: 12px/18px Arial; color: #777; background-color: #FFF; vertical-align: top; display: inline-block; height: 18px; padding: 3px 1px; border: solid 1px #CCC; outline: 0 none;}
  9. input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.password:focus, textarea:focus { color: #333; border-color: #75B9F0; box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); outline: 0 none;}
  10. input[type="text"].error, input[type="password"].error, textarea.error { border-color: #ED6C4F; box-shadow: 0 0 0 2px rgba(232, 71, 35, 0.15); outline: 0 none;}
  11. textarea, .textarea { font: 12px/20px Arial; color: #777; background-color: #FFF; vertical-align: top; display: inline-block; height: 60px; padding: 4px; border: solid 1px #CCC; outline: 0 none;}
  12. input.error, input:hover.error, input:focus.error, textarea.error, textarea.error:hover, textarea.error:focus { background-color: #FFBFBF; border: dotted 1px #D90000;}
  13. input[type="file"] { background-color: #FFF; vertical-align: middle; display: inline-block; width: 206px;}
  14. input[type="button"] { line-height: 22px; color: #555; background-color: #FEFFFF; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFFFF', endColorstr='#F7FCFF'); background-image: -webkit-gradient( linear, left top, left bottom, from(#FEFFFF), to(#F7FCFF)) ; background-image: -moz-linear-gradient(top, #FEFFFF, #F7FCFF); vertical-align: middle; display: inline-block; height: 22px; padding: 0 4px; border: 1px solid; border-color: #DBE9EB #BCD7DA #BCD7DA #DBE9EB; cursor: pointer; box-shadow: 1px 1px 0 rgba(153,153,153,0.15);}
  15. input[type="button"] { *display: inline;}
  16. select, .select { color: #777; background-color: #FFF; height: 26px; vertical-align: middle; *display: inline; padding: 2px; border: solid 1px #CCC; *zoom:1;}
  17. select option, .select option { line-height: 20px; display: block; height: 20px; padding: 2px;}
  18. input[type="checkbox"] { vertical-align: middle; margin-right: 5px;}
  19. label.error { position:relative;color: #333; line-height: 18px; vertical-align: middle; display: inline-block; height: 18px; padding: 1px 5px 1px 20px; margin-left: 4px; border: solid 1px #FCC;}
  20. label.error { *display: inline;}
  21. label.error:before{ font: 14px/1 iconfont; content: "\e658";position:absolute;left:5px;top:2px;color:#f95050}
  22. /*顶部内容样式*/
  23. .header {width:1200px; height: 80px; margin: 0 auto;}
  24. .header_logo {height: 60px; text-align: left; float: left; margin: 10px 10px 10px 0px;}
  25. .header_logo img {max-width: 240px;max-height: 46px}
  26. .header_span{border-left: 1px solid #ccc;padding-left: 15px;vertical-align: middle;line-height: 18px;position: relative;font-size: 20px;color: #ff0036 !important;line-height:80px;}
  27. .header_nav{height:40px;background: #333333;width: 100%;}
  28. .header_menu {}
  29. .header_menu li {float: left;}
  30. .header_menu li a {min-width: 60px;font-size: 16px;color: #fff;text-decoration: none;padding: 0 20px;text-align: center;display: block;transition: .3s ease-in-out;height: 40px;line-height: 40px;}
  31. .header_menu li.cur a{background-color: #ff0036}
  32. /* 满屏背静切换焦点图 */
  33. .join_banner { width: 100%; height: 420px; position: relative; z-index: 1;}
  34. .join_banner .bd ul { width: 100%; height: 420px; position: relative; z-index: 1;}
  35. .join_banner .bd li { background-repeat: no-repeat; background-position: center top; width: 100%; height: 100%; position: absolute; z-index: 1; top: 0; left: 0;}
  36. .join_banner{position: relative;text-align: center;}
  37. .join_banner .prev,.join_banner .next{width:21px;height: 65px;display: block;position: absolute;top:50%;margin-top:-50px;z-index: 2;color:#fff;display: none;}
  38. .join_banner:hover .prev,.join_banner:hover .next{display: block}
  39. .join_banner .prev{left:50px;background:url(../images/focus-prev.png)}
  40. .join_banner .next{right:50px;background:url(../images/focus-next.png)}
  41. .join_banner .hd{position: absolute;bottom: 20px;width: 100%;z-index: 2}
  42. .join_banner .hd li{position: relative;display:inline-block;width:50px; height:2px; background: #666; margin: 0 5px;}
  43. .join_banner .hd li i{display:inline-block; height:2px;position: absolute;left: 0;top:0}
  44. @keyframes mymove {
  45. 0% {width:0;}
  46. 100% {width:100%;}
  47. }
  48. .join_banner .hd li.on i{ background: #fff; color: #000; animation:mymove 4s linear;}
  49. .index-notice-box{min-height:250px; background:#fff;}
  50. .index-notice{width:1190px; padding:40px 0; margin:auto;display: block}
  51. .index-notice > li{float:left; width:396px; min-height:170px; border-right:1px solid #eee; text-align:center;}
  52. .index-notice > li.index-notice-last{width:352px; padding-left:44px; border:none; text-align:left;}
  53. .index-notice h1{font:normal 20px/40px 'MicroSoft YaHei'; color:#333;}
  54. .index-notice p{margin:5px 0 25px; font:16px/24px 'MicroSoft YaHei'; color:#999;}
  55. a.index-notice-btn{display:inline-block; width:160px; height:46px; background:#f70; border-radius:2px; text-align:center; font-size:16px; line-height:46px; color:#fff; }
  56. a.index-notice-btn:hover{background:#f80; text-decoration:none;}
  57. .index-list li{position: relative;height:26px; padding-left:12px; font:14px/26px 'MicroSoft YaHei'; color:#666; }
  58. .index-list li:before{content: ' ';display: block;width:3px;height: 3px;position: absolute;border-radius: 50%;background: #999;left:0;top:50%;margin-top:-1.5px}
  59. .index-list li a{display:inline-block; max-width:250px; height:24px; color:#666; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
  60. .index-list li a:hover{color:#f70;}
  61. .index-list li em{display:inline-block; width:30px; height:14px; margin-left:5px; border:1px solid #f55; border-radius:2px; font-size:12px; line-height:14px; color:#ff5555; text-align:center; vertical-align:8px;}
  62. .w1190{width:1190px;margin:0 auto}
  63. .con-topic{height:120px; padding-top:20px; font:30px/120px 'MicroSoft YaHei'; color:#333; text-align:center;}
  64. .con-floor-3{width:100%; height:415px; margin-top:30px; background:#f5f5f5;}
  65. .con-floor-3-single{display:inline-block; width:294px; vertical-align:top;}
  66. .con-floor-3-single i{display:inline-block; width:40px; height:40px; margin-left:50px;vertical-align:top;font-size: 40px;color:#3399ee}
  67. .con-floor-3-single i.shenhe{width:46px; height:46px; margin-left:44px; background-position: -110px -122px;}
  68. .con-floor-3-single i.yifubao{height:36px; background-position: -110px -170px;}
  69. .con-floor-3-single i.hetong{width:42px; height:46px; margin-left:48px; background-position: -110px -208px;}
  70. .con-floor-3-single i.dianpu{background-position: -110px -256px;}
  71. .con-floor-3-single i.wanshan{height:46px; background-position: -110px -304px;}
  72. .con-floor-3-single i.ruzhu{width:46px; height:46px; margin-left:44px; background-position: -110px -352px;}
  73. .con-floor-3-single > div{display:inline-block; width:180px; margin-left:20px;}
  74. .con-floor-3-single h2{font:18px/24px 'MicroSoft YaHei'; color:#333;}
  75. .con-floor-3-single em{display:inline-block; margin:12px 0; padding:0 10px; border:1px solid #3399ee; border-radius:2px; font:12px/20px 'MicroSoft YaHei'; color:#3399ee; }
  76. .con-floor-3-single li{padding-left:10px; font:12px/30px 'MicroSoft YaHei'; color:#666; }
  77. .con-floor-3-arrow{position:absolute; width:0; height:0; margin-top:85px; border: 23.5px dashed transparent;border-left:23.5px solid #999}
  78. .con-floor-3-arrow:after{content: '';display: block;position:absolute; width:0; height:0; top:-23.5px;border: 23.5px dashed transparent;border-left:23.5px solid #f5f5f5;left: -24.5px;}
  79. .indextip { color: #777; background-color: #EEE; width: 100%; height: 60px;}
  80. .indextip .container { width: 1200px; height: 60px; margin: 0 auto; overflow: hidden;}
  81. .indextip .title { width: 60px; height: 48px; display: inline-block; *display: inline; padding: 6px 12px 6px 24px; *zoom: 1;}
  82. .indextip .title i { font-size: 24px;text-align: center;line-height: 24px; display: block; width: 24px; height: 24px; float: left; margin: 0 18px;}
  83. .indextip .title h3 { font: 14px/24px "microsoft yahei"; text-align: center; width: 100%; height: 24px; clear: both;}
  84. .indextip .content { font: 12px/20px "microsoft yahei"; vertical-align: top; display: inline-block; *display: inline; width: 880px; padding: 20px; *zoom: 1;}
  85. .breadcrumb { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 1200px; height: 20px; padding: 10px 0; margin: 0 auto;}
  86. .breadcrumb span { font-size: 12px; color: #999; vertical-align: middle; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline; *zoom: 1;}
  87. .breadcrumb a { color: #777;}
  88. .breadcrumb .arrow { line-height: 20px; color: #AAAAAA; font-family: "宋体"; margin: 0 6px;}
  89. .main { width: 1200px; padding: 0; margin: 0 auto; overflow: hidden;}
  90. .main .index-title { font: 600 16px/20px "microsoft yahei"; color: #333; width:1150px; padding: 5px 15px; margin: 0 auto; border-bottom: dotted 1px #CCC;}
  91. .joinin-index-step { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 800px; height: 110px; margin: 30px auto; overflow: hidden;}
  92. .joinin-index-step span { font-size: 12px; vertical-align: middle; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline; *zoom: 1;}
  93. .joinin-index-step span.step { line-height: 20px; text-align: center; width: 80px;}
  94. .joinin-index-step span.step i { font-size: 80px; display: block; width: 80px; height: 80px; margin-bottom: 10px; color:#0286d8;}
  95. .joinin-index-step span.arrow { color:#888; font-size: 22px; width: 22px; height: 22px; margin: 0 38px;text-align: center ;line-height: 22px;}
  96. /*页内整体布局*/
  97. .main { width: 1200px; padding: 0; margin: 0 auto 10px auto; overflow: hidden;}
  98. /*左侧边栏菜单*/
  99. .sidebar { width: 206px; float: left; border: solid 1px #D7D7D7;}
  100. .sidebar .title { background-color: #F5F5F5; height: 36px; border-top: solid 1px #D7D7D7; margin-top: -1px;}
  101. .sidebar .title h3 { font: 600 14px/20px "microsoft yahei"; color: #333333; height: 20px; padding: 8px 10px;}
  102. .sidebar .content { width: 190px; margin: 0 auto;}
  103. .sidebar .content dl { overflow: hidden;}
  104. .sidebar .content dt { line-height: 20px; font-weight: 600; color: #555; height: 20px; padding: 10px 0 9px 0; border-bottom: solid 1px #F5F5F5; cursor: default; }
  105. .sidebar .content dt.current { color: #FFF; background-color: #0286d8;}
  106. .sidebar .content dt i { color: #0286d8; font: 16px/1 iconfont; background: #fff;font-weight: 100;text-align: center;line-height: 10px; display: inline-block; *display: inline/*IE7*/; width: 12px; height: 12px; margin-right: 10px; margin-left: 6px; *zoom: 1/*IE7*/;}
  107. .sidebar .content dt i.down:before{ content: "\e67f"}
  108. .sidebar .content dt i.right:before{ content: "\e681"}
  109. .sidebar .content dt.current i { color: #fff; background: #0286d8;}
  110. .sidebar .content dd { margin-bottom: 10px;}
  111. .sidebar .content ul { width: 100%; padding: 6px 0; }
  112. .sidebar .content ul li { padding: 6px 0;}
  113. .sidebar .content ul li a { color: #999;}
  114. .sidebar .content ul li.current { color: #FFF; background-color: #27A9E3;}
  115. .sidebar .content ul li.current i { color: #0286d8; background: #fff; border-radius: 50%;}
  116. /*右侧内容部分*/
  117. .right-layout { width: 978px; min-height: 500px; float: right; border: solid 1px #D7D7D7;}
  118. /*申请流程*/
  119. .joinin-step ul { font-size: 0; *word-spacing:-1px/*IE6、7*/; width: 616px; height: 46px; margin: 40px auto 20px auto;}
  120. .joinin-step ul li {background:#ddd; font-size: 12px; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline; width: 120px; height: 3px; position: relative; z-index: 1; *zoom: 1;}
  121. .joinin-step ul li:after{content:'';display:block;width:10px;height:10px;background:#ddd;border:3px solid #eee;border-radius:50%;position:absolute;top:-6px;left:50%;margin-left:-8px}
  122. .joinin-step ul li.step1:after { left:0;margin-left:0;}
  123. .joinin-step ul li.step6:after { left:auto;right:0;}
  124. .joinin-step ul li.step1,.joinin-step ul li.step6{width: 68px;}
  125. .joinin-step ul li.current { background:#27A9E3}
  126. .joinin-step ul li.current:after{background:#27A9E3;border-color:#c1ecff}
  127. .joinin-step ul li span { color: #999; text-align: center; width: 120px; height: 20px; margin-left: -60px; position: absolute; z-index: 1; bottom: -30px; left: 50%;}
  128. .joinin-step ul li.step1 span { margin-left: -86px;}
  129. .joinin-step ul li.step6 span { margin-left: -36px;}
  130. /*提示文字*/
  131. .alert { color: #C09853; background-color: #FCF8E3; padding: 8px 35px 8px 14px; margin: 10px auto; border: 1px solid #FBEED5; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}
  132. .alert a { color: #927036; text-decoration: underline;}
  133. .alert h4 { font-size: 16px; font-weight: bold; line-height: 1.5em; margin-bottom: 2px;}
  134. .alert ul { margin-bottom: 10px}
  135. .alert li { margin: 4px 0;}
  136. .alert li em { font-weight: 600; color: #F30; margin: 0 2px;}
  137. .alert i { font-size: 14px; margin-right: 4px; vertical-align: middle;}
  138. /*申请详情提交*/
  139. .joinin-concrete { padding: 19px; border-top: dotted 1px #EEE;}
  140. .joinin-concrete .title { height: 20px; text-align: center; padding: 20px 0;}
  141. .joinin-concrete .title h3 { font: 600 16px/20px "microsoft yahei"; color: #666;}
  142. /*入驻协议*/
  143. .apply-agreement-content { height: 300px; padding: 10px; border: solid 1px #EEE; overflow: auto;}
  144. .apple-agreement { text-align: center; height: 20px; line-height: 20px; margin: 20px 0;}
  145. /*申请表格*/
  146. .joinin-concrete table.all { line-height: 22px; color: #555; width: 100%; margin-top: 20px;}
  147. .joinin-concrete table.all thead th { font: 600 14px/22px "microsoft yahei"; color: #333; height: 22px; padding: 8px 4px; }
  148. .joinin-concrete table.all thead th em { color: #F00; margin-left: 12px;}
  149. .joinin-concrete table.all tbody th { vertical-align: top; text-align: right; width: 150px; height: 22px; padding: 8px 4px;}
  150. .joinin-concrete table.all tbody th i { font-size:12px;color:red;line-height:9px; vertical-align: middle; display: inline-block; *display: inline/*IE7*/; width: 7px; height: 7px; margin-right: 6px; overflow: hidden; *zoom: 1;}
  151. .joinin-concrete table.all tbody td { vertical-align: top; text-align: left; height: 20px; padding: 8px 4px;}
  152. .joinin-concrete table.all tbody td span { *display: none/*IE7*/; color: #777; clear: both; margin-top: 10px;}
  153. .joinin-concrete table.all tbody td span.block { display: block;}
  154. .joinin-concrete table.all tbody td p.emphasis { color: #F30;}
  155. .joinin-concrete tabel.all tfoot td { line-height: 20px; height: 20px; padding: 0;}
  156. .joinin-concrete table.type { width: 600px; margin: 0 auto; border: solid 1px #DDD;}
  157. .joinin-concrete table.type thead th { color: #777; text-align: center; background-color: #F7F7F7; width: 25%;}
  158. .joinin-concrete table.type tbody td { text-align: center; border-style: solid; border-width: 1px 1px 0 0; border-color: #DDD #DDD transparent transparent; }
  159. .joinin-concrete table.type tbody td a { color: #F30;}
  160. .joinin-concrete .explain { font: 16px/32px "microsoft yahei"; color: #777; text-align: center; margin: 120px 0 100px 0}
  161. .joinin-concrete .explain i { font-size: 32px; vertical-align: middle; display: inline-block; width: 32px; height: 32px; margin-right: 8px;}
  162. /*底部及按钮*/
  163. .joinin-concrete .bottom { text-align: center; height: 30px; padding: 20px 0 10px 0; border-top: solid 1px #EEE;}
  164. .joinin-concrete .btn { width:150px;font: normal 12px/20px "microsoft yahei"; color: #777; background-color: #F5F5F5; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 4px 12px; border: solid 1px; border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC; cursor: pointer;}
  165. .joinin-concrete .btn:hover { text-decoration: none; color: #333; background-color: #E6E6E6; border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF;}
  166. .joinin-info { width:1180px; margin: 10px auto 0 auto; overflow: hidden;}
  167. .joinin-info .tabs-nav { font-size: 0; *word-spacing:-1px/*IE6、7*/; background-color: #F5F5F5; width:1184px; border-bottom: solid 2px #f70;}
  168. .joinin-info .tabs-nav li { font: 14px/20px "microsoft yahei"; color: #333; vertical-align: middle; letter-spacing: normal; word-spacing: normal; text-align: center; display: inline-block; *display: inline; width: 292px; padding: 10px 0; border-right: solid 4px #FFF; *zoom: 1;}
  169. .joinin-info .tabs-nav li.tabs-selected { background-color: #f70;}
  170. .joinin-info .tabs-nav li.tabs-selected h3 { color: #FFF; font-weight: 600;cursor:pointer;}
  171. .joinin-info .tabs-panel { margin: 15px 0;min-height:800px;}
  172. .joinin-info .tabs-hide { display: none;}
  173. /*文章新闻内容*/
  174. .article-con { background: #FFF; display: block; padding: 19px; margin-bottom: 10px; overflow: hidden; }
  175. .article-con h1 { font: 600 16px/32px "microsoft yahei"; color: #333; text-align: center; }
  176. .article-con h2 { color: #999; font-size: 12px; padding: 5px 0 20px; margin-bottom: 20px; font-weight: normal; text-align: center; border-bottom: dotted 1px #CCC; }
  177. .article-con .title-bar { border-bottom: solid 1px #E6E6E6; padding-bottom: 15px; margin-bottom: 15px;}
  178. .article-con .title-bar h3 { font: normal 18px/20px "microsoft yahei";}
  179. .article-con .default p { display: block; clear: both; padding: 5px;}
  180. .article-con img { max-width: 740px;}
  181. /*商家入驻表单*/
  182. .joinin-pay { background-color: #FFF; }
  183. .store-joinin { background-color: #FFF; width: 100%; line-height: 20px; margin-bottom: 20px; border-style: solid; border-width: 0 0 1px 1px; border-color: transparent transparent #C9DDE0 #C9DDE0; box-shadow: 2px 2px 2px rgba(204,204,204,0.25);}
  184. .store-joinin thead th { font-weight: 600; color: #214752; background-color: #E3EFF0; height: 20px; padding: 6px 4px; border-style: solid; border-width: 1px 1px 0 0; border-color: #C9DDE0 #C9DDE0 transparent transparent;}
  185. .store-joinin tbody th { color: #555555; background-color: #F0F7FA; text-align: right; width: 108px; height: 20px; padding: 6px 4px; border-style: solid; border-width: 1px 1px 0 0; border-color: #C9DDE0 #C9DDE0 transparent transparent;}
  186. .store-joinin tbody td { color: #333; min-width: 119px; height: 20px; padding: 4px 6px; border-style: solid; border-width: 1px 1px 0 0; border-color: #C9DDE0 #C9DDE0 transparent transparent;}
  187. .store-joinin tbody td img { max-width: 100px; max-height: 100px; padding: 4px; border: solid 1px #EEE;}
  188. .store-joinin tbody td textarea { width: 400px; height: 100px;}
  189. table.type { width: 700px; border: solid 1px #EEE;}
  190. table.type thead th { color: #555; background-color: #F7F7F7; text-align: center; padding: 4px; border-color: #EEE; }
  191. table.type tbody td { color: #777; text-align: center; padding: 4px; border-color: #EEE;}
  192. table.type tbody td input { width: 60px; padding: 0;}