@import "./base.less";
|
ul.cfg_items {
|
margin-top:35px;
|
text-align: center !important;
|
>li{
|
width: 240px !important;
|
height: 207px !important;
|
float: none !important;
|
display: inline-block !important;
|
> div {
|
width:100%;
|
height:100% !important;
|
text-align: center !important;
|
vertical-align: middle !important;
|
overflow:hidden;
|
position:relative;
|
label {
|
font-size:16px;
|
position: relative;
|
top:60px;
|
padding:0px 18px;
|
transition: opacity 1s ease-out;
|
cursor: pointer;
|
}
|
> img {
|
transition: opacity 1s ease-out;
|
margin: auto !important;
|
display:block;
|
width: 146px !important;
|
height: 193px !important;
|
}
|
}
|
}
|
}
|