| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- body {
- font-family: "微软雅黑";
- }
- .fl {
- float: left;
- }
- .WH ul li {
- float: left;
- }
- .clearflow:after {
- content: "";
- display: block;
- clear: both;
- }
- .input {
- outline: none;
- }
- .WH {
- margin: 0 auto;
- height: 650px;
- overflow: hidden;
- position: absolute;
- top: 90px;
- left: 220px;
- overflow: hidden;
- background: rgb(245,245,245);
- padding: 10px;
- }
- .Color {
- border: 1px solid #1ab395;
- border-radius: 5px;
- }
- .WH-top {
- background-color: #1ab394;
- height: 42px;
- }
- .WH-top span {
- font-size: 16px;
- color: #FFFFFF;
- line-height: 42px;
- margin-left: 25px;
- }
- .Cotent_box {
- margin-top: 25px;
- }
- .closes {
- width: 30px;
- height: 30px;
- display: block;
- float: right;
- background: #CCCCCC;
- border-radius: 50%;
- /* display: block; */
- position: relative;
- top: 5px;
- left: -5px;
- }
- .closes a {
- display: block;
- position: absolute;
- color: #fff;
- top: -5px;
- left: 10px;
- }
- /*键盘*/
- .KeyWord {
- background: #FFFFFF;
- padding-top: 20px;
- }
- .hidens {
- display: none !important;
- }
- .img {
- display: block;
- width: 27px;
- height: 21px;
- background: url(../img/remove.png);
- position: absolute;
- right: 0;
- top: 15px;
- }
- .WH_Itop {
- position: relative;
- }
- .WH_Itop input {
- width: 100%;
- font-size: 30px;
- padding: 5px;
- outline: none;
- border: none;
- padding-left: 30px;
- letter-spacing: 2px;
- }
- .Num_box ul {
- padding: 0;
- padding-top: 20px;
- overflow-y: hidden;
- }
- .Num_box ul li {
- width: 33%;
- margin-bottom: 15px;
- }
- .Num_box ul li div {
- width: 80px;
- height: 80px;
- display: block;
- border: 1px solid rgb(49,49,49);
- border-radius: 50%;
- text-align: center;
- margin-right: 5px;
- margin: auto;
- cursor: pointer;
- }
- .Num_box ul li div a {
- line-height: 80px;
- font-size: 30px;
- color: rgb(49,49,49);
- }
- .actives {
- background: rgb(4,176,15);
- border: 1px solid rgb(4,176,15) !important;
- color: #FFFFFF !important;
- }
- .Last_phone {
- width: 100% !important;
- }
- .Last_phone div {
- background: rgb(4,176,15) !important;
- border: none !important;
- }
- .CallOut {
- width: 80px;
- height: 80px;
- display: block;
- background: url(../img/CallPhone.png) no-repeat;
- background-position: center center;
- }
- /*表格*/
- .bg {
- background: #fff;
- border-top: 10px solid rgb(231,234,236);
- }
- .bg_title {
- padding: 10px;
- border-bottom: 1px solid #ccc;
- padding-bottom: 0;
- }
- .bg_title li {
- padding: 5px 15px;
- color: #000000;
- letter-spacing: 2px;
- font-size: 14px;
- cursor: pointer;
- }
- .lactive {
- background-color: #1ab394;
- color: #fff !important;
- }
- .cx {
- padding: 10px;
- }
- .cx span {
- margin-right: 10px;
- color: #000000;
- letter-spacing: 2px;
- font-size: 14px;
- color: #fff;
- }
- .blanks{
- color: #000000!important;
- }
- .cx input {
- width: 90px;
- border: 1px solid #ccc;
- padding-left: 5px;
- color: #000000;
- }
- .cx select {
- outline: none;
- width: 90px;
- border: 1px solid #ccc;
- }
- .ty {
- background-color: #1ab394;
- color: #fff !important;
- height: 18px;
- padding: 2px 25px;
- border-radius: 5px;
- }
- #tbody tr td {
- font-size: 14px;
- }
- /*表格CSS*/
- .fixed-table-container {
- border-left: none;
- border-right: none;
- border-bottom: none;
- }
- .fixed-table-loading {
- display: none;
- }
- #goods tr th {
- border: 1px solid #e7eaec;
- border-left: none;
- }
- #tbody tr td {
- border: 1px solid #e7eaec;
- border-left: none;
- }
- .ty {
- cursor: pointer;
- }
- .ty:hover {
- background: rgb(4,176,15) !important;
- }
|