| 12345678910111213141516171819202122232425262728293031323334 |
- ul,
- li {
- padding: 0;
- margin: 0;
- list-style: none;
- }
- .image-box {
- display: inline-block;
- margin-right: 15px;
- width: 120px;
- height: 120px;
- line-height: 120px;
- border-radius: 5px;
- border: solid 1px #e8e8e8;
- cursor: pointer;
- text-align: center;
- }
- .image-item {
- width: 120px;
- height: 120px;
- background-size: 100% 100%;
- }
- .layui-layer-photos .layui-layer-phimg {
- height: 100%;
- }
- .layui-layer-photos .layui-layer-phimg img {
- width: auto;
- height: auto;
- max-width: 100%;
- max-height: 100%;
- }
|