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