Commit ec1404c68e03ecc5600c403f615e7a16ddce23b0
1 parent
9035e22c
大客流预警
Showing
1 changed file
with
58 additions
and
0 deletions
src/main/resources/static/real_control_v2/css/main.css
| ... | ... | @@ -1006,6 +1006,64 @@ 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 | + cursor: pointer; | |
| 1037 | + min-width: 200px; | |
| 1038 | + box-sizing: border-box; | |
| 1039 | + min-height: 60px; | |
| 1040 | + border-radius: 5px; | |
| 1041 | + background-color: #e0effd; | |
| 1042 | +} | |
| 1043 | + | |
| 1044 | + | |
| 1045 | +.multi_plat_msg_pops .desc { | |
| 1046 | + display: block; | |
| 1047 | + font-size: 12px; | |
| 1048 | + color: #ff9d9d; | |
| 1049 | + text-align: right; | |
| 1050 | + margin-right: 5px; | |
| 1051 | +} | |
| 1052 | +.multi_plat_msg_pops .time { | |
| 1053 | + display: block; | |
| 1054 | + font-size: 12px; | |
| 1055 | + color: darkgray; | |
| 1056 | + margin-right: 5px; | |
| 1057 | +} | |
| 1058 | +.multi_plat_msg_pops .reminder { | |
| 1059 | + display: block; | |
| 1060 | + font-size: 15px; | |
| 1061 | + color: red; | |
| 1062 | + margin-right: 5px; | |
| 1063 | +} | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1009 | 1067 | /** 嵌入表单modal滚动条样式 */ |
| 1010 | 1068 | #formFragmentModal::-webkit-scrollbar { |
| 1011 | 1069 | width: 10px; | ... | ... |