| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- body {
- font-family: "微软雅黑";
- font-size: 14px;
- }
- ul li {
- list-style: none;
- float: left;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .tc {
- text-align: center;
- }
- button {
- outline: none;
- }
- /*标头*/
- .th-box {
- width: 100%;
- padding: 5px;
- border-bottom: 1px solid #e7eaec;
- margin-top: 10px;
- }
- .th-bar {
- height: 40px;
- }
- .sc_btn {
- color: rgb(255, 255, 255);
- font-size: 12px;
- margin-left: 15px;
- box-sizing: border-box;
- background: #1e90ff;
- padding: 6px 10px;
- outline: none;
- border-width: 0px;
- border-style: initial;
- border-color: initial;
- border-image: initial;
- border-radius: 3px;
- }
- .sc_btn:hover{
- color: #fff!important;
- }
- .Block{
- display: block;
- }
- .seach-box ul li {
- margin-right: 5px;
- }
- .photo {
- background-color: #FFF;
- background-image: none;
- border: 1px solid #e5e6e7 !important;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- height: 33px !important;
- }
- .select {
- 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;
-
- }
- .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;
- }
- .laydate_body .laydate_bottom, .laydate_body .laydate_top {
- height: 31px !important;
- }
- .laydate_body .laydate_y .laydate_yms ul li {
- width: 59px !important;
- }
- .max-right {
- margin-right: 20px;
- }
- .add_time {
- margin-left: 30px;
- margin-top: 20px;
- }
- .add_time label {
- margin-right: 5px;
- width: 100px;
- text-align: right;
- text-align: -webkit-right;
- }
- #Pb {
- width: 50%;
- height: 80px;
- border: 1px solid #e5e6e7;
- resize:none;
- }
- .Pb_sm {
- line-height: 82px;
- display: -webkit-inline-box;
- vertical-align: top;
- resize: none;
- outline: none;
- }
-
- .gjsu ul {
- overflow: hidden;
- }
- .gjsu ul li {
- width: 50%;
- margin-bottom: 5px;
- padding-top: 10px;
- }
- .selects {
- width: 200px;
- }
- .tc {
- margin-top: 30px;
- 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;
- }
- .shade_k {
- z-index: 10005;
- width: 40%;
- margin: 10% auto;
- background-color: #fff;
- box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
- border-radius: 5px;
- }
- .shade_title {
- padding: 0 80px 0 20px;
- height: 42px;
- line-height: 42px;
- border-bottom: 1px solid #eee;
- font-size: 16px;
- color: #FFFFFF;
- overflow: hidden;
- background-color: rgb(26, 179, 148);
- border-radius: 2px 2px 0 0;
- position: relative;
- }
- .layui-layer-title{
- background-color: #1e90ff!important;
- border-top-left-radius: 5px!important;
- border-top-right-radius: 5px!important;
- }
- .layui-layer-page{
- border-radius: 5px!important;
- }
- .layui-layer-dialog{
- border-radius: 5px!important;
- }
- .layui-layer-setwin a{
- color:#fff!important;
- }
- .setwin {
- position: absolute;
- right: 15px;
- top: 5px;
- font-size: 20px;
- line-height: initial;
- }
- .setwin a{
- font-size: 20px;
- color: #fff;
- }
- .shade_content {
- overflow-y: auto;
- position: relative;
- padding-bottom: 50px;
- padding: 10px;
- }
- .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 #999;
- border-color: rgb(26, 179, 148);
- }
- .cx {
- display: block;
- }
- .imgs {
- cursor: pointer;
- }
- .usercode {
- background-color: #FFF;
- background-image: none;
- border: 1px solid #e5e6e7;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
- .audiojs {
- width: 100%;
- }
|