Files
SinoGYS/webapp/css/photoDisplay.css
2018-07-12 14:08:55 +08:00

59 lines
949 B
CSS

@CHARSET "UTF-8";
.photoDisplay{
top: 0;
position: absolute;
width: 100%;
background-color: rgb(244, 243, 239);
}
.weui_navbar_photo{
z-index: 10;
position: absolute;
display: flex;
top: 0;
width: 100%;
background-color:#fafafa;
}
.weui_navbar_item_photo {
position: relative;
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 13px 0;
text-align: center;
font-size: 15px;
-webkit-tap-highlight-color: transparent;
}
.weui_tab_bd_photo{
margin-top: 2.5rem;
}
.wrap_photoDisplay {
width:5rem ;
height:5rem ;
background: url(../images/z_add.png) no-repeat;
background-size: 100% 100%;
float: left;
margin-right: 0.2rem;
}
.z_addImg {
float: left;
margin-right: 0.2rem;
}
.closeWindow{
background: url(../images/close_03.png) no-repeat;
width: 50px;
}
.layui-layer-setwin .layui-layer-close2 {
width: 0px;
}