123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- /*表单*/
- .FixTop{
- padding:10px 20px;
- background:#fff;
- border-bottom:1px solid #ddd;
- position:fixed;
- left:0;
- right:0;
- top:0;
- z-index:2
- }
- .detail-col {
- display: none;
- position: absolute;
- width: 94%;
- max-height: 310px;
- overflow: hidden;
- border: 1px solid #e9e9e9;
- background: #f9f9f9;
- margin: 0 3%;
- color: #fff;
- z-index: 1;
- }
- .detail-col div {
- width: 100%;
- max-height: 265px;
- overflow-y: auto;
- border-bottom: 1px solid white;
- }
- .download-Item {
- width: 25%;
- float: left;
- height: 30px;
- overflow: hidden;
- text-align: left;
- line-height: 30px;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .upload {
- width: 66px;
- height: 30px;
- overflow: hidden;
- position: relative;
- display: inline-block;
- vertical-align: middle;
- }
- .upload-btn-single {
- outline: none;
- border: 0;
- height: 28px;
- line-height: 28px;
- padding: 0 5px;
- color: #fff;
- background: #1c84c6;
- cursor: pointer !important;
- border-radius: 5px;
- }
- .upload-tip {
- float: left;
- width: 100%;
- margin-top: 35px;
- padding: 0 10px;
- color: #666;
- font-size: 13px !important;
- border-radius: 5px;
- display: none;
- text-align: left;
- }
- .upload-file-single {
- position: absolute;
- width: 62px;
- height: 30px;
- line-height: 30px;
- top: 0;
- opacity: 0;
- font-size: 0;
- filter: alpha(opacity=0);
- cursor: pointer !important;
- }
- .SwenBtn{
- float: left;
- height: 18px;
- line-height: 18px;
- text-indent: 8px;
- margin: 7px 0;
- margin-right:15px
- }
- .SwenBtn:hover{
- text-decoration:none;
- }
- .btn-box img{
- position:relative;
- top:-1px;
- }
- .opbtn{
- outline: none;
- border: 0;
- white-space: nowrap;
- padding: 5px;
- color: #fff;
- cursor: pointer;
- margin-top:-30px;
- position:relative;
- line-height:20px;
- }
- .op-textarea {
- width: 100%;
- float: left;
- padding: 0 5px;
- border: 0px;
- height: 200px;
- resize: none;
- }
- .op-textarea:hover {
- border: solid 1px #3bb4f2;
- }
- /*转发*/
- .selectPeople{
- width:74px;
- height:30px;
- display:inline-block;
- cursor:default;
- text-align:center;
- padding:0px 15px 5px 10px;
- margin:2px 5px;
- border:1px solid #409EFF;
- border-radius:5px;
- position:relative;
- }
- .selectPeople>.fa{
- color:red;
- cursor:pointer;
- position:absolute;
- top:0;
- right:2px;
- }
- .pointer{
- cursor:pointer;
- }
- /**美化滚动条 只对webkit内核管用**/
- ::-webkit-scrollbar { width: 0;background-color: #F5F5F5;}
- ::-webkit-scrollbar-thumb {
- background-color: #999;
- }
- ::-webkit-scrollbar-track {
- background-color: #F5F5F5;
- }
- /*签字标签切换*/
- .sp-qz-blue{outline: none;border: 0;padding: 5px 15px;background-color: #1c84c6 !important;color:#fff !important;cursor:pointer; text-align:center;}
- .sp-qz-gray{outline: none;border: 0;padding: 5px 15px;background-color: #f3f4f7 !important;color:#888 !important;cursor:pointer; text-align:center;}
- /*意见表格*/
- .formedit .sp-grid tbody td {
- text-align: left;
- line-height: 20px;
- padding: 7px 8px;
- border:0;
- border-bottom: 1px solid #E1E6EB;
- }
|