|
- .reserver_bottom{
- position: relative;
- width: 100%;
- max-width: 396px;
- height: 50px;
- margin: 0 auto;
- background: #fff;
- position: fixed;
- bottom: 0;
- }
- .bottom_amount{
- position: absolute;
- width: 15%;
- height:50px;
- line-height:50px;
- color: #171717;
- margin-left: 15px;
- }
- .bottom_amount_price{
- position: absolute;
- margin-left: 20%;
- width: 40%;
- height:50px;
- line-height:50px;
- color: #FCA93F;
- font-size: 20px;
- }
- .bottom_place_order{
- position: absolute;
- margin-left: 66%;
- width: 34%;
- height:50px;
- line-height:50px;
- color: #FFF;
- text-align: center;
- font-size: 20px;
- background: #EBEBEB;
- }
- .go_back_layout{
- width: 100%;
- max-width: 960;
- height: 90px;
- }
- .left_layout{
- float: left;
- width: 92%;
- max-width: 960;
- height: 90px;
- }
- .right_layout{
- float: left;
- width: 92%;
- max-width: 960;
- height: 90px;
- }
- .start_img{
- float:left;
- margin-left: 15px;
- }
- .end_img{
- float:left;
- margin-left: 15px;
- }
- .reserve_hr{
- float:none;
- height:1px;
- border:none;
- border-top:1px solid #EBEBEB;
- margin-left: 20px;
- margin-right: 20px;
- }
- .reserve_hr_2{
- float:none;
- height:1px;
- margin-top: 10px;
- border:none;
- border-top:1px solid #EBEBEB;
- }
- .reserve_float{
- float:left
- }
- .button {
- display: inline-block;
- padding: 0 5px;
- text-align: center;
- text-decoration: none;
- font: bold 6px/12px Arial, sans-serif;
-
- text-shadow: 1px 1px 1px rgba(255,255,255, .22);
-
- -webkit-border-radius: 30px;
- -moz-border-radius: 30px;
- border-radius: 30px;
-
- -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
- -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
- box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
-
- -webkit-transition: all 0.15s ease;
- -moz-transition: all 0.15s ease;
- -o-transition: all 0.15s ease;
- -ms-transition: all 0.15s ease;
- transition: all 0.15s ease;
- }
- .green {
- color: #FFFFFF;
- background: #52CB7B; /* Old browsers */
- background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */
- background: linear-gradient(top, #a5cd4e 0%,#6b8f1a 100%); /* W3C */
- }
- .span_date1{
- position: relative;
- float: left;
- width: 100%;
- height: 25px;
- overflow: hidden;
- background: #9BC9F4;
- text-align: center;
- line-height: 25px;
- }
- .span_date3{
- position: relative;
- float: left;
- width: 100%;
- height: 25px;
- overflow: hidden;
- text-align: center;
- line-height: 25px;
- }
- .span_date4{
- position: relative;
- float: left;
- width: 100%;
- overflow: hidden;
- }
- .span_date5{
- position: relative;
- float: left;
- width: 14.1%;
- height: 25px;
- overflow: hidden;
- background: #e3f0fc;
- text-align: center;
- line-height: 25px;
- margin: 1px 0px 0px 1px;
- }
- .span_date6{
- position: relative;
- float: left;
- width: 14.1%;
- height: 25px;
- overflow: hidden;
- background: #FFFFFF;
- text-align: center;
- line-height: 25px;
- margin: 1px 0px 0px 1px;
- }
- .span_date7{
- position: relative;
- float: left;
- width: 14.1%;
- height: 25px;
- overflow: hidden;
- background: #EEEEEE;
- text-align: center;
- line-height: 25px;
- font-weight: 600;
- margin: 1px 0px 0px 1px;
- }
|