AccessNotice.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. .header_sty1{position: fixed;top: 0px;width: 100%;}
  2. .header_sty{ position: fixed;top: 0px;height: 90px;width: 100%;background: none;align-content: center;display: flex;flex-direction: row; z-index: 99; }
  3. .header{height: 60px;width: 60px;margin: 20px 10px 0 80px;}
  4. .timeList_sty{height: auto;display: flex;flex-direction: row;align-items: center}
  5. .out_in{height: 38px;width: 38px;padding-top: 0px;border: none;}
  6. .lineimg_sty{height: 24px;width: 2px;margin-left: 18px;}
  7. .center_sty{display: flex;flex-direction: row;margin-top:100px;}
  8. .foot-sty{height:47px;width: 100%;position: fixed;bottom: 0px;}
  9. .foot-sty1{display: flex;flex-direction: row;}
  10. .comhline_sty1{background-color:#F2F2F2;width:100%;height:1px;}
  11. .av_items{
  12. align-items: center; justify-content: center;
  13. width: auto; background: #FFF;height: auto;
  14. position: fixed; top:55px; left: 30px; right: 30px;
  15. border-radius: 10px;
  16. }
  17. .an_contain{
  18. font-family: PingFangSC-Regular;letter-spacing: 2.5px; background-image: url("../../../style/imgs/BG1.png");
  19. background-size: 100% 100%;height: 100vh;
  20. }
  21. .item_in_out{
  22. width: 36px;height: 36px;border-radius: 50%;font-size: 12px;color: #FFF;text-align: center;
  23. align-items: center; justify-content: center;line-height: 30px;
  24. }
  25. .in{background-color: #43CEAF;}
  26. .out{background-color: #589CFE;}
  27. .san_jiao{
  28. width:0;
  29. height:0;
  30. border-width:0 3px 3px;
  31. border-style:solid;
  32. border-color:transparent transparent #666666;/*透明 透明 灰*/
  33. margin: 5px 15px;
  34. }