huiyuan.css 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445
  1. @charset "utf-8";
  2. body {
  3. font-family: '宋体', Arial, Helvetica, sans-serif;
  4. line-height: 22px;
  5. color: #000;
  6. background: #fcf8ed;
  7. }
  8. body,
  9. div,
  10. dl,
  11. dt,
  12. dd,
  13. ul,
  14. ol,
  15. li,
  16. h4,
  17. h5,
  18. h6,
  19. pre,
  20. form,
  21. fieldset,
  22. p,
  23. b,
  24. blockquote,
  25. table,
  26. th,
  27. img,
  28. font,
  29. hr {
  30. margin: 0;
  31. padding: 0;
  32. }
  33. input,
  34. button,
  35. select,
  36. textarea {
  37. outline: none
  38. }
  39. ul,
  40. ol,
  41. li {
  42. list-style: none;
  43. }
  44. img {
  45. border: none;
  46. vertical-align: middle;
  47. -ms-interpolation-mode: bicubic;
  48. }
  49. .clearfix:after {
  50. content: ".";
  51. display: block;
  52. height: 0;
  53. clear: both;
  54. visibility: hidden;
  55. }
  56. .clearfix {
  57. display: inline-block;
  58. }
  59. * html .clearfix {
  60. height: 1%;
  61. }
  62. .clearfix {
  63. display: block;
  64. }
  65. em {
  66. font-style: normal;
  67. }
  68. a {
  69. text-decoration: none;
  70. color: #333333;
  71. }
  72. a:hover {
  73. text-decoration: none;
  74. }
  75. /*登陆*/
  76. #denglu {
  77. width: 1000px;
  78. height: 100px;
  79. margin: 0 auto;
  80. margin-top: 10px;
  81. }
  82. #denglu .left_dl {
  83. width: 370px;
  84. height: 95px;
  85. float: left;
  86. }
  87. #denglu .logo1 {
  88. width: 260px;
  89. height: 62px;
  90. float: left;
  91. margin-top: 21px;
  92. float: left;
  93. background: url(../images/shu2.jpg) no-repeat right;
  94. }
  95. #denglu .left_dl span {
  96. float: left;
  97. font-size: 18px;
  98. font-family: microsoft yahei;
  99. color: #737171;
  100. height: 26px;
  101. margin-top: 50px;
  102. margin-left: 10px;
  103. }
  104. #denglu a {
  105. display: block;
  106. width: 90px;
  107. height: 30px;
  108. background: url(../images/jian.jpg) no-repeat left;
  109. text-indent: 25px;
  110. color: #A1C4DF;
  111. float: right;
  112. line-height: 30px;
  113. margin-top: 60px;
  114. margin-right: 10px;
  115. }
  116. #main_dls {
  117. width: 100%;
  118. height: 450px;
  119. border: 1px solid #e2e2e2;
  120. background: #f8f6f6;
  121. }
  122. #main_dls .conent_dl {
  123. width: 1000px;
  124. height: 403px;
  125. background: url(../img/supermarket/bjtp.jpg) no-repeat 5px;
  126. margin: 0 auto;
  127. background-size: 1024px 600px
  128. }
  129. #main_dls .dl_right {
  130. width: 355px;
  131. height: 348px;
  132. background: url(../images/bottom.jpg) no-repeat left bottom;
  133. float: right;
  134. margin-top: 50px;
  135. }
  136. #main_dls .dl_right .con_dengl {
  137. width: 350px;
  138. height: 342px;
  139. background: url(../images/shu5.jpg) no-repeat right 0px #fff;
  140. }
  141. #main_dls .dl_right .tittle_dl {
  142. width: 350px;
  143. height: 49px;
  144. line-height: 49px;
  145. background: #A1C4DF;
  146. font-size: 18px;
  147. }
  148. #main_dls .dl_right .tittle_dl span {
  149. line-height: 49px;
  150. margin-left: 16px;
  151. float: left;
  152. color: #fff;
  153. font-family: microsoft yahei;
  154. }
  155. #main_dls .dl_right .tittle_dl a {
  156. color: #fff;
  157. float: right;
  158. margin-right: 20px;
  159. line-height: 49px;
  160. text-decoration: underline;
  161. }
  162. #main_dls .dl_right .con_dlzh {
  163. width: 320px;
  164. height: 220px;
  165. margin-top: 23px;
  166. padding-top: 10px;
  167. margin-left: 11px;
  168. background: url(../images/xiaf.jpg) no-repeat bottom;
  169. }
  170. #main_dls .dl_right .con_dlzh table tr td span {
  171. font-size: 14px;
  172. color: #A1C4DF;
  173. }
  174. #main_dls .dl_right .con_dlzh table tr td tt {
  175. font-size: 12px;
  176. color: #A1C4DF;
  177. height: 20px;
  178. line-height: 19px;
  179. }
  180. #denglu11{
  181. padding-left: 50px;
  182. }
  183. .zhanghu_text {
  184. width: 180px;
  185. height: 30px;
  186. line-height: 30px;
  187. font-size: 12px;
  188. padding-left:5px;
  189. color: #333;
  190. background: url(../images/zhanghu.jpg) no-repeat 5px;
  191. border-top: 1px solid #aeadb2;
  192. border-left: 1px solid #dfdfe1;
  193. border-bottom: 1px solid #dfdfe1;
  194. border-right: 1px solid #dfdfe1;
  195. }
  196. .mima_text {
  197. width: 180px;
  198. height: 30px;
  199. line-height: 30px;
  200. font-size: 12px;
  201. padding-left:5px;
  202. color: #333;
  203. background: url(../images/mima.jpg) no-repeat 5px;
  204. border-top: 1px solid #aeadb2;
  205. border-left: 1px solid #dfdfe1;
  206. border-bottom: 1px solid #dfdfe1;
  207. border-right: 1px solid #dfdfe1;
  208. }
  209. .denglu_an {
  210. width: 90px;
  211. height: 40px;
  212. line-height: 40px;
  213. text-align: center;
  214. font-size: 16px;
  215. font-family: microsoft yahei;
  216. border: 1px solid;
  217. float: left;
  218. }
  219. #footer {
  220. width: 630px;
  221. height: 125px;
  222. margin: 0 auto;
  223. padding-top: 20px;
  224. }
  225. #footer p {
  226. text-align: center;
  227. }
  228. #footer p span {
  229. font-size: 14px;
  230. font-family: microsoft yahei;
  231. color: #555;
  232. }
  233. #footer p a {
  234. color: #757474;
  235. margin-left: 10px;
  236. margin-right: 10px;
  237. }
  238. #footer p a tt {
  239. font-size: 12px;
  240. color: #ddd;
  241. }
  242. /*注册*/
  243. #zhuce {
  244. width: 1000px;
  245. margin: 0 auto;
  246. }
  247. #zhuce .tittle_zc {
  248. width: 1000px;
  249. height: 40px;
  250. background: #A1C4DF;
  251. line-height: 40px;
  252. text-indent: 15px;
  253. color: #fff;
  254. margin-top: 15px;
  255. font-size: 14px;
  256. }
  257. #zhuce .conent {
  258. width: 998px;
  259. height: 540px;
  260. border: 1px solid #ddd;
  261. }
  262. #zhuce .conent .left_con {
  263. width: 650px;
  264. height: 540px;
  265. float: left;
  266. }
  267. #zhuce .conent .left_con table tr td {
  268. color: #555;
  269. }
  270. .text_chang {
  271. width: 302px;
  272. height: 32px;
  273. line-height: 32px;
  274. padding-left: 10px;
  275. color: #333;
  276. float: left;
  277. }
  278. #zhuce .conent .left_con .yazheng {
  279. width: 113px;
  280. height: 36px;
  281. float: left;
  282. margin-left: 10px;
  283. }
  284. #zhuce .conent .left_con table tr td a {
  285. color: #A1C4DF;
  286. }
  287. .zhuce_button {
  288. width: 177px;
  289. height: 53px;
  290. background: url(../images/zcan.jpg) no-repeat;
  291. border: 0px;
  292. }
  293. #zhuce .conent .right_shuo {
  294. width: 320px;
  295. height: 540px;
  296. float: right;
  297. background: #f5f3f4;
  298. padding-left: 20px;
  299. }
  300. #zhuce .conent .tittle_se {
  301. width: 297px;
  302. border-bottom: 1px dashed #ddd;
  303. height: 40px;
  304. margin-top: 20px;
  305. line-height: 40px;
  306. font-size: 16px;
  307. font-family: microsoft yahei;
  308. color: #444;
  309. }
  310. #zhuce .conent h3 {
  311. margin: 0px;
  312. line-height: 23px;
  313. color: #A1C4DF;
  314. font-size: 16px;
  315. font-family: microsoft yahei;
  316. color: #A1C4DF;
  317. font-weight: normal;
  318. margin-top: 15px;
  319. }
  320. #zhuce .conent p {
  321. color: #797777;
  322. margin-top: 10px;
  323. }
  324. /*我的网信*/
  325. #main_hyzx {
  326. width: 1000px;
  327. height: auto;
  328. margin: 0 auto;
  329. margin-top: 10px;
  330. }
  331. #main_hyzx .titlehy {
  332. width: 1000px;
  333. height: 37px;
  334. border-bottom: 4px solid #d52d2d;
  335. }
  336. #main_hyzx .titlehy a {
  337. display: block;
  338. width: 113px;
  339. height: 36px;
  340. border: 1px solid #e1dfe0;
  341. line-height: 36px;
  342. text-align: center;
  343. font-size: 14px;
  344. border-bottom: 0px;
  345. float: left;
  346. margin-right: 15px;
  347. }
  348. #main_hyzx .titlehy .hover-bj {
  349. background: #d52d2d;
  350. color: #fff;
  351. border: 1px solid #d52d2d;
  352. border-bottom: 0px;
  353. }
  354. #main_hyzx .titlehy a:hover {
  355. background: #d52d2d;
  356. color: #fff;
  357. border: 1px solid #d52d2d;
  358. border-bottom: 0px;
  359. }
  360. #main_hyzx .title_kj {
  361. width: 986px;
  362. height: 38px;
  363. border: 1px solid #e9e4e5;
  364. background: #f5f5f5;
  365. line-height: 38px;
  366. color: #555;
  367. padding-left: 12px;
  368. }
  369. #main_hyzx .title_kj a {
  370. color: #236bae;
  371. }
  372. #main_hyzx .left_hy {
  373. width: 192px;
  374. height: 556px;
  375. border: 1px solid #e4e2e3;
  376. float: left;
  377. margin-top: 16px;
  378. }
  379. #main_hyzx .left_hy .tuxing {
  380. width: 180px;
  381. height: 175px;
  382. border-bottom: 1px solid #ddd;
  383. margin: 20px auto
  384. }
  385. #main_hyzx .left_hy .tuxing p {
  386. text-align: center;
  387. color: #757474;
  388. line-height: 34px;
  389. }
  390. #main_hyzx .left_hy .tux_tup {
  391. width: 104px;
  392. height: 102px;
  393. width: 104px;
  394. height: 104px;
  395. margin: 0 auto;
  396. border: 1px solid #ddd;
  397. }
  398. #main_hyzx .left_hy .tux_tup img {
  399. width: 104px;
  400. height: 102px
  401. }
  402. #main_hyzx .left_hy .tittle_zh {
  403. width: 178px;
  404. background: url(../images/bj_sd.jpg) repeat-x;
  405. height: 32px;
  406. line-height: 32px;
  407. padding-left: 14px;
  408. font-size: 14px;
  409. font-family: microsoft yahei;
  410. }
  411. /* service-menu */
  412. .huisez {
  413. color: #999999;
  414. }
  415. .service-menu .menu-title,
  416. .service-menu .menu-p,
  417. .service-menu .menu-p .menu-i {
  418. background: url("../images/menubg.png") no-repeat;
  419. _background: url("../images/menubg.gif") no-repeat;
  420. }
  421. .service-menu {
  422. ;
  423. width: 180px;
  424. height: auto;
  425. padding-left: 10px;
  426. padding-top: 10px;
  427. }
  428. .service-menu .menu-title {
  429. height: 21px;
  430. overflow: hidden;
  431. color: #444;
  432. font-size: 14px;
  433. font-weight: bold;
  434. }
  435. .service-menu .menu-p {
  436. height: 20px;
  437. overflow: hidden;
  438. padding: 0px 0 10px 0px;
  439. color: #444;
  440. text-indent: 0px;
  441. font-size: 14px;
  442. font-weight: normal;
  443. display: block;
  444. color: #666666;
  445. line-height: 30px;
  446. margin: 0;
  447. width: 130px;
  448. line-height: 29px;
  449. }
  450. .service-menu .menu-p .ksbhover {
  451. background: #e9e9e9;
  452. height: 20px;
  453. overflow: hidden;
  454. padding: 0px 0 10px 0px;
  455. color: #444;
  456. text-indent: 0px;
  457. font-size: 14px;
  458. font-weight: normal;
  459. cursor: pointer;
  460. display: block;
  461. border: medium none;
  462. border-radius: 8px;
  463. color: #666666;
  464. line-height: 30px;
  465. margin: 0;
  466. position: static;
  467. white-space: nowrap;
  468. width: 130px;
  469. line-height: 29px;
  470. }
  471. .bjsd {
  472. background-color: #ccc;
  473. border: medium none;
  474. border-radius: 8px;
  475. color: #666666;
  476. margin: 0;
  477. position: static;
  478. white-space: nowrap;
  479. }
  480. .service-menu .menu-p .menu-i {
  481. float: left;
  482. display: inline;
  483. width: 11px;
  484. height: 11px;
  485. overflow: hidden;
  486. background-position: 0 -103px;
  487. margin: 10px 6px 0 15px;
  488. }
  489. .service-menu .menu-p a:link,
  490. .service-menu .menu-p a:visited {
  491. color: #444;
  492. text-decoration: none;
  493. font-size: 14px;
  494. font-family: "微软雅黑";
  495. }
  496. .service-menu .menu-p-current .menu-i {
  497. background-position: -20px -103px;
  498. }
  499. .service-menu .menu-p-current a:link,
  500. .service-menu .menu-p-current a:visited {
  501. color: #666666;
  502. font-weight: bold;
  503. }
  504. .service-menu .menu-c {
  505. padding: 4px 0 4px 0px;
  506. }
  507. .service-menu .menu-c-current {
  508. display: block;
  509. }
  510. .service-menu .menu-c ul {
  511. display: block;
  512. }
  513. .service-menu .menu-c li {
  514. padding: 2px 0;
  515. height: 26px;
  516. overflow: hidden;
  517. line-height: 24px;
  518. padding-left: 10px;
  519. }
  520. .service-menu .menu-c li a {
  521. display: block;
  522. width: 138px;
  523. height: 30px;
  524. background-color: #fff;
  525. border: medium none;
  526. border-radius: 8px;
  527. color: #666666;
  528. line-height: 30px;
  529. margin: 0;
  530. position: static;
  531. white-space: nowrap;
  532. padding-left: 10px;
  533. }
  534. .service-menu .menu-c li a:hover {
  535. background: #ebe9e9
  536. }
  537. .service-menu .menu-c a:link,
  538. .service-menu .menu-c a:visited {
  539. color: #444;
  540. text-decoration: none;
  541. }
  542. #main_hyzx .right_hy {
  543. width: 782px;
  544. border: 1px solid #e1dfe0;
  545. float: right;
  546. margin-top: 16px;
  547. }
  548. #main_hyzx .right_hy .tittle_you {
  549. width: 768px;
  550. background: url(../images/bj_sd.jpg) repeat-x;
  551. height: 32px;
  552. line-height: 32px;
  553. padding-left: 14px;
  554. font-size: 14px;
  555. font-family: microsoft yahei;
  556. }
  557. #main_hyzx .conen_qw {
  558. width: 765px;
  559. height: auto;
  560. margin: 0 auto;
  561. margin-top: 40px;
  562. color: #333333;
  563. padding-bottom: 10px;
  564. }
  565. #main_hyzx .right_hy .huadong {
  566. width: 765px;
  567. height: 34px;
  568. border-bottom: 1px solid #e4e4e4;
  569. }
  570. .normal1 {
  571. list-style: none;
  572. float: left;
  573. width: 127px;
  574. text-align: center;
  575. vertical-align: middle;
  576. height: auto;
  577. line-height: 33px;
  578. height: 33px;
  579. cursor: pointer;
  580. border: 1px solid #ccc;
  581. background-color: #fbfbfb;
  582. border-collapse: separate;
  583. margin-left: 10px;
  584. border-bottom: 0px;
  585. }
  586. .selected1 {
  587. list-style: none;
  588. float: left;
  589. width: 127px;
  590. line-height: 34px;
  591. height: 34px;
  592. text-align: center;
  593. vertical-align: middle;
  594. cursor: pointer;
  595. border: 1px solid #ccc;
  596. background-color: #fff;
  597. border-bottom: 0px;
  598. font-weight: bold;
  599. color: #555555;
  600. margin-left: 10px;
  601. }
  602. .text_gmm {
  603. width: 214px;
  604. height: 28px;
  605. line-height: 28px;
  606. padding-left: 5px;
  607. color: #333;
  608. float: left;
  609. }
  610. .select_li {
  611. width: 110px;
  612. height: 30px;
  613. line-height: 30px;
  614. margin-left: 15px;
  615. padding-top: 5px;
  616. padding-bottom: 5px;
  617. padding-right: 5px;
  618. }
  619. .button_tjbc2 {
  620. width: 124px;
  621. height: 28px;
  622. background: url(../images/tjbc.jpg) no-repeat;
  623. border: 0px;
  624. margin-left: 100px;
  625. }
  626. /*头像设置*/
  627. .touxiang {
  628. width: 150px;
  629. height: 180px;
  630. float: left;
  631. margin-right: 10px;
  632. margin-right: 10px;
  633. }
  634. .touxiangtu {
  635. width: 150px;
  636. height: 150px;
  637. float: left;
  638. overflow: hidden;
  639. border: 1px solid #ccc;
  640. }
  641. .divContent1 {
  642. width: 758px;
  643. clear: both;
  644. padding-top: 10px;
  645. border-top: 1px solid #ccc;
  646. border-bottom: 1px solid #ccc;
  647. padding-bottom: 20px;
  648. margin-top: -10px;
  649. }
  650. .tox {
  651. width: 51px;
  652. height: 50px;
  653. float: left;
  654. margin-left: 10px;
  655. padding: 2px;
  656. border: 1px solid #ccc;
  657. }
  658. /*订单查询*/
  659. #dingcxu {
  660. width: 1000px;
  661. height: auto;
  662. border: 1px solid #edebec;
  663. margin: 16px auto;
  664. }
  665. #dingcxu .tittle {
  666. width: 990px;
  667. height: 32px;
  668. background: url(../images/bj_sd.jpg) repeat-x;
  669. line-height: 32px;
  670. font-size: 14px;
  671. font-family: microsoft yahei;
  672. padding-left: 10px;
  673. color: #494646
  674. }
  675. #dingcxu .box_tittle {
  676. width: 875px;
  677. height: 44px;
  678. line-height: 44px;
  679. margin: 0 auto;
  680. border-bottom: 2px solid #e5e5e5;
  681. margin-top: 20px;
  682. }
  683. #dingcxu .box_tittle a {
  684. display: block;
  685. width: 110px;
  686. height: 42px;
  687. float: left;
  688. background: url(../images/shuw.jpg) no-repeat right;
  689. text-align: center;
  690. font-size: 16px;
  691. font-family: microsoft yahei;
  692. line-height: 42px;
  693. position: relative;
  694. bottom: -2px;
  695. float: left;
  696. }
  697. #dingcxu .box_tittle tt {
  698. color: #d52d2d;
  699. font-size: 18px;
  700. font-family: Arial, Helvetica, sans-serif;
  701. line-height: 42px;
  702. height: 42px;
  703. margin-left: 5px;
  704. }
  705. #dingcxu .box_tittle .qhbeij {
  706. border-bottom: 2px solid #d52d2d;
  707. }
  708. #dingcxu .box_tittle a:hover {
  709. border-bottom: 2px solid #d52d2d;
  710. }
  711. #dingcxu .jiage_b {
  712. width: 875px;
  713. height: 38px;
  714. margin: 0 auto;
  715. margin-top: 10px;
  716. background: #f5f5f5;
  717. border: 1px solid #e8e8e8;
  718. }
  719. #dingcxu .jiage_b table tr td {
  720. font-size: 14px;
  721. font-family: microsoft yahei;
  722. color: #595858;
  723. }
  724. #dingcxu .delete {
  725. width: 875px;
  726. margin: 20px auto;
  727. height: 25px;
  728. line-height: 25px;
  729. }
  730. #dingcxu .delete .left_sc {
  731. width: 280px;
  732. height: 25px;
  733. float: left;
  734. }
  735. #dingcxu .delete .right_fy {
  736. width: 280px;
  737. float: right;
  738. height: 25px;
  739. }
  740. #dingcxu .delete .right_fy a {
  741. display: block;
  742. border: 1px solid #ddd;
  743. text-align: center;
  744. float: right;
  745. min-width: 20px;
  746. height: 20px;
  747. line-height: 20px;
  748. margin-left: 10px;
  749. }
  750. #dingcxu .delete .right_fy .shang {
  751. width: 20px;
  752. height: 20px;
  753. background: url(../images/sanq.jpg) no-repeat center;
  754. }
  755. #dingcxu .delete .right_fy .xia {
  756. width: 62px;
  757. height: 20px;
  758. background: url(../images/sane.jpg) no-repeat 5px;
  759. color: #888;
  760. line-height: 20px;
  761. margin-left: 15px;
  762. }
  763. #dingcxu .delete .left_sc span {
  764. float: left;
  765. color: #6c6c6c;
  766. height: 20px;
  767. line-height: 20px;
  768. }
  769. #dingcxu .delete .left_sc a {
  770. float: left;
  771. border: 1px solid #ddd;
  772. line-height: 20px;
  773. margin-left: 15px;
  774. padding-left: 10px;
  775. padding-right: 10px;
  776. }
  777. #dingcxu .dcx_ding {
  778. width: 875px;
  779. height: 152px;
  780. border: 1px solid #e8e8e8;
  781. margin: 15px auto;
  782. }
  783. #dingcxu .dcx_ding table tr td {
  784. border-left: 1px solid #e8e8e8;
  785. border-collapse: collapse;
  786. }
  787. #dingcxu .dcx_ding ul li {
  788. float: left;
  789. display: block
  790. }
  791. #dingcxu .dcx_ding ul li p {
  792. color: #245687;
  793. width: 180px;
  794. }
  795. #dingcxu .dcx_ding .td-chk {
  796. width: 20px;
  797. margin-left: 14px;
  798. }
  799. #dingcxu .dcx_ding .td-img {
  800. width: 102px;
  801. height: 56px;
  802. border: 1px solid #ddd;
  803. margin-left: 14px;
  804. }
  805. #dingcxu .dcx_ding .td-neir {
  806. width: 180px;
  807. margin-left: 14px;
  808. }
  809. #dingcxu .dcx_ding .td-price {
  810. width: 80px;
  811. margin-left: 50px;
  812. margin-top: 20px;
  813. }
  814. .jiacu {
  815. font-size: 15px;
  816. font-family: Arial, Helvetica, sans-serif;
  817. color: #444643;
  818. font-weight: bold;
  819. }
  820. .jiacuhong {
  821. font-size: 15px;
  822. font-family: Arial, Helvetica, sans-serif;
  823. color: #d92c2e;
  824. font-weight: bold;
  825. }
  826. /*我的收藏夹*/
  827. #dingcxu .shoucnag_titt {
  828. width: 965px;
  829. height: 38px;
  830. border-bottom: 1px solid #ececec;
  831. margin: 30px auto;
  832. }
  833. #dingcxu .shoucnag_titt a {
  834. display: block;
  835. width: 135px;
  836. height: 38px;
  837. border: 1px solid #ececec;
  838. border-bottom: 0px;
  839. line-height: 38px;
  840. text-align: center;
  841. position: relative;
  842. bottom: 0px;
  843. background: #fff;
  844. margin-left: 30px;
  845. color: #5a5858;
  846. font-size: 14px;
  847. font-family: microsoft yahei;
  848. }
  849. #dingcxu .chanpin_jh {
  850. width: 950px;
  851. height: 130px;
  852. margin: 0 auto;
  853. border-bottom: 1px dashed #ececec;
  854. padding-top: 50px;
  855. }
  856. #dingcxu .chanpin_jh ul li {
  857. float: left;
  858. }
  859. #dingcxu .chanpin_jh .box_tu {
  860. width: 138px;
  861. height: 92px;
  862. border: 1px solid #ececec;
  863. margin-left: 15px;
  864. }
  865. #dingcxu .chanpin_jh .box_neir {
  866. width: 300px;
  867. height: 92px;
  868. margin-left: 15px;
  869. }
  870. #dingcxu .chanpin_jh .box_neir p {
  871. line-height: 20px;
  872. color: #d52d2d;
  873. margin-bottom: 10px;
  874. }
  875. #dingcxu .chanpin_jh .box_neir span {
  876. color: #6f6e6e;
  877. }
  878. #dingcxu .chanpin_jh .box_price {
  879. margin-left: 40px;
  880. width: 110px;
  881. font-family: Arial, Helvetica, sans-serif;
  882. color: #555;
  883. font-weight: bold;
  884. font-size: 14px;
  885. }
  886. #dingcxu .chanpin_jh .box_sc {
  887. color: #555;
  888. width: 100px;
  889. margin-left: 10px;
  890. }
  891. #dingcxu .chanpin_jh .box_jh {
  892. width: 110px;
  893. float: right;
  894. margin-right: 30px;
  895. }
  896. #dingcxu .chanpin_jh ul li a {
  897. width: 110px;
  898. height: 32px;
  899. background: #d52d2d;
  900. border: 1px solid #ae1717;
  901. display: block;
  902. color: #fff;
  903. text-align: center;
  904. line-height: 32px;
  905. }
  906. /*进货单*/
  907. #main_jhd {
  908. width: 100%;
  909. height: 126px;
  910. border-top: 1px solid #efefef;
  911. }
  912. #main_jhd .buzhou {
  913. width: 992px;
  914. height: 60px;
  915. margin: 0 auto;
  916. margin-top: 35px;
  917. }
  918. #main_jhd .buzhou .wenzib_sd {
  919. width: 185px;
  920. height: 24px;
  921. line-height: 24px;
  922. text-align: center;
  923. font-size: 14px;
  924. font-family: microsoft yahei;
  925. color: #626061;
  926. float: left;
  927. }
  928. #main_jhd .buzhou ul li {
  929. float: left;
  930. width: 185px;
  931. background: url(../images/jindu.jpg) no-repeat;
  932. height: 24px;
  933. line-height: 24px;
  934. text-align: center;
  935. color: #fff;
  936. }
  937. #main_jhd .buzhou ul li:hover {
  938. background-position: 0px 0px;
  939. }
  940. #main_jhd .buzhou .yuan {
  941. background-position: 0px -24px;
  942. }
  943. #main_jhd .buzhou .hover {
  944. background-position: 0px 0px;
  945. }
  946. #warptys {
  947. width: 100%;
  948. height: auto;
  949. background: #f3f3f3;
  950. padding-top: 25px;
  951. padding-bottom: 15px;
  952. }
  953. #warptys .price_biao {
  954. width: 990px;
  955. margin: 10px auto;
  956. background: #7d7b7c;
  957. height: 40px;
  958. color: #fff;
  959. font-family: microsoft yahei;
  960. }
  961. #warptys .price_biao table tr td {
  962. padding-left: 10px;
  963. font-size: 16px;
  964. }
  965. #warptys .conent_lis {
  966. width: 990px;
  967. height: auto;
  968. margin: 13px auto;
  969. border: 1px solid #e2e2e2;
  970. background: #fff;
  971. }
  972. #warptys .tittle_ming {
  973. width: 970px;
  974. height: 40px;
  975. line-height: 40px;
  976. border-bottom: 1px dashed #cacaca;
  977. margin-left: 10px;
  978. }
  979. #warptys .tittle_ming .left_sf {
  980. width: 450px;
  981. height: 20px;
  982. float: left;
  983. margin-top: 13px;
  984. line-height: 20px;
  985. color: #444;
  986. }
  987. .lanse {
  988. color: #1f5788;
  989. }
  990. #warptys .tittle_ming .right_sf {
  991. width: 450px;
  992. height: 20px;
  993. margin-top: 13px;
  994. float: right;
  995. color: #454545;
  996. line-height: 20px;
  997. text-align: right;
  998. }
  999. #warptys .tittle_ming .right_sf a {
  1000. margin-left: 20px;
  1001. }
  1002. #warptys .conent_sf {
  1003. width: 970px;
  1004. margin-left: 10px;
  1005. border-bottom: 1px dashed #cacaca;
  1006. height: 90px;
  1007. }
  1008. #warptys .conent_sf ul li {
  1009. float: left;
  1010. }
  1011. #warptys .conent_sf .boxs_on {
  1012. width: 20px;
  1013. height: 33px;
  1014. margin-top: 35px;
  1015. }
  1016. #warptys .conent_sf .boxs_tw {
  1017. width: 102px;
  1018. height: 56px;
  1019. border: 1px solid #cacaca;
  1020. margin-left: 15px;
  1021. margin-top: 15px;
  1022. }
  1023. #warptys .conent_sf .boxs_sy {
  1024. width: 210px;
  1025. height: 56px;
  1026. margin-top: 15px;
  1027. margin-left: 10px;
  1028. overflow: hidden;
  1029. }
  1030. #warptys .conent_sf .boxs_price {
  1031. width: 85px;
  1032. height: 30px;
  1033. margin-left: 25px;
  1034. margin-top: 35px;
  1035. font-size: 16px;
  1036. font-weight: bold;
  1037. color: #434446;
  1038. font-family: Arial, Helvetica, sans-serif;
  1039. text-align: center;
  1040. }
  1041. #warptys .conent_sf .boxs_prices {
  1042. width: 170px;
  1043. height: 30px;
  1044. margin-left: 25px;
  1045. margin-top: 35px;
  1046. font-size: 16px;
  1047. font-weight: bold;
  1048. color: #434446;
  1049. font-family: Arial, Helvetica, sans-serif;
  1050. text-align: center;
  1051. }
  1052. #warptys .conent_sf .boxs_cg {
  1053. width: 120px;
  1054. margin-left: 30px;
  1055. margin-top: 30px;
  1056. }
  1057. #warptys .conent_sf .boxs_cji {
  1058. width: 100px;
  1059. margin-left: 30px;
  1060. margin-top: 35px;
  1061. height: 30px;
  1062. color: #d62e2e;
  1063. font-size: 16px;
  1064. font-weight: bold;
  1065. font-family: Arial, Helvetica, sans-serif;
  1066. text-align: center;
  1067. }
  1068. #warptys .conent_sf .boxs_del {
  1069. width: 60px;
  1070. height: 50px;
  1071. margin-left: 20px;
  1072. margin-top: 25px;
  1073. }
  1074. #warptys .conent_sf .boxs_del p {
  1075. text-align: center;
  1076. }
  1077. #warptys .caigou {
  1078. width: 100px;
  1079. height: 25px;
  1080. margin: 0 auto;
  1081. }
  1082. #warptys .caigou a {
  1083. display: block;
  1084. width: 22px;
  1085. height: 25px;
  1086. float: left;
  1087. background: url(../images/caigou.jpg) no-repeat;
  1088. }
  1089. #warptys .caigou a.jian {
  1090. background-position: -5px -2px;
  1091. }
  1092. #warptys .caigou a.jian:hover {
  1093. background-position: -5px -30px;
  1094. }
  1095. #warptys .caigou a.jia {
  1096. background-position: -31px -2px;
  1097. }
  1098. #warptys .caigou a.jia:hover {
  1099. background-position: -31px -30px;
  1100. }
  1101. #warptys .caigou .text {
  1102. width: 52px;
  1103. height: 20px;
  1104. border: 1px solid #ddd;
  1105. background: #fff;
  1106. border-left: 0px;
  1107. border-right: 0px;
  1108. text-align: center;
  1109. color: #555;
  1110. float: left;
  1111. margin-top: 1px;
  1112. }
  1113. #warptys .bottom_dl {
  1114. width: 990px;
  1115. height: 60px;
  1116. background: #faf7f2;
  1117. line-height: 60px;
  1118. }
  1119. #warptys .bottom_dl .shanchu {
  1120. width: 100px;
  1121. height: 60px;
  1122. line-height: 60px;
  1123. float: left;
  1124. margin-left: 20px;
  1125. }
  1126. #warptys .bottom_dl .qita {
  1127. width: 780px;
  1128. float: right;
  1129. height: 60px;
  1130. }
  1131. #warptys .bottom_dl .qita a {
  1132. float: right;
  1133. width: 100px;
  1134. height: 35px;
  1135. border: 1px solid #981010;
  1136. background: #d62e2e;
  1137. font-weight: bold;
  1138. font-size: 14px;
  1139. color: #fff;
  1140. text-align: center;
  1141. line-height: 35px;
  1142. margin-top: 10px;
  1143. margin-right: 10px;
  1144. border-radius: 3px
  1145. }
  1146. #warptys .bottom_dl .qita a:hover {
  1147. background: #b22020;
  1148. }
  1149. #warptys .bottom_dl .qita span {
  1150. float: right;
  1151. margin-right: 30px;
  1152. height: 30px;
  1153. line-height: 30px;
  1154. color: #555;
  1155. }
  1156. #warptys .bottom_dl .qita span em {
  1157. color: #d42f2d;
  1158. display: inline-block;
  1159. font-size: 20px;
  1160. font-weight: 700;
  1161. margin-right: 4px;
  1162. }
  1163. #warptys .bottom_dl .as_1 {
  1164. display: block;
  1165. }
  1166. /*确认订单*/
  1167. #warptys .qrding {
  1168. width: 990px;
  1169. margin: 20px auto;
  1170. height: 130px;
  1171. }
  1172. #warptys .qrding_sf {
  1173. width: 286px;
  1174. height: 100px;
  1175. border: 3px solid #d62e2e;
  1176. background: #fff;
  1177. float: right;
  1178. padding: 10px;
  1179. }
  1180. #warptys .qrding_sf p {
  1181. text-align: right;
  1182. margin-right: 10px;
  1183. color: #555;
  1184. line-height: 26px;
  1185. }
  1186. .jiacuhsd {
  1187. font-size: 18px;
  1188. font-family: Arial, Helvetica, sans-serif;
  1189. font-weight: bold;
  1190. color: #d62e2e;
  1191. }
  1192. #warptys .qrxd {
  1193. width: 286px;
  1194. height: 40px;
  1195. margin-top: 10px;
  1196. }
  1197. #warptys .qrxd .dingdan_sd {
  1198. float: right;
  1199. width: 100px;
  1200. height: 35px;
  1201. border: 1px solid #981010;
  1202. background: #d62e2e;
  1203. font-weight: bold;
  1204. font-size: 14px;
  1205. color: #fff;
  1206. text-align: center;
  1207. line-height: 35px;
  1208. border-radius: 3px
  1209. }
  1210. #warptys .table_titt {
  1211. width: 1000px;
  1212. height: 34px;
  1213. background: #b9b7b7;
  1214. line-height: 34px;
  1215. padding-left: 10px;
  1216. color: #fff;
  1217. font-family: microsoft yahei;
  1218. font-size: 14px;
  1219. }
  1220. #warptys .address {
  1221. width: 900px;
  1222. height: 420px;
  1223. margin-top: 30px;
  1224. }
  1225. #warptys .address table tr td div {
  1226. color: #444;
  1227. }
  1228. #warptys .address table tr td {
  1229. color: #555;
  1230. }
  1231. #warptys .address .selected_as {
  1232. width: 120px;
  1233. height: 30px;
  1234. line-height: 38px;
  1235. padding: 5px;
  1236. }
  1237. .msg{
  1238. text-align:center;
  1239. color:red;
  1240. }
  1241. .tishi{
  1242. float: right;
  1243. padding-right: 50px;
  1244. color: #FF0000;
  1245. }