Commit 3c9ec5b625a9458aa62cf214e803fa900df754ab
1 parent
9035e22c
1
Showing
1 changed file
with
42 additions
and
0 deletions
src/main/resources/static/real_control_v2/css/main.css
| ... | ... | @@ -1006,6 +1006,48 @@ option.oil_station_opt { |
| 1006 | 1006 | margin-right: 5px; |
| 1007 | 1007 | } |
| 1008 | 1008 | |
| 1009 | + | |
| 1010 | +.multi_plat_msg_pops .tests { | |
| 1011 | + display: block; | |
| 1012 | +} | |
| 1013 | + | |
| 1014 | + | |
| 1015 | +/** 智能调度 */ | |
| 1016 | +.multi_plat_msg_pop_zndd { | |
| 1017 | + position: absolute; | |
| 1018 | + right: 12px; | |
| 1019 | + bottom: 12px; | |
| 1020 | + z-index: 99; | |
| 1021 | +} | |
| 1022 | + | |
| 1023 | +/** 催發 */ | |
| 1024 | +.multi_plat_msg_pop_cf { | |
| 1025 | + position: absolute; | |
| 1026 | + right: 12px; | |
| 1027 | + bottom: 12px; | |
| 1028 | + z-index: 99; | |
| 1029 | + background: #ffffff | |
| 1030 | +} | |
| 1031 | + | |
| 1032 | + .multi_plat_msg_pops { | |
| 1033 | + color: grey; | |
| 1034 | + margin: 7px 0; | |
| 1035 | + padding: 7px 12px; | |
| 1036 | + box-shadow: 0px 0px 10px rgba(90, 90, 90, 0.29); | |
| 1037 | + cursor: pointer; | |
| 1038 | +} | |
| 1039 | + | |
| 1040 | + | |
| 1041 | +.multi_plat_msg_pops .desc { | |
| 1042 | + display: block; | |
| 1043 | + font-size: 12px; | |
| 1044 | + color: #ff9d9d; | |
| 1045 | + text-align: right; | |
| 1046 | + margin-right: 5px; | |
| 1047 | +} | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1009 | 1051 | /** 嵌入表单modal滚动条样式 */ |
| 1010 | 1052 | #formFragmentModal::-webkit-scrollbar { |
| 1011 | 1053 | width: 10px; | ... | ... |