123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- body {
- background: rgba(245, 249, 249, 1);
- color: #323232;
- }
- .w3-row:after {
- content: "";
- display: table;
- clear: both
- }
- .w3-col {
- float: left;
- width: 100%
- }
- .w3-rest {
- overflow: hidden
- }
- .mine-menu {}
- .mine-menu {
- font-size: 16px;
- color: #909090;
- }
- .mine-menu .active {
- color: #0AD8C8;
- }
- .all-center {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- margin: 0 auto;
- }
- .mainbox {
- width: 420px;
- margin: 0 auto;
- }
- .btn-theme {
- color: #fff;
- background: #0AD8C8;
- border-color: #0AD8C8;
- }
- .btn-theme:hover,
- .btn-theme:active {
- color: #fff;
- background: #0aD9ff;
- border-color: #0AD8C8;
- }
- .pl105 {
- padding-left: 105px;
- }
- .pl251 {
- padding-left: 251px;
- }
- .m8 {
- margin-top: 8px;
- }
- input.type-hide {
- opacity: 0;
- -ms-filter: 'alpha(opacity=0)';
- }
- .changeImg {
- position: relative;
- top: -20px;
- }
- .addlist {
- width: 315px;
- box-shadow: none;
- -webkit-box-shadow: none;
- border: solid 1px #D1D7D4;
- }
- .industry span {
- display: inline-block;
- white-space: nowrap;
- padding: 5px 13px 3px;
- }
- .industry span.active,#city .active,#county .active{
- background: #0AD8C8;
- color: #fff;
- border-radius: 14px;
- }
- .selcaret {
- float: right;
- margin-top: -17px;
- margin-right: 15px;
- }
- /*行业选择*/
- #industrylist li,#addresslist li {
- width: 98px;
- border: solid 1px #D1D7D4 !important;
- background-color: #F9F9F9!important;
- text-align: center;
- }
- #industrylist li.active,#addresslist li.active {
- border-bottom: solid 1px transparent !important;
- }
- #industrylist>li>a,#addresslist>li>a {
- font-size: 14px;
- color: #909090;
- font-weight: normal;
- padding: 6px 0 5px;
- margin-right: 0;
- border-radius: 0;
- }
- #industrylist>li.active>a,
- #industrylist>li.active>a:focus,
- #industrylist>li.active>a:hover,
- #addresslist>li.active>a,
- #addresslist>li.active>a:focus,
- #addresslist>li.active>a:hover{
- background: #fff;
- color: #909090;
- font-size: 14px;
- margin-right: 0;
- border: none;
- height: 33px;
- }
- .addlist {
- width: 315px;
- box-shadow: none;
- -webkit-box-shadow: none;
- border: solid 1px #D1D7D4;
- }
- .w3-row-padding:after {
- content: "";
- display: table;
- clear: both
- }
- .w3-quarter {
- float: left;
- width: 24.99999%;
- padding: 10px;
- }
- .w3-third {
- float: left;
- width: 33.33333%
- }
- .w3-row-padding>.w3-quarter {
- padding: 0 10px;
- }
- .industrybox {
- border-color: rgba(0, 0, 0, 0) #D1D7D4 #D1D7D4;
- border-style: solid;
- border-width: 1px;
- padding: 18px 10px;
- text-align: center;
- font-size: 14px;
- /*height: 281px;*/
- }
- .industryname {
- border: 1px solid #D1D7D4;
- width: 100%;
- height: 32px;
- line-height: 32px;
- }
- .selected .industryname {
- background: url(../../../images/icon_xuanzhong.png) no-repeat 101% 105%;
- border: #0AD8C8 1px solid;
- background-size: 19px 21px;
- }
- .modal-content {
- border-radius: 0;
- }
- .modal-body {
- padding: 0;
- }
- .btn-default {
- background: #fff;
- color: #909090;
- font-size: 16px;
- border: 1px solid #D1D7D4;
- height: 40px;
- }
- .btn-default:hover,
- .btn-default:active {
- color: #333;
- background: #F4F6FA;
- }
|