123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- @import "~@less/mixin.less";
- .emergencyProdure {
- position: fixed;
- top: 50px;
- bottom: 10px;
- width: 450px;
- right: 10px;
- z-index: 202;
- padding: 15px;
- background-color: #fff;
- .modalTop {
- height: 60px;
- line-height: 60px;
- position: relative;
- }
- .modalTopL {
- float: left;
- height: 60px;
- p {
- display: inline-block;
- font-size: 16px;
- padding: 0 5px;
- max-width: 265px;
-
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .imgs {
- position: relative;
- top: -17px;
- }
- }
- .modalTopR {
- float: right;
- color: #2A9BD5;
- font-weight: bold;
- cursor: pointer;
- }
- .nameLis {
- position: absolute;
- width: 400px;
- top: 46px;
- left: 10px;
- padding: 10px;
- box-sizing: border-box;
- z-index: 20;
- background-color: #fff;
- box-shadow: 0 10px 20px 0 #989DA3;
- border: 1px solid #dedede;
- i {
- width: 0;
- height: 0;
- border-width: 10px;
- border-style: solid;
- border-color: transparent transparent #fff transparent;
- position: absolute;
- top: -20px;
- right: 10px;
- }
- li {
- line-height: 18px;
- float: left;
- padding: 10px;
- cursor: pointer;
- }
- }
- .selectColor{
- color: #2A9BD5;
- }
- .imageModalWrap {
- position: fixed;
- left: 0;
- top: 0;
- z-index: 300;
- width: 100%;
- height: 100%;
- background-color: #000;
- opacity: 0.6;
- filter: alpha(opacity=60);
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
- }
- .imageModal {
- position: fixed;
- background-color: #fff;
- overflow: hidden;
- z-index: 500;
- width: 900px;
- padding-top: 30px;
- box-sizing: border-box;
- margin-left: -450px;
- // margin-top: -400px;
- // height: 800px;
- // top: 50%;
- left: 50%;
- top: 60px;
- bottom: 60px;
- .emergencyImg{
- height: 100%;
- width: 100%;
- position: relative;
- float: left;
- // position: absolute;
- // left: 50%;
- // transform: translateX(-50%);
- }
- }
- .dragImgWrap {
- width: 100%;
- height: 30px;
- line-height: 36px;
- text-indent: 1em;
- z-index: 502;
- background-color: transparent;
- position: absolute;
- top: 0;
- left: 0;
- }
- img.img{
- cursor: pointer;
- position: absolute;
- top: 6px;
- right: 10px;
- z-index: 800;
- }
- }
- .imageModalWrap {
- position: fixed;
- left: 0;
- top: 0;
- z-index: 300;
- width: 100%;
- height: 100%;
- background-color: #000;
- opacity: 0.6;
- filter: alpha(opacity=60);
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
- }
- .imageModal {
- position: fixed;
- background-color: #fff;
- overflow: hidden;
- z-index: 500;
- width: 900px;
- padding-top: 30px;
- box-sizing: border-box;
- margin-left: -450px;
- // margin-top: -400px;
- // height: 800px;
- // top: 50%;
- left: 50%;
- top: 40px;
- bottom: 40px;
- .emergencyImg{
- height: 100%;
- width: 100%;
- max-height: 800px;
- position: relative;
- float: left;
- // position: absolute;
- // left: 50%;
- // transform: translateX(-50%);
- }
- }
- .dragImgWrap {
- width: 100%;
- height: 30px;
- line-height: 36px;
- text-indent: 1em;
- z-index: 502;
- background-color: transparent;
- position: absolute;
- top: 0;
- left: 0;
- }
- img.img{
- cursor: pointer;
- position: absolute;
- top: 6px;
- right: 10px;
- z-index: 800;
- }
|