| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- #projectID {
- display: block;
- }
- .longhaiTab {
- display: block;
- }
- .sanyuanTab {
- display: none;
- }
- .Popout_bj {
- width: 100%;
- height: 100%;
- top: 0;
- position: fixed;
- background: #000000;
- filter: alpha(Opacity=80);
- opacity: 0.80;
- -moz-opacity: 0.80;
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
- -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
- z-index: 3;
- display: none;
- }
- .Popout_div {
- width: 60%;
- height: 60%;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- text-align: center;
- position: fixed;
- background: #020e36;
- z-index: 3333;
- border: 1px solid #0f3287;
- display: none;
- }
- .Popout_div .icon_del {
- background: url(../images/delect_icon.png) no-repeat;
- background-size: 100% 100%;
- width: 22px;
- height: 22px;
- position: absolute;
- right: -11px;
- top: -11px;
- }
- .Popout_div .icon_btn {
- position: absolute;
- bottom: 80px;
- width: 200px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- left: 50%;
- margin-left: -100px;
- color: #FFFFFF;
- background: #0090fe;
- }
- .pop_title {
- font-size: 28px;
- color: #FFFFFF;
- line-height: 70px;
- text-align: center;
- width: 100%;
- }
- .pop_context ul {
- overflow: hidden;
- }
- .pop_context ul li {
- width: 50%;
- float: left;
- margin-bottom: 30px;
- }
- .pop_context ul li .cityBtn {
- width: 300px;
- margin: auto;
- height: 50px;
- line-height: 50px;
- text-align: center;
- color: #FFFFFF;
- background: #1b4fa9;
- position: relative;
- }
- .pop_context ul li .cityBtn .selectIcon {
- position: absolute;
- background: url(../images/select_icon.png) no-repeat;
- width: 22px;
- height: 22px;
- background-size: 100% 100%;
- left: 20px;
- top: 14px;
- }
- .pop_context ul li .cityBtn .selectedIcon {
- position: absolute;
- background: url(../images/selected_icon.png) no-repeat;
- width: 22px;
- height: 22px;
- background-size: 100% 100%;
- left: 20px;
- top: 14px;
- display: none;
- }
- .pop_context ul li:first-child .selectedIcon {
- display: block;
- }
- .pop_context ul li:first-child .selectIcon {
- display: none;
- }
- .headerTitleIn span {
- text-align: center;
- font-size: 32px;
- font-weight: bold;
- color: #fff;
- background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255, 255, 255, 1)), to(rgba(62, 125, 227, 1)));
- background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(62, 125, 227, 1));
- background: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(62, 125, 227, 1));
- background: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(62, 125, 227, 1));
- background: linear-gradient(top, rgba(255, 255, 255, 1), rgba(62, 125, 227, 1));
- -webkit-background-clip: text;
- color: transparent;
- }
|