alert.less 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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: .875rem;
  16. height: .125rem;line-height: .125rem;
  17. background-color:transparent;
  18. border: solid 1px #009dfe;
  19. margin-top: .130208rem;overflow: hidden;border-radius: .015625rem;
  20. }
  21. .alert_centent .alert_title .right .btn-group{
  22. margin: 0;
  23. }
  24. .alert_centent .alert_title .right .btn-group .btn{
  25. height: .125rem;line-height: .125rem;font-size: .072917rem;padding: 0;width: .291667rem;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: .072917rem;
  33. }
  34. .alert_centent .alert_title .right .alert_time select{
  35. width: .677083rem;
  36. height: .135417rem;
  37. background-color: #051f33;
  38. border: solid 1px #009dfe;
  39. }
  40. .alert_centent .alert_people{
  41. padding-left: .260417rem;padding-right: .260417rem;
  42. }
  43. .alert_centent .alert_people>div{
  44. width: 1.677083rem;height: .239583rem;line-height: .239583rem;background-image: url("../images/people_bgi.png");background-size: 100% 100%;
  45. span{
  46. color: #b5e1fc;display: inline-block;
  47. &:nth-of-type(1){
  48. font-size: .104167rem;margin-left: .364583rem;
  49. }
  50. &:nth-of-type(2){
  51. font-size: .135417rem;margin-left: .130208rem;
  52. }
  53. &:nth-of-type(3){
  54. font-size: .083333rem;
  55. }
  56. }
  57. }
  58. .alert_chart{
  59. padding-left: .260417rem;padding-right: .260417rem;margin-top: .0625rem;
  60. .left{
  61. height: 2.848958rem;width: 2.15625rem;background-image: url("../images/quxian-bgi.png");background-size: 100% 100%;
  62. }
  63. .right{
  64. width: 4.583333rem;
  65. .top{
  66. &>div{
  67. width: 1.510417rem;height: 1.380208rem;background-image: url("../images/top_bgi.png");background-size: 100% 100%;
  68. }
  69. }
  70. .bottom{
  71. height: 1.380208rem;margin-top: .088542rem;background-image: url("../images/bottom_bgi.png");background-size: 100% 100%;
  72. position: relative;
  73. .btn-group{
  74. position: absolute;top: 0;right: .078125rem;z-index: 5;
  75. }
  76. }
  77. }
  78. }
  79. .alert_centent .alert_close{
  80. width: 50px;height: 50px;margin: 88px auto 0;display: block;
  81. }