사용자 자주쓰는 의견 목록 팝업 버튼 추가
This commit is contained in:
parent
fc2ea03852
commit
496f0de7a8
@ -194,6 +194,10 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="opinions_fixed">
|
||||
<button type="button" data-tooltip="opinion_popup" onclick="AdjstReq.opinionsAdjstPopList();"><i></i></button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- page -->
|
||||
|
||||
@ -745,6 +745,12 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none
|
||||
.popup_wrap .work_flow_wrap.off .work_cont {height:0;padding:0 15px;}
|
||||
/* //워크플로우 */
|
||||
|
||||
/* 자주쓰는 의견 목록 fixed 버튼 */
|
||||
.opinions_fixed {position:fixed;right:50%;bottom:370px;width:116px;height:116px;margin:0 -750px 0 0;background:#fff;border-radius:40px;box-shadow:0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.15);}
|
||||
.opinions_fixed button {width:100%;height:100%;text-align:center;}
|
||||
.opinions_fixed button i {display:block;width:100%;height:100%;background:url(/kccadrPb/usr/image/icon_fixed_opinion.png) no-repeat center center;}
|
||||
/* //자주쓰는 의견 목록 fixed 버튼 */
|
||||
|
||||
/* 익스플로어 */
|
||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
|
||||
/* 공통 */
|
||||
|
||||
@ -6,6 +6,8 @@
|
||||
|
||||
@media all and (max-width: 1280px){
|
||||
.work_flow_wrap{display: none;}
|
||||
.opinions_fixed {width:80px;height:80px;right:20px;bottom:205px;margin-right:0;border-radius:30px;}
|
||||
.opinions_fixed button i {background-size:43px;}
|
||||
}
|
||||
|
||||
@media all and (max-width: 1150px){
|
||||
@ -383,6 +385,8 @@
|
||||
.text_ul .btnType09{width: 100%;}
|
||||
|
||||
.file_list li{padding-left: 30px; box-sizing: border-box;}
|
||||
|
||||
.opinions_fixed {bottom:320px;}
|
||||
}
|
||||
|
||||
@media all and (max-width: 540px){
|
||||
|
||||
BIN
src/main/webapp/kccadrPb/usr/image/icon_fixed_opinion.png
Normal file
BIN
src/main/webapp/kccadrPb/usr/image/icon_fixed_opinion.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Loading…
Reference in New Issue
Block a user