| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- body {
- font-family: "微软雅黑";
- font-size: 14px;
- }
- .fr {
- float: right;
- }
- /*标头*/
- .th-box {
- width: 100%;
- padding: 5px;
- border-bottom: none;
- }
- .sc_btn {
- color: rgb(255, 255, 255);
- font-size: 12px;
- margin-left: 15px;
- box-sizing: border-box;
- background: rgb(26, 179, 148);
- padding: 6px 10px;
- outline: none;
- border-width: 0px;
- border-style: initial;
- border-color: initial;
- border-image: initial;
- border-radius: 3px;
- }
- .seach-box ul {
- overflow: hidden;
- }
- .seach-box ul li {
- margin-right: 5px;
- }
- .photo {
- background-color: #FFF;
- border: 1px solid #e5e6e7;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
- .selects {
- background-color: #FFF;
- background-image: none;
- border: 1px solid #e5e6e7;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
- #Select:focus {
- outline: none;
- border-color: #00BFFF;
- }
- input:focus {
- outline: none;
- border-color: #00BFFF;
- }
- .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;
- }
- .gjsu ul {
- overflow: hidden;
- }
- .gjsu ul li {
- width: 50%;
- margin-bottom: 5px;
- padding-top: 10px;
- }
- .selects {
- width: 130px;
- }
- .tc {
- margin-top: 30px;
- text-align: center;
- }
- .select2-container--default .select2-selection--single {
- border: 1px solid #e5e6e7;
- }
- .select2-dropdown {
- border: 1px solid #e5e6e7;
- width: 200px;
- }
- .layui-layer-shade {
- z-index: 100!important;
- }
- .layui-layer-page {
- z-index: 200!important;
- }
- .select2-container .select2-selection--single {
- height: 34px;
- }
- .select2-container {
- width: 130px!important;
- }
- .select2-selection__rendered {
- line-height: 34px;
- }
- .HJFX_ {
- width: 100%!important;
- }
- .photo {
- width: 130px;
- }
- .seach-box ul {
- padding-left: 0;
- }
- .seach-box {
- width: 100%;
- margin-bottom: 10px;
- }
- label {
- width: 95px;
- text-align: right;
- }
- .LY:hover {
- color: #fff;
- }
- .LY:active {
- color: #fff!important;
- }
- .laydate-icon {
- font-size: 14px;
- line-height: 20px;
- }
- #ss_kssj {
- background-color: #FFF;
- background-image: none;
- border: 1px solid #e5e6e7;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- line-height: 20px;
- width: 240px;
- }
- #replayers {
- text-align: center;
- /* color: #EEEEEE; */
- }
- /* #replayers .rr-player{
- height: 556px !important;
- }
- #replayers .rr-player__frame{
- height: 476px !important;
- } */
- /* #replayers .replayer-wrapper{
- top: 40%;
- } */
- .rr-player.svelte-1wetjm2 {
- margin: 0px auto;
- float: none;
- /* box-shadow: 0 24px 48px #000000; */
- }
- .shade_k {
- margin: 10% auto;
- overflow-y: scroll;
- width: 65%;
- height: 150px;
- }
|