device-physical-records.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .c-17b3ec{
  2. color: #17b3ec;
  3. }
  4. .c-ccc{
  5. color: #ccc;
  6. }
  7. .c-red{
  8. color: #ff5e6c;
  9. }
  10. .c-green{
  11. color: #06bf04;
  12. }
  13. .arrow{
  14. width: 20px;
  15. height: 10px;
  16. background: url(../images/xiazhan_icon.png) 100% 100% no-repeat;
  17. background-size: 20px 10px;
  18. }
  19. .month-panel{
  20. background-color: #fff;
  21. margin-top: 10px;
  22. border-top: 1px solid #E1E1E1;
  23. border-bottom: 1px solid #E1E1E1;
  24. }
  25. .month-panel:first-child{
  26. margin-top: 0;
  27. }
  28. .month,
  29. .date{
  30. display: -webkit-box;
  31. display: box;
  32. -webkit-box-pack: center;
  33. -webkit-box-align: center;
  34. box-pack: center;
  35. box-align: center;
  36. padding: 10px 15px;
  37. /*border-bottom: 1px solid #e1e1e1;*/
  38. }
  39. .date-panel{
  40. border-bottom: 1px solid #e1e1e1;
  41. }
  42. .date-panel:last-child{
  43. border-bottom: 0;
  44. }
  45. .date-list{
  46. display: none;
  47. border-top: 1px solid #e1e1e1;
  48. }
  49. .fa-angle-down,.fa-angle-up{
  50. color: #ccc;
  51. font-size: 20px;
  52. }
  53. .record-list{
  54. display: none;
  55. border-top: 1px solid #e1e1e1;
  56. }
  57. .record{
  58. display: -webkit-box;
  59. display: box;
  60. -webkit-box-pack: center;
  61. -webkit-box-align: center;
  62. box-pack: center;
  63. box-align: center;
  64. padding: 10px 0px;
  65. border-bottom: 1px solid #e1e1e1;
  66. font-size: 14px;
  67. color: #323232;
  68. }
  69. .record:last-child{
  70. border-bottom: 0;
  71. }
  72. .no-record{
  73. text-align: center;
  74. padding: 10px;
  75. font-size: 14px;
  76. color: #666;
  77. display: none;
  78. }