|
- .price-p{
- font-size: 20px;
- color: orange;
- }
- .z {
- float: left;
- }
- .y {
- float: right;
- }
- .cl {
- clear: both;
- }
- .zh {
- margin: 0 auto;
- }
- .txtz{
- text-align: left;
- }
- .txty{
- text-align: right;
- }
- .txtzh{
- text-align: center;
- }
- .dash {
- border-bottom: 1px dashed darkgray;
-
- }
- /**/
- body{
- background-color: #f0f0f0;
- }
- .container {
- width: 100%;
- }
-
-
-
- /*单元格开始*/
- .wrapper {
- background: white;
- width: 100%;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .hotcell {
- height: 65px;
- width: 95%;
- background: white;
- box-sizing: border-box;
- background-repeat: repeat-x;
- background-position: 0 bottom;
- background-size: auto 1px;
- margin-bottom: 4px;
- }
- .hotleft {
- width: 90%;
- }
- .lefttop,.leftcenter,.leftbottom{
- height: 27px;
- margin: 5px auto;
- margin-bottom: 0px;
- }
- .lefttop {
- background: url(../img/start.png) no-repeat;
- }
- .leftcenter {
- background: url(../img/end.png) no-repeat;
- }
- .lefttop,.leftcenter {
- background-position: 6px 7px;
- }
- .lefttop span,.leftcenter span{
- margin-left: 35px;
- }
- .start-address,.start-time,.end-address,.alltrains{
- margin-top: 6px;
- }
- .start-time {
- text-align: right;
- }
- .green-remark {
- font-size: 10px;
- background: green;
- margin-top: 2px;
- }
- .hot_go_back {
- width: 4.5%;
- height: 65px;
- background: url(../img/go_back.png) no-repeat;
- background-position: 0px 50%;
- }
- .hotprice {
- width: 24.7%;
- height: 65px;
- }
- .price {
- font-size: 23px;
- color: orange;
- margin-top: 22px;
- position: relative;
- text-align: right;
- }
- .tickettype,.ticket-type-image {
- height: 25px;
- width: 90%;
- }
- .ticket-type-image a{
- text-decoration: none;
- color: black;
- }
-
- /*单元格结束*/
-
- /* 支付方式 开始 */
- .payway {
- background-color: white;
- margin-bottom: 10px;
- }
- .pay-icon {
- margin-top: 5px;
- }
- .payway-center {
- width: 90%;
- height: 60px;
- }
- .payway-left {
- padding-top: 10px;
- width: 90%;
- }
- .payway-title{
- padding-top: 5px;
- margin-bottom: 5px;
- font-size: 14px;
- }
- .payway-intro {
- font-size: 12px;
- color: gray;
- }
-
- .payway-right{
- line-height: 60px;
- }
- .payintro {
- margin-left: 16px;
- }
- .checkbox {
- width: 20px;
- height: 20px;
- }
- /* 支付方式 结束 */
-
- /* footer 开始 */
- .footer {
- width: 100%;
- position: fixed;
- bottom: 0px;
- }
- /*订单List*/
-
-
- /* 中间开始 */
- .center{
- margin-top: 10px;
- }
-
-
- .footerbutton {
- height: 52px;
- line-height: 52px;
- }
-
- .footerbutton span {
- display: block;
- }
- .footer-left {
- background: white;
- width: 60%;
- }
- .footer-right {
- width: 40%;
- }
- .left-center,.right-center {
- overflow: hidden;
- width: 90%;
- }
- .ticketprice {
- color: #ff8800;
- height: 52px;
- line-height: 52px;
- margin-right: 3.4%;
- }
- .balance {
- font-size: 18px;
- color: #343434;
- }
- .ticketprice img{
- width: 13px;
- margin-top: 21px;
- }
- .ticketprice span:nth-child(2) {
- /*margin-right: 2px;*/
- margin-left: 2.89%;
- font-size: 13px;
- }
-
- .ticketprice span:nth-child(3) {
- font-size: 17px;
- }
- .footer-right {
- color: white;
- background-color: #ff8800;
- }
- .right-title {
- font-size: 18px;
- width: 40%;
- }
- .right-time {
- width: 46%;
- height: 52px;
- line-height: 52px;
- background: url(../img/time.png) no-repeat;
- background-position: 3px 48%;
- background-size: 16px;
- }
- /* footer end */
- /*支付后 开始*/
- .havepay {
- display: none;
- width: 100%;
- background-color: white;
- }
- .success {
- font-size: 18px;
- height: 300px;
- line-height: 300px;
- color: #00CC9C;
- }
- .myorderlist {
- font-size: 15px;
- height: 40px;
- line-height: 40px;
- }
- /*支付后 结束*/
-
|