|
- .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;
- }
-
- .select_car_time{
- margin-left: 60px;
- margin-top: 35px;
- font-weight: bold;
- border-bottom: 1px solid #ccc;
- padding-bottom: 15px;
- }
-
- .profile-info-name {
- position: absolute;
- width: 110px;
- text-align: right;
- padding: 6px 10px 6px 0;
- left: 0;
- top: 0;
- bottom: 0;
- font-weight: normal;
- color: black;
- background-color: transparent;
- border-top: 1px dotted #d5e4f1;
- }
-
- .profile-user-info-striped .profile-info-name {
- color: black;
- border-top: 1px solid #f7fbff;
- }
-
- .profile-info-value>span+span:before {
- display: inline;
- content: "";
- margin-left: 1px;
- margin-right: 3px;
- color: #666;
- border-bottom: 1px solid #FFF;
- }
- .profile-user-info-striped {
- margin-left: 50px!important;
- }
- .profile-info-value {
- padding: 6px 4px 6px 6px;
- margin-left: 100px;
- border-top: 1px dotted #d5e4f1;
- }
-
- .profile-info-value {
- padding: 6px 4px 6px 6px;
- margin-left: 120px;
- border-top: 0px dotted #d5e4f1;
- }
- .profile-user-info-striped .profile-info-value {
- border-top: 1px dotted white;
- padding-left: 12px;
- }
-
- .select_car_people{
- margin-left: 60px;
- margin-top: 25px;
- font-weight: bold;
- border-bottom: 1px solid #ccc;
- padding-bottom: 15px;
- }
-
- .end_down{
- width: 100%;
- text-align: center;
- }
-
- .passenger{
- margin-left: 90px;
- margin-top: 20px;
- }
-
- .save_btn{
- width: 80px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- border:1px solid rgb(204,204,204);
- text-align: center;
- background-color:lightgray;
- cursor:pointer;
- margin-left: 20px;
- margin-left: 80px;
- margin-top: 30px;
- margin-bottom: 20px;
- }
-
- .has_no_bus{
- color: red;
- height: 30px;
- line-height: 30px;
- }
-
- .commit_ticket_go_success{
- 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;
- }
-
- .commit_ticket_back_success{
- width: 810px;
- border: 1px solid lightgray;
- }
-
- .close_btn{
- width: 60px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- text-align: center;
- cursor:pointer;
- margin-left: 10px;
- }
- .profile-info-value>span+span:before {
- display: inline;
- content: " ";
- margin-left: 1px;
- margin-right: 3px;
- color: #666;
- border-bottom: 1px solid #FFF;
- }
|