bcrc-phone-body.css 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. body{ background:#e7f0fb;}
  2. .contentbig{ background:url(../images/bcrc-index_01.png) no-repeat left top; background-size:100% auto;z-index:1;position: relative;}
  3. /*导航*/
  4. .nav{ width:100%;margin:0 auto;}
  5. .nav ul{ width:100%; display:none;position: absolute;top:36px;left: 0;z-index: 15;background:url(../images/bcrc-index-6_03.png) repeat;}
  6. .nav ul li{ width:100%; margin:3% 1%;text-align:left; white-space:nowrap;padding:0 0 15px 0;}
  7. .nav ul li a{ font-size:1.1em; color:#333; padding:8px 20px; border-radius:5px;}
  8. .nav ul li .child_nav{ width:100%; text-align:center; overflow:hidden; display:none;padding: 3% 0;}
  9. .nav ul li .child_nav a{ font-size:.8em; color:#333; margin:0 2%; text-align:left; display:block; float:left;}
  10. .nav ul li:hover a{ background:url(../images/bg_nav_ch_20191009.png) no-repeat center bottom; background-size:auto auto;}
  11. .nav ul li:hover .child_nav{ display:block;}
  12. .nav ul li:hover .child_nav a{ background:none;}
  13. .logo{ width: 80%;
  14. margin: 0 auto;
  15. padding: 10% 0 4% 0;}
  16. .logo img{ width:100%; height:auto;}
  17. /***********************通知公告tab*******************************/
  18. .searchbox{ width:90%; margin:0 auto;}
  19. .searchbox .search_title{ width:100%;}
  20. .searchbox .search_title span{display:block;float: left;font-size:1em;color:#333;padding:0 5%; text-align:center; line-height:2.5em; border-top-left-radius:5px; border-top-right-radius:5px;}
  21. .searchbox .search_title span.df_on{ color:#1c5bb8; background:url(../images/bcrc-index-6_03.png) repeat;}
  22. .searchbox .search_cont{ width:100%;}
  23. .searchTEXT{ width:71%; height:3em; border-top-left-radius:5px; border-bottom-left-radius:5px; border:none; background:#fff; float:left;}
  24. .searchBUT{ width: 28%;
  25. height: 2.5em;
  26. background: url(../images/ICON.png) no-repeat 83% center #007eac;
  27. float: left;
  28. border-top-right-radius: 5px;
  29. border-bottom-right-radius: 5px;
  30. border: none;
  31. font-size: 1em;
  32. color: #fff;
  33. padding: 0 6% 0 0;
  34. background-size: 19% auto;}
  35. .wz_cont{ width: 94%;
  36. margin: 4% auto 0 auto;
  37. background: #fff;
  38. padding: 2% 1%;}
  39. .index_login{ position:absolute;left: 10px; top: 10px; width: 100%; color:#fff;}
  40. .index_login a{ margin:0 2%; font-size:1em; color:#fff;}
  41. .all_title{ width:100%; height:45px; background:url(../images/bcrc-index_43.png) repeat-x left bottom;}
  42. .all_title a{ display:block; font-size:1.2em; color:#00aaff; background:url(../images/bcrc-index_41.png) repeat-x left bottom; line-height:45px; width:50%; text-align:center; font-weight:bold;float: left;}
  43. .all_title a span{ display:block; background:url(../images/bcrc-index_39.png) no-repeat center bottom; line-height:45px;}
  44. .all_list li.dotted{ border-bottom:dotted 1px #ccc; margin:8px 0;}
  45. .all_list,serachcont{ width:100%; margin:10px 0 0 0;}
  46. .all_list li{ line-height:34px; overflow:hidden; font-size:16px;}
  47. .all_list li a{background:url(../images/bcrc-index_49.png) no-repeat left center;color:#333;float:left;padding:0 0 0 18px;width: 58%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
  48. .all_list li em{ float:right; color:#a09f9f;}
  49. .all_list li i{float:right; color:#9bcbdc; margin:0 0 0 15px;}
  50. .serachcont h3{ line-height:34px; overflow:hidden; font-size:16px;}
  51. .serachcont h3 a{background:url(../images/bcrc-index_49.png) no-repeat left center;color:#333;float:left;padding:0 0 0 18px;width: 58%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
  52. .serachcont h3 em,.serachcont h3 span{ float:right; color:#a09f9f;}
  53. .footer{ background:url(../images/bcrc-index_07.png) no-repeat; background-size:100% 100%; padding:3% 0;margin: 20px 0 0 0;}
  54. .footer_in{ width:100%; overflow:hidden; margin:0 auto;}
  55. .footer_in a img{}
  56. .footer_in a{ display:block; width: 100%; margin: 20px 0 0 0; text-align: center;}
  57. .footer_in div{ width: 100%; text-align: center;}
  58. .footer_in div p{ font-size:.9em; line-height:2em; color:#fff;}
  59. .red {
  60. color: #C70509!important;
  61. }
  62. .green {
  63. color: #269604!important;
  64. }
  65. .show_nav {
  66. position: absolute;
  67. right: 10px;
  68. top:5px;
  69. padding-left: 20px;
  70. display: block;
  71. z-index:9999;
  72. }