mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 23:11:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
48
frontend/static/css/module/file-input.css
Normal file
48
frontend/static/css/module/file-input.css
Normal file
@@ -0,0 +1,48 @@
|
||||
@CHARSET "UTF-8";
|
||||
/* 正方形 */
|
||||
.preview{
|
||||
width:12.5rem;
|
||||
overflow:hidden;
|
||||
}
|
||||
/* iPhone 长比例 */
|
||||
.preview-long{
|
||||
width:12.5rem;
|
||||
overflow:hidden;
|
||||
}
|
||||
/* iPhone4 小比例 */
|
||||
.preview-short{
|
||||
width:12.5rem;
|
||||
overflow:hidden;
|
||||
}
|
||||
.preview img,.preview-short img,.preview-long img{
|
||||
border: 1px solid #eeeeee;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
.imghead{
|
||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);
|
||||
}
|
||||
.column.fourth .text-align-center{
|
||||
width:12.5rem;
|
||||
}
|
||||
.column.fourth .text-align-center a{
|
||||
position:relative;
|
||||
overflow:hidden;
|
||||
}
|
||||
.imgpreview{
|
||||
margin-bottom: 0.875rem;
|
||||
}
|
||||
.btn-file-input{
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
top: -1.75rem;
|
||||
left: 15rem;
|
||||
}
|
||||
.file{
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
height: 2.375rem;
|
||||
right: 0;
|
||||
top: 0;
|
||||
opacity: 0;
|
||||
filter:alpha(opacity=0);
|
||||
}
|
Reference in New Issue
Block a user