registe.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ::-webkit-scrollbar-track{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);}/*滚动条的滑轨背景颜色*/
  2. ::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.05);border-radius: 10px;-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);}/*滑块颜色*/
  3. ::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.2);border-radius: 10px;-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);}
  4. ::-webkit-scrollbar{width: 16px;height: 16px;}/* 滑块整体设置*/
  5. ::-webkit-scrollbar-track,
  6. ::-webkit-scrollbar-thumb{border-radius: 999px;border: 5px solid transparent;}
  7. ::-webkit-scrollbar-track{box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;}
  8. ::-webkit-scrollbar-thumb{min-height: 20px;background-clip: content-box;box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;}
  9. ::-webkit-scrollbar-corner{background: transparent;}/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
  10. *,h1,label,td,tr{padding: 0 ;margin: 0 }
  11. .l_left{float: left}
  12. .r_right{float: right}
  13. td{border: none !important;}
  14. .table tr td:nth-child(2n+1){text-align: right;font-size: 12px;width:84px;line-height: 28px;}
  15. .top_out{margin: 20px 0 20px 0}
  16. .top td{padding: 0 3px 16px 0 !important;}
  17. .top td span{color: red;margin:3px 1px 0 2px;display: inline-block ;float: right;vertical-align: middle;line-height: 28px;width: 6px;text-align: center;}
  18. .top select,.top input[type=text],.top input[type=password]{color: #999;text-align: left;width: 247px;height:28px;border-radius: 4px;font-size: 12px;border: 1px #ccc solid}
  19. .top td textarea{width: 586px;height: 70px;resize: none;border-radius: 4px;border: 1px #ccc solid}
  20. .notice_bot{position: fixed;bottom: 0;background-color: #ecf0f5;padding: 5px 0 5px 0;z-index:9999;border-top:1px #ccc solid;width: 100%;}
  21. .notice_bot>div{font-size: 12px;margin-left: 10px;color: #07141e;line-height: 28px}
  22. .notice_bot>div input{margin:0 2px 0 0;vertical-align: middle}
  23. .div_form>div{margin: 5px}
  24. .but_p{margin-right: 10px}
  25. .but_p button{padding:0 8px;height: 28px;line-height: 28px;border: none;background-color: #5cb85c;color: #fff;border-radius: 4px;cursor: pointer}
  26. .but_p .but_close{background-color: #d9534f;margin-left: 10px}
  27. .top .td_select{width: 78px;margin-right: 2px}
  28. .book_con01{
  29. width: 98%;
  30. border-radius: 6px;
  31. margin: 2% auto;
  32. background-color: #ffffff;
  33. padding-top: 2%;
  34. padding-bottom: 2%;
  35. font-size: 14px;
  36. box-shadow:-5px 0 5px #ccc, /*左边阴影*/
  37. 5px 0 5px #ccc, /*右边阴影*/
  38. 0 -5px 5px #ccc, /*顶部阴影*/
  39. 0 5px 5px #ccc; /*底边阴影*/
  40. }
  41. .book_h01{
  42. width: 94%;
  43. margin-left: 3%;
  44. margin-bottom: 10px;
  45. text-align: center;
  46. letter-spacing: 1px;
  47. font-size: 16px;
  48. font-weight: bold;
  49. }
  50. .form_area{width: 95.2% !important;}
  51. .top select,.top input[type=text],.top input[type=password]{color: #999;text-align: left;height:32px;border-radius: 4px;font-size: 12px;border: 1px #ccc solid}
  52. .top tr td{margin-bottom: 20px !important;}
  53. .but_p{text-align: center;}