|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- .z {
- float: left;
- }
- .y {
- float: right;
- }
- .cl {
- clear: both;
- }
- .zh {
- margin: 0 auto;
- }
- p{
- font-size: 12px;
- }
- .container {
- width: 100%;
- overflow: hidden;
- }
-
- /*============================出发地选择层的CSS===================================*/
- .c_chufadi {
- width: 90%;
- margin: 0 auto;
- overflow: hidden;
- }
- .c_chufadi p {
- font-size: 16px;
- color: #a0a0a0;
- margin-bottom:10px;
- }
- .c_location {
- height: 108px;
- margin-bottom: 10px;
- position: relative;
- }
- .c_choose,.c_button {
- text-align: center;
- float: left;
- font-size: 15px;
- height: 30px;
- width: 27%;
- background: white;
- display: block;
- border-radius: 5px;
- margin: 1%;
- }
- .c_address{
- list-style: none;
- margin: 0 auto;
- display: block;
- height: 30px;
- line-height: 30px;
- padding-left: 0px;
- }
-
- .c_choose {
- color:#FFFFFF;
- background-color:#00cc9c;
- border: 2px solid rgb(44,192,148);
- }
-
- .c_button {
- color: #707070;
- border: 2px solid #e7e7e7;
- }
- .c_address span {
- display: block;
- }
- .c_hotpush {
- width: 110%;
- overflow: hidden;
- position: relative;
- }
- .xxian,.xxian2,.xxian3{
- position: relative;
- height: 1px;
- width: 82.27%;
- background: #e5e5e5;
- }
- .xxian2{
- width: 96.6%;
- margin-bottom: 20px;
- }
- .xxian3{
- width: 96.6%;
- margin-bottom: 20px;
- }
- .xshuaxin{
- padding-left:33px;
- background-image:url(../img/shuaxin.png);
- background-size: 17px 17px;
- background-repeat: no-repeat;
- background-position: 4px 8px;
- color: #656565;
- }
|