Нет описания

addRepository.css 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. body{
  2. background: #FFFFFF;
  3. }
  4. ol,ul,dl,a{
  5. margin: 0;
  6. padding: 0;
  7. }
  8. b.text_require {
  9. color: #409eff;
  10. }
  11. .form-group{
  12. overflow: hidden;
  13. margin-top: 20px;
  14. margin-bottom: 45px;
  15. display: block;
  16. }
  17. .line-height-30{
  18. line-height: 30px;
  19. }
  20. .form-control{
  21. width: 95%;
  22. }
  23. .text-left{
  24. line-height: 40px;
  25. }
  26. .editclass{
  27. display: none;
  28. width: 60%;
  29. border: 1px solid #ebebeb;
  30. }
  31. .editclass .title ul{
  32. overflow: hidden;
  33. }
  34. .editclass .title ul li{
  35. float: left;
  36. width: 16.6667%;
  37. text-align: center;
  38. height: 40px;
  39. line-height: 40px;
  40. background: #fafafa;
  41. border-right: 1px solid #ebebeb;
  42. border-bottom: 1px solid #ebebeb;
  43. }
  44. .editclass .title ul li:last-child{
  45. border-right: none;
  46. }
  47. .editclass .title ul li:first-child{
  48. border-bottom: none;
  49. background: #FFFFFF;
  50. }
  51. .editclass .contial{
  52. height: 210px;
  53. }
  54. .editclass .contial ul{
  55. line-height: 40px;
  56. margin-left: 10px;
  57. }
  58. .editclass .contial ul li{
  59. float: left;
  60. margin: 0 30px 0px 0px;
  61. line-height: 40px;
  62. cursor: pointer;
  63. }
  64. .editclass .contial ul li:hover{
  65. color: #249fea;
  66. }
  67. .title_liadd{
  68. border-bottom: none;
  69. background: #FFFFFF;
  70. }