|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- .wchat{
- width: 0.15rem;
- height: 0.15rem;
- }
-
- .title_title{
- position: fixed;
- top: 0rem;
- z-index: 3;
- width: 100%;
- }
-
- .line_line{
- height: 0.8rem;
- position: relative;
- top: 0.14rem;
- left: 0.27rem;
- }
-
- .baid_map{
- width: 0.6rem;
- padding-top: 0.04rem;
- }
-
- .go{
- width: 0.27rem;
- position: absolute;
- right: 0.3rem;
- top: 0.28rem;
- }
-
- .success{
- padding-top: 0.6rem;
- padding-bottom: 0.3rem;
- }
-
- .success_btn{
- margin-left: 0.35rem;
- margin-right: 0.35rem;
- text-align: center;
- }
- .wechatbg{
- background-color: #3d434f;
- }
- .wechatbg_img{
- margin-top: 0.06rem;
- width: 0.12rem;
- margin-right: 0.18rem;
- }
- .wechatbg_div1{
- color: #999;
- font-family: "微软雅黑";
- }
- .wechatbg_div2{
- color: #fff;
- font-family: "微软雅黑";
- }
- .wechat_bor{
- border-bottom: 1px solid #e5e5e5;
- }
- .wechat_passenger{
-
- }
- .wechat_passenger_div{
- width: 1rem;
- border: 1px solid #fff;
- text-align: center;
- padding: 0.03rem;
- border-radius: 0.03rem;
- }
- .wechat_passenger_img{
- width: 0.12rem;
- margin-top: 0.03rem;
- margin-right: 0.05rem;
- }
- .wechat_passenger_span{
- color: #fff;
- }
- .wechat_passenger_sub{
- text-align: right;
- color: #fff;
- font-size: 0.14rem;
- }
- .hiddens{
- text-overflow:ellipsis;
- white-space:nowrap;
- overflow:hidden;
- }
- .wechat_no_img{
- width: 0.4rem;
- margin-top: 0.4rem;
- }
- .wechat_no_div{
- color: #999;
- margin-top: 0.05rem;
- }
- .wechat_no_img2{
- width: 0.14rem;
- margin-top: 0.045rem;
- }
- .wechat_no_div2{
- border: 1px solid #999;
- padding: 0.05rem 0.5rem;
- margin-top: 0.1rem;
- border-radius: 0.03rem;
- }
|