123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- *{
- padding: 0;
- margin: 0;
- text-decoration: none;
- font-family: "Microsoft Yahei", "΢ÈíÑźÚ", Tahoma, Arial, Helvetica, STHeiti;
- background: #f4f4f4;
- }
- ol,ul{
- list-style:none;
- }
- .topHeader {
- width: 100%;
- height:9rem;
- color: #2c2c2c;
- }
- .topHeaderL{
- width: 13%;
- height: 9rem;
- line-height:8.5rem;
- color: #2c2c2c;
- font-size: 5rem;
- text-align: center;
- float: left;
- }
- .topHeaderC{
- width: 74%;
- height: 9rem;
- line-height:9rem;
- color: #2c2c2c;
- font-size: 3rem;
- text-align:left;
- float: left;
- }
- .topHeaderR{
- width: 13%;
- height: 9rem;
- line-height: 5rem;
- color: #2c2c2c;
- font-size: 5rem;
- text-align:left;
- float: left;
- }
- .headerTop{
- width: 100%;
- height:25rem;
- background: red;
- }
- .imgLogo{
- width: 100%;
- height: 100%;
- }
- .formT{
- width: 84%;
- margin-top:5rem;
- margin-left: 7%;
- }
- .select-box {
- position: relative;
- width: 100%;
- /*height: 7rem;*/
- float: left;
- /*margin-right: 8px;*/
- }
- .select-city .select-header {
- /*width: 88px;*/
- /*height: 36px;*/
- width: 100%;
- height: 7rem;
- /*padding-right: 26px;*/
- background: url(../img/xiala.jpg) no-repeat #fff;
- background-position: 90% 3rem;
- line-height: 7rem;
- text-indent:2rem;
- font-size: 2.5rem;
- color: #a9a9a9;
- cursor: pointer;
- overflow: hidden;
- }
- .select-city .select-arrow {
- background-position: 90% 3rem;
- }
- .select-city .select-content {
- position: absolute;
- top: 7rem;
- left: 0;
- z-index: 99;
- display: none;
- background-color: #fff;
- }
- .select-city .select-content li {
- width: 51.3rem;
- height: 7rem;
- margin: 0;
- border-bottom: 1px solid #c1c1c1;
- line-height: 7rem;
- text-indent:2rem;
- font-size: 2.5rem;
- background-color: #fff;
- color: #a9a9a9;
- cursor: pointer;
- }
- .inputC{
- margin-top: 2rem;
- width: 100%;
- height: 7rem;
- line-height: 7rem;
- text-indent:2rem;
- font-size: 2.5rem;
- /*color: #a9a9a9;*/
- cursor: pointer;
- overflow: hidden;
- border: none;
- background: #fff;
- }
- .inputY{
- width: 50%;
- height: 7rem;
- line-height: 7rem;
- text-indent:2rem;
- font-size: 2.5rem;
- cursor: pointer;
- overflow: hidden;
- border: none;
- background: #fff;
- float: left;
- margin-right: 10%;
- }
- .bg{
- background: #f4f4f4 !important;
- }
- .inputM{
- width: 25%;
- height: 7rem;
- line-height: 7rem;
- text-indent:2rem;
- font-size: 2.5rem;
- color: #a9a9a9;
- cursor: pointer;
- overflow: hidden;
- border: none;
- background: #fff;
- float: left;
- }
- .btnO{
- width: 100%;
- margin-top: 6rem;
- height: 7rem;
- border: none;
- line-height: 7rem;
- text-align: center;
- border-radius: 1rem;
- background: #2577e3;
- color: #fff;
- font-size: 3rem;
- }
- .btnT{
- width: 100%;
- margin-top:3rem;
- height: 7rem;
- border: 0.2rem solid #2577e3;
- line-height: 7rem;
- text-align: center;
- border-radius: 1rem;
- color: #2577e3;
- font-size: 3rem;
- }
|