monitor-program.css 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. @charset "utf-8";
  2. .mb-head{
  3. background-color: #fff;
  4. /*padding: 10px 0px 10px 0px;*/
  5. color: #333;
  6. font-size: 16px;
  7. text-align: center;
  8. /*border-bottom: solid 1px #dcdcdc;*/
  9. }
  10. .mb-tag{
  11. display: -webkit-box;
  12. width: 100%;
  13. }
  14. .mb-tag li.active{color: #74BF00;border-bottom: 2px solid #74bf00;}
  15. .mb-tag li{width: 50%;position: relative;padding: 10px 0px 10px 0px;border-bottom: solid 1px #dcdcdc; */}
  16. .mb-tag li .line{
  17. position: absolute;
  18. right: 0px;
  19. top: 10px;
  20. width: 1px;
  21. height: 24px;
  22. background-color: #ececec;
  23. }
  24. .fa-one{
  25. background-color: #fff;
  26. margin-top: 10px;
  27. border-top: solid 1px #dcdcdc;}
  28. .fa-one:last-child{margin-bottom: 10px;}
  29. .fa-up{
  30. padding: 10px;
  31. border-bottom: solid 1px #dcdcdc;
  32. background: url('../images/icon_down.png') no-repeat;
  33. background-position: calc(100% - 10px) 26%;
  34. background-size: 17px 9px;
  35. }
  36. .fa-up div:nth-child(1){
  37. font-size: 14px;
  38. color: #333;
  39. margin-bottom: 5px;
  40. }
  41. .fa-up div:nth-child(2){
  42. font-size: 12px;
  43. color: #909090;
  44. }
  45. .fa-up.active{
  46. background: url('../images/icon_up.png') no-repeat;
  47. background-position: calc(100% - 10px) 26%;
  48. background-size: 17px 9px;
  49. }
  50. .fa-down{
  51. padding: 10px;
  52. width: 100%;
  53. border-bottom: solid 1px #dcdcdc;
  54. }
  55. #xt-ul .fa-down tr:nth-child(2) td{
  56. background-color: #f2f4f6;
  57. }
  58. table{width: 100%;}
  59. .fa-down td{
  60. width: 12.5%;
  61. height: 40px;
  62. text-align: center;
  63. vertical-align: middle;
  64. border: solid 1px #dcdcdc;
  65. font-size: 14px;
  66. color: #666;
  67. }
  68. .fa-down tr td:first-child{background-color: #f2f4f6;}
  69. .fa-down tr:nth-child(1) td{background-color: #f2f4f6;}
  70. .fa-down td.active{
  71. background: url('../images/round.png') no-repeat;
  72. background-size: 16px 16px;
  73. background-position: center;
  74. }
  75. .select{
  76. width: 100px;
  77. height: 38px;
  78. font-size: 16px;
  79. line-height: 37px;
  80. text-align: center;
  81. border-radius: 5px;
  82. background-color: #ccc;
  83. color: #fff;
  84. margin: 0 auto;
  85. margin-top: 10px;
  86. }
  87. .select-active{background-color: #37a6ec;}
  88. .discription{padding: 10px;padding-bottom: 0px;text-align: center;}