| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- .spiner-example {
- position: absolute;
- top: 50%;
- left: 50%;
- z-index: 111;
- margin-left: -85px;
- margin-top: -100px;
- display: none;
- }
- .sk-spinner-three-bounce {
- width: 170px!important;
- }
- .sk-spinner p {
- display: inline-block;
- font-size: 18px;
- margin-left: 10px;
- }
- #goods tr th {
- text-align: center;
- }
- #goods td {
- text-align: center;
- }
- .t-shade {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.48);
- z-index: 10004;
- display: none;
- }
- .wh_btn {
- width: 80%;
- text-align: center;
- padding-top: 20px;
- margin: 0 auto;
- margin-bottom: 20px;
- }
- .wh_btn input {
- padding: 7px 20px;
- color: #FFF;
- border-radius: 5px;
- margin-right: 30px;
- border: 1px solid #23c6c8;
- }
- .inps {
- width: 167px;
- height: 24px;
- outline: none;
- border: 0;
- border-image-width: 0;
- padding: 0;
- padding-left: 3px;
- }
- .inpBox {
- border: 1px solid #e5e6e7;
- height: 27px;
- width: 170px;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
- .inpBox select {
- width: 100%;
- outline: none;
- border: 0;
- background: transparent;
- padding: 1px;
- }
- .cx {
- display: block!important;
- }
- .form_table {
- width: 100%;
- border: 1px solid #EDECFF;
- }
- .form_table td {
- padding: 6px 0 5px 10px;
- text-align: left;
- color: #717171;
- line-height: 200%;
- border-top: 1px dotted #cccccc;
- }
- .form_table th {
- padding: 5px 8px 5px 0;
- color: #333;
- font-weight: 700;
- text-align: right;
- background: #f9f9f9;
- border-right: 1px dotted #cccccc;
- border-top: 1px dotted #cccccc;
- }
- .play {
- height: 50px;
- width: 100%;
- }
- #downlond {
- padding: 0 8px;
- height: 24px;
- line-height: 24px;
- color: #707070;
- border: 1px solid #D7D7D7;
- cursor: pointer;
- vertical-align: middle;
- }
- .txtInput {
- margin-right: 5px;
- padding: 0 3px 0 3px;
- height: 22px;
- line-height: 22px;
- background: #FAFAFA;
- border: 1px solid #D7D7D7;
- vertical-align: middle;
- font-size: 12px;
- width: 50px;
- color: blue;
- }
- .btnSubmit {
- padding: 0 10px;
- height: 28px;
- line-height: 28px;
- color: #3D80B3;
- font-weight: bold;
- border: 1px solid #AED0EA;
- cursor: pointer;
- vertical-align: middle;
- overflow: hidden;
- }
- .foot_btn_box {
- padding: 15px 20px;
- text-align: center;
- }
- .gjss {
- display: none;
- }
- .Block {
- display: block;
- }
- .Input {
- margin-right: 5px;
- padding: 0 3px 0 3px;
- height: 22px;
- line-height: 22px;
- background: #FAFAFA;
- border: 1px solid #D7D7D7;
- vertical-align: middle;
- font-size: 12px;
- width: 50px;
- color: blue;
- }
- .ly_download {
- color: rgb(255, 255, 255);
- font-size: 12px;
- margin-left: 15px;
- box-sizing: border-box;
- background-color: #249fea;
- padding: 6px 10px;
- outline: none;
- border-width: 0px;
- border-style: initial;
- border-color: initial;
- border-image: initial;
- border-radius: 3px;
- }
- .qualityScores input[readonly="readonly"]{
- border: none;
- background: transparent;
- }
|