xunjia_wuliao.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. .titlebar.reverse {
  2. background-color: #1da02b;
  3. border-color: #1da02b;
  4. }
  5. /*clearfix*/
  6. .clearfix:after{content: "";display:block;height:0;clear:both;visibility:hidden;}
  7. .clearfix{display:inline-block;}
  8. .clearfix{height:1%;}
  9. .clearfix{display:block; overflow:hidden;}
  10. .weui_cells{
  11. margin-top: 0;
  12. }
  13. .weui_cells:before{
  14. border:0;
  15. }
  16. .wuliao-title{
  17. line-height: 24px;
  18. }
  19. .wuliao-title label{
  20. font-size: 0.7rem;
  21. color: #000;
  22. }
  23. .wuliao-title span{
  24. font-size: 0.55rem;
  25. color: #aaa;
  26. }
  27. .detail{
  28. line-height: 24px;
  29. font-size: 0.55rem;
  30. }
  31. .detail span.date{
  32. float: left;
  33. margin-right: 15px;
  34. }
  35. .detail span.require{
  36. float: left;
  37. }
  38. .detail span.require label{
  39. color: #1da02b;
  40. }
  41. .detail span.result{
  42. float: right;
  43. }
  44. .detail span.result label{
  45. color: #f45438;
  46. }
  47. .org{
  48. line-height: 24px;
  49. }
  50. .org span{
  51. color: #aaa;
  52. font-size: 12px;
  53. }
  54. .org label{
  55. float: right;
  56. line-height: 24px;
  57. font-size: 0.55rem;
  58. height: 24px;
  59. display: inline-block;
  60. color: #fff;
  61. text-align: center;
  62. padding: 0 10px;
  63. border-radius: 3px;
  64. }
  65. .org label.green{
  66. background-color: #1da02b;
  67. }
  68. .org label.red{
  69. background-color: #f45438;
  70. }
  71. .org label.yellow{
  72. background-color: #ed9700;
  73. }
  74. .org label.gray{
  75. background-color: #474747;
  76. }