This commit is contained in:
hufangzhou
2020-09-30 14:59:59 +08:00
2 changed files with 6 additions and 46 deletions
+5 -45
View File
@@ -8,58 +8,18 @@ li{line-height: 2em}
.dropdown-menu {min-width: 120px; margin-top: 0;}
.col-md-4{width:20%;}
.card {
position: relative;
display: block;
padding: 0;
overflow: hidden;
border: 1px solid #ddd;
border-radius: 0;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
box-shadow: 0 1px 2px rgba(0,0,0,.075);
-webkit-transition: all .5s cubic-bezier(.175,.885,.32,1);
-o-transition: all .5s cubic-bezier(.175,.885,.32,1);
transition: all .5s cubic-bezier(.175,.885,.32,1);
}
.card {position: relative; display: block; padding: 0; overflow: hidden; border: 1px solid #ddd; border-radius: 0; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075); box-shadow: 0 1px 2px rgba(0,0,0,.075); -webkit-transition: all .5s cubic-bezier(.175,.885,.32,1); -o-transition: all .5s cubic-bezier(.175,.885,.32,1); transition: all .5s cubic-bezier(.175,.885,.32,1);}
.card .card-heading {
display: block;
padding: 10px;
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.card .card-heading {display: block; padding: 10px; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.card .card-content
{
padding: 0 10px 10px 10px;
overflow: hidden;
text-overflow: ellipsis;
}
.card .card-content {padding: 0 10px 10px 10px; overflow: hidden; text-overflow: ellipsis;}
.card > .card-reveal {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
background-color: #f1f1f1;
-webkit-transition: all .8s cubic-bezier(.175,.885,.32,1);
-o-transition: all .8s cubic-bezier(.175,.885,.32,1);
transition: all .8s cubic-bezier(.175,.885,.32,1);
}
.card > .card-reveal { position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background-color: #f1f1f1; -webkit-transition: all .8s cubic-bezier(.175,.885,.32,1); -o-transition: all .8s cubic-bezier(.175,.885,.32,1); transition: all .8s cubic-bezier(.175,.885,.32,1);}
.card>.card-reveal>.card-heading{padding:20px 10px}
.card:hover>.card-reveal{top:0}
.card.ad > .img-wrapper {
height: 110px;
line-height:110px;
text-align:center;
font-size:25px;
width: 100%;
}
.card.ad > .img-wrapper {height: 110px; line-height:110px; text-align:center; font-size:25px; width: 100%;}
.card.ad > .card-heading {text-align: center;}
.card.ad > .card-reveal > .card-heading { padding: 12px 10px 10px 15px;}
.card.ad > .card-reveal {color: #333;}
+1 -1
View File
@@ -47,7 +47,7 @@
<form method='post' target='hiddenwin'>
<table class='table table-form mw-400px' style='margin: 0 auto'>
<tr>
<th class='w-80px'><?php echo $lang->install->company;?></th>
<th class='w-160px'><?php echo $lang->install->company;?></th>
<td class='w-300px'><?php echo html::input('company', '', "class='form-control'");?></td>
</tr>
<tr>