|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- .new{
- height: 61vh;
- margin-top: 0;
- display: block;
- position: relative;
- padding: 1vh;
- }
- .footer{
- margin-top: 4.3vh;
- }
-
- .new table tr:hover{
- background: #bbbecd;
- cursor: pointer;
- }
-
- .new table tr:first-child:hover{
- background: transparent;
- }
-
- .new table td{
- text-align: center;
- font-size: 14px;
- padding: 1vh 0;
- line-height: 1;
- }
- .new table tr:first-child td{
- color: #11234f;
- font-size: 16px;
- font-weight: bold;
- }
- .pageNum{
- position: relative!important;
- bottom: 0!important;
- margin: 10px 0!important;
- }
- #container {
- overflow: hidden;
- width: 100%;
- height: 16vh;
- margin: 0;
- font-family: "微软雅黑";
- }
- .table_main{
- height: calc( 43vh - 50px );
- overflow: hidden;
- overflow-y: scroll;
- }
-
- .select{
- margin-right: auto;
- margin-left: 2vw;
- }
-
- .select select{
- font-size: 16px;
- background: #d6dae8;
- padding: .5vh 2vh;
- border-radius: 8px;
- margin-right: 15px;
- }
-
- .BMap_cpyCtrl
- {
- display:none;
- }
- .anchorBL{
- display:none;
- }
-
- .dialog{
- width: 100%;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 999999999;
- }
-
- .bg-mengban{
- width: 100%;
- height: 100vh;
- }
-
- .dialog_table{
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- background: #ffffff;
- width: 50%;
- padding: 2vh;
- border-radius: 10px;
- }
- .dialog_header{
- display: flex;
- align-items: center;
- }
-
- .dialog_header .name{
- font-size: 16px;
- color: #11234f;
- margin-left: 5px;
- }
-
- .dialog_header .bigWin{
- background: #ffb400;
- height: 2.5vh;
- width: 5%;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 2vh;
- margin-left: 20px;
- }
-
- .dialog_header .phoneIcon{
- background: #3fd227;
- height: 2.5vh;
- width: 5%;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 2vh;
- margin-left: 20px;
- }
-
- .dialog_header .phone{
- background: #3fd227;
- line-height: 3vh;
- color: #ffffff;
- padding: 0 1%;
- border-radius: 5px;
- }
- .dialog_header .sanjiao-left{
- border-right-color: #3fd227;
- margin-left: 5px;
- }
- .dialog_main{
- margin-bottom: 2vh;
- }
-
- .dialog_main table{
- margin-top: 1vh;
- }
- .dialog_main table tr td{
- padding: 1vh 0;
- }
- .dialog_main table tr td:nth-child(odd){
- width: 15%;
- color: #6f6f6f;
- }
- .dialog_main table tr td:nth-child(even){
- width: 18.3%;
- }
-
- .dialog_img{
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-wrap: wrap;
- margin-top: 2vh;
- }
-
- .dialog_img img{
- width: 10vw;
- margin-bottom: 2vh;
- height: 6vw;
- }
-
- .dialog_img img:nth-child(4n){
- margin-right: 0;
- }
-
- .center_table{
- margin: 2vh 0;
- }
-
- .center_table table tr td{
- padding: 1vh 0;
- text-align: center;
- border-top: 1px solid #b9c2d3;
- }
-
- .center_table table tr td:first-child{
- border-left: 1px solid #b9c2d3;
- }
-
- .center_table table tr td:last-child{
- border-right: 1px solid #b9c2d3;
- }
-
- .center_table table tr:last-child td{
- border-bottom: 1px solid #b9c2d3;
- }
-
- .center_table table tr:first-child td{
- background: #e4edfe;
- }
|