123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531 |
- .section1{
- width:100% ;
- height:110px;
- background:rgba(255,255,255,0.6) ;
- }
- @media(max-width: 769px) {
- .center_wrapper{
- width: 100%;
- }
- .find{
- margin:0 auto 10px auto;
- width:90%;
- }
- }
- @media(min-width:768px){
- .center_wrapper{
- width: 80%;
- margin: 10px 10%;
- background: #FFFFFF;
- float: left;
-
- }
- .find{
- width: 100%;
- }
- }
- .leftbox{
- width: 100%;
- float: left;
- height:auto;
- }
- .btn2{
- border: 0;
- background: transparent;
- color: rgb(0,149,213);
- }
- .imgbox{
- width: 100px;
- height: 100px;
- float: left;
- color: #37CCFF;
- }
- .imgbox>img{
- width: 80px;
- height: 80px;
- border-radius: 80px;
- }
- .name{
- width: 150px;
- height: 100%;
- float: left;
- color:#A59999 ;
- }
- .name p{
- width: 100%;
- height: 30px;
- border-bottom: 1px solid #A59999;
- margin: 20px 0 0 20px;
- }
- .name span:first-child{
- margin-right: 30px;
- font-size: 20px;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .section2{
- width:100% ;
- height:auto;
- background:rgba(255,255,255,0.6) ;
- /* margin-top: 20px;*/
- }
- .table,.table2{
- width: 100%;
- height: auto;
- }
- .table td{
- /*width: 33%;*/
- height: 50px;
- }
- tr{
- border: 0;
- }
- .amend{
- color: #7DBE00;
- text-align: right;
- background: transparent;
- }
- .table2 td{
- padding: 10px 5px;
- height: auto;
- text-align: center;
- }
- .table2 img{
- width: 100%;
- height: auto;
- }
- .model{
- border: 0;
- background-color:rgb(0,149,213);
- color: #FFFFFF;
- margin-bottom: 5px;
- border-radius: 30px;
- }
- .table2 th {
- width: 18%;
- height: 40px;
- padding: 0 5px;
- text-align: center;
- }
- .defaultClass2{
- width: 100%;
- height:45px;
- border-bottom:1px solid #DDDDDD;
- margin: 0;
- float: left;
- padding-left: 10%;
- }
- .defaultClass2 li{
- width: 10%;
- text-align: center;
- height: 45px;
- line-height: 45px;
- cursor: pointer;
- display:inline-block;
- float: left;
- color: #484848;
- }
- .no{
- display: none;
- }
- .safebox{
- width:100%;
- height:140px ;
- border-bottom: 1px solid #8F949A;
- padding-top: 15px;
- }
- .imgbox>div:first-child{
- float: left;
- width: 40%;
- height: 100%;
- }
- .imgbox>div:last-child{
- float: left;
- width: 50%;
- height: 100%;
- text-align: center;
- font-size: 25px;
- }
- .safebox>div:last-child{
- float: right;
- width: 95px;
- height: 140px;
- line-height: 140px;
- color: #7DBE00;
- }
- .emailbox{
- font-size: 20px;
- }
- .emailbox >div{
- float: left;
- width: 15%;
- height:120px;
- line-height: 120px;
- }
- .card {
- overflow: hidden;
- margin: 20px 10px;
- border-radius: 2px;
- background-color: #fff;
- }
- .card {
- padding-top: 1px;
- padding-bottom: 1px;
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
- }
- .input-label {
- display: table;
- padding: 7px 10px 7px 0px;
- max-width: 200px;
- width: 27%;
- color: #444;
- font-size: 0.9rem;
- }
- .item-input {
- display: -webkit-box;
- display: -webkit-flex;
- display: -moz-box;
- display: -moz-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- -moz-align-items: center;
- align-items: center;
- position: relative;
- overflow: hidden;
- padding: 6px 0 5px 16px;
- }
- input {
- border: 0;
- width: 50%;
- outline: none;
- }
- .save {
- width: 90%;
- background-color: #7DBE00;
- height: 40px;
- margin-left: 5%;
- margin-bottom: 10px;
- border: 0;
- border-radius: 5px;
- color: white;
- margin-top: 10px;
- }
- .button-clear {
- -webkit-transition: opacity 0.1s;
- transition: opacity 0.1s;
- padding: 0 6px;
- max-height: 42px;
- border-color: transparent;
- background: none;
- box-shadow: none;
- }
- .nav2 ul{
- width: 100%;
- height: 50%;
- }
- .nav2 ul li{
- width: 100%;
- font-size: 12px;
- line-height: 60px;
- text-align: center;
- }
- .message{
- float: left;
- height: auto;
- }
- @media (min-width:700px ) {
- /*.center{
- margin-left: 6%;
- }*/
- .table2 button{
- width: 85px;
- height: 30px;
- border-radius: 30px;
- }
- .right-section>div>div:first-child{
- width: 100%;
- height: 101px;
- border-bottom: 1px solid #A9A9A9;
- margin-top: 40px;
- }
- .xian{
- width: 30px;
- }
- .xian2{
- width:30px;
- }
- .nav2 ul li{
- font-size: 16px;
- }
-
- }
- @media(max-width: 1199px) {
- .xian{
- width: 15px;
- }
- .table2 th {
- height: 30px;
- }
- .xian2{
- width: 15px;
- }
- .table,.table2 {
- width: 100%;
- max-width: 100%;
- /*margin-bottom: 20px;*/
- font-size: 10px;
- }
- .right-section>div>div:first-child{
- width: 100%;
- height: 140px;
- border-bottom: 1px solid #A9A9A9;
- margin-top: 40px;
- }
- .nav2 {
- width: 100%;
- height: auto;
- margin: 80px 0 10px 0;
- }
- .nav2 ul li{
- width: 20%;
- height: 100%;
- font-size: 12px;
- line-height: 40px;
- text-align: center;
- font-size: 12px;
- /*margin-bottom: 20px;*/
- float: left;
- }
- .imgbox {
- width: 100px;
- height: 100px;
- float: left;
- color: #37CCFF;
- }
- .section1 {
- width: 100%;
- height: 110px;
- margin: 0;
- background: rgba(255,255,255,0.6);
- }
- .message {
- width: 100%;
-
- }
- }
- .radio2{
- width: 30px;
- height: 30px;
- border-radius: 40px;
- background-color: #1ABC9C;
- color: #FFFFFF;
- line-height: 30px;
- text-align: center;
- margin-left: 10px;
- /*float: left;*/
- }
- .radio3{
- width: 30px;
- height: 30px;
- border-radius: 30px;
- border: 1px solid #A6A6A6;
- color: #A6A6A6;
- line-height: 30px;
- text-align: center;
- margin-left: 10px;
- }
- .xian{
- height: 20px;
- border-bottom: 3px solid #1ABC9C;
- float: left;
- }
- .xian2{
- height: 20px;
- border-bottom: 3px solid #A9A9A9;
- float: left;
- }
- .productbox{
- width: 100%;
- height:auto;
- border:1px solid #A9A9A9;
- }
- .productbox>div{
- float: left;
- }
- .right-section>div>div>div{
- float: left;
- width: auto;
- }
- .right-section>div>div>div p{
- float: left;
- width: 60px;
- text-align: center;
- }
- .getbtn{
- float: right;
- border: 1px solid #1ABC9C;
- border-radius: 3px;
- color:#1ABC9C ;
- width: 100px;
- height: 30px;
- font-size:15px;
- background: transparent;
- }
- @media (max-width: 767px) {
- .getbtn{
- float: none;
- margin-left: 43%;
- }
- }
- .save{
- width: 90%;
- background-color:#FFAF15;
- height: 40px;
- margin-left: 5%;
- border:0;
- border-radius: 5px;
- color: white;
- margin-top: 10px;
- }
- .light{
- color: #FFFFFF;
- }
- .popup {
- pointer-events: auto;
- }
- .popup {
- width: 100%;
- border-radius: 0px;
- background-color: rgba(255, 255, 255, 0.9);
- display: -webkit-box;
- display: -webkit-flex;
- display: -moz-box;
- display: -moz-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-direction: normal;
- -webkit-box-orient: vertical;
- -webkit-flex-direction: column;
- -moz-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- }
- .popup-head {
- padding: 15px 10px;
- border-bottom: 1px solid #eee;
- text-align: center;
- }
- .popup-title {
- margin: 0;
- padding: 0;
- font-size: 15px;
- }
- .popup-sub-title {
- margin: 5px 0 0 0;
- padding: 0;
- font-weight: normal;
- font-size: 11px;
- }
- .popup-body {
- padding: 10px;
- overflow: auto;
- }
- input{
- outline: none;
- }
- #add input {
- width: 90%;
- display: block;
- padding-top: 2px;
- padding-left: 0;
- margin-left: 5%;
- height: 34px;
- color: #111;
- vertical-align: middle;
- font-size: 14px;
- line-height: 16px;
- padding: 0 10px;
- border: 1px solid #A1A1A1;
- }
- .popup-buttons {
- display: -webkit-box;
- display: -webkit-flex;
- display: -moz-box;
- display: -moz-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-direction: normal;
- -webkit-box-orient: horizontal;
- -webkit-flex-direction: row;
- -moz-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- padding: 10px 30px 10px 30px;;
- min-height: 65px;
- }
- .popup-buttons .button {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- -moz-box-flex: 1;
- -moz-flex: 1;
- -ms-flex: 1;
- flex: 1;
- display: block;
- min-height: 45px;
- border-radius: 5px;
- line-height: 20px;
- margin-right: 20px;
- background: #F0F0F0;
- border: 0;
- }
- .popup-buttons .button:last-child {
- margin-right: 0px;
- }
- .button.button-energized {
- border: 0;
- background: #1ABC9C;
- color: #fff;
- }
- .hover{
- color:#48a4df;
- }
- .form-horizontal .control-label {
-
- font-size: 17px;
- }
- .form-control{
- border: 0;
- }
- .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
- vertical-align: inherit;
- }
|