alert.less 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .alert_centent{
  2. width: 7.322917rem;height: 4.1875rem;background-image: url("../images/alert_bgi.png");background-size: 100% 100%;
  3. margin: 0 auto;
  4. }
  5. .alert_centent .alert_title{
  6. height: .3125rem;line-height: .416667rem;overflow: hidden;
  7. }
  8. .alert_centent .alert_title .left{
  9. float: left;font-size: .125rem;color: #b5e1fc;margin-left: .3125rem;
  10. }
  11. .alert_centent .alert_title .right{
  12. float: right;width: 2.838542rem;overflow: hidden;
  13. }
  14. .alert_centent .alert_title .right .alert_type{
  15. float: left;width: 168px;
  16. height: 24px;line-height: 24px;
  17. background-color:transparent;
  18. border: solid 1px #009dfe;
  19. margin-top: 25px;overflow: hidden;border-radius: 3px;
  20. }
  21. .alert_centent .alert_title .right .btn-group{
  22. margin: 0;
  23. }
  24. .alert_centent .alert_title .right .btn-group .btn{
  25. height: 24px;line-height: 24px;font-size: 14px;padding: 0;width: 56px;background-color: transparent;
  26. border-color: #009dfe;color: #257fb7;
  27. }
  28. .alert_centent .alert_title .right .btn-group .btn.active{
  29. color: #fff;background-color: #009dfe;
  30. }
  31. .alert_centent .alert_title .right .alert_time{
  32. float: right;margin-right: .223958rem;color: #b5e1fc;font-size: 14px;
  33. }
  34. .alert_centent .alert_title .right .alert_time select{
  35. width: 130px;
  36. height: 26px;
  37. background-color: #051f33;
  38. border: solid 1px #009dfe;
  39. }
  40. .alert_centent .alert_people{
  41. padding-left: 50px;padding-right: 50px;
  42. }
  43. .alert_centent .alert_people>div{
  44. width: 322px;height: 46px;background-image: url("../images/people_bgi.png");background-size: 100% 100%;line-height: 46px;
  45. span{
  46. color: #b5e1fc;display: inline-block;
  47. &:nth-of-type(1){
  48. font-size: 20px;margin-left: 70px;
  49. }
  50. &:nth-of-type(2){
  51. font-size: 26px;margin-left: 25px;
  52. }
  53. &:nth-of-type(3){
  54. font-size: 16px;
  55. }
  56. }
  57. }
  58. .alert_chart{
  59. padding-left: 50px;padding-right: 50px;margin-top: 12px;
  60. .left{
  61. height: 547px;width: 414px;background-image: url("../images/quxian-bgi.png");background-size: 100% 100%;
  62. }
  63. .right{
  64. width: 880px;
  65. .top{
  66. &>div{
  67. background-image: url("../images/top_bgi.png");background-size: 100% 100%;width: 290px;height: 265px;
  68. }
  69. }
  70. .bottom{
  71. height: 265px;margin-top: 17px;background-image: url("../images/bottom_bgi.png");background-size: 100% 100%;
  72. position: relative;
  73. .btn-group{
  74. position: absolute;top: 0;right: 15px;z-index: 5;
  75. }
  76. }
  77. }
  78. }