| xqd
@@ -99,8 +99,8 @@ a.tab-item-add .icon {
|
|
|
}
|
|
|
.btn-file-up i { display: block; padding: 5px 0 0 0; font-size: 30px; color: #00C3DA; }
|
|
|
.btn-file-up-position { position: absolute; right: 20px; }
|
|
|
-.img-file-up { float: left; margin: 5px 5px 5px 0; width: 72px; height: 72px; }
|
|
|
-.img-file-up b { height: 72px; position: relative; width: 72px; display: table-cell; vertical-align: middle; text-align: center; border: 1px solid #EEE; padding: 2px; background:no-repeat center; background-size:cover; -webkit-background-size:cover}
|
|
|
+.img-file-up { float: left; margin: 5px 5px 5px 0; width: 100px; height: 100px; }
|
|
|
+.img-file-up b { width: 100px; height: 100px; position: relative;display: table-cell; vertical-align: middle; text-align: center; border: 1px solid #EEE; padding: 2px; background:no-repeat center; background-size:cover; -webkit-background-size:cover}
|
|
|
.img-file-up img { max-height: 100%; max-width: 100%; }
|
|
|
.img-file-up em { position: absolute; top: -10px; right: -10px; display: inline-block; width: 20px; height: 20px; z-index: 2; font-size: 1.5em; color: #dd4814 }
|
|
|
.btn-file-up:hover { background-color: #dd4814; color: #FFF; border: 1px solid #dd4814 }
|