|
-
-
- .navbar {
- position: relative;
- min-height: 50px;
- margin-bottom: 0px;
- border: 1px solid transparent;
- }
-
- .top_title{
- font-size: 18px;
- font-weight: bold;
- margin-top: 30px;
- margin-left: 40px;
- margin-bottom: 15px;
- }
-
- .line_top {
- /*width: 1200px;*/
- height: 1px;
- border: 1px solid lightgray;
- margin-left: 40px;
- }
-
- .search_btns_top{
- width: 1070px;
- height: 150px;
- margin-top: 0px;
- margin-left: 40px;
- border: 1px solid lightgray;
- }
-
- .top_search_time{
- margin-left: 20px;
- margin-top: 30px;
- }
-
- .time_top{
- display: inline-block;
- }
-
- .style_btns{
- width: 60px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- text-align: center;
- cursor:pointer;
- margin-left: 10px;
- }
-
- .search_btn{
- width: 80px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- text-align: center;
- cursor:pointer;
- margin-left: 25px;
- }
-
- .title_top_layer{
- font-size: 16px;
- font-weight: bold;
- position: relative;
- padding: 5px;
- background-color: white;
- left: 50px;
- display: inline-block;
- top: 16px;
- }
-
- .end_down{
- width: 100%;
- text-align: center;
- }
-
- .btn_style{
- /*background-color: rgb(220,220,220)!important;*/
- border-radius: 4px;
- font-size: 14px;
- color: rgb(25,170,232);;
- border: 1px solid rgb(25,170,232);
- }
-
- .refund_ticket_back{
- width: 810px;
- border: 1px solid lightgray;
-
- }
-
- .circle{
- width: 30px;
- height: 30px;
- border-radius: 50%;
- border: 1px solid lightgray;
- display: inline-block;
- text-align: center;
- line-height: 30px;
- font-size: 16px;
- }
-
- .refund_ticket_back_success{
- width: 810px;
- border: 1px solid lightgray;
-
- }
-
- .circle_right{
- width: 34px;
- height: 34px;
- border-radius: 50%;
- border: 4px solid black;
- display: inline-block;
- text-align: center;
- line-height: 26px;
- font-size: 16px;
- }
-
- .refund_ticket_go{
- width: 810px;
- border: 1px solid lightgray;
-
- }
- .refund_ticket_go_success{
- width: 810px;
- border: 1px solid lightgray;
- }
-
- .order_style_selected{
- background-color: rgb(25,170,232) !important;
- color: #fff!important;
- }
|