|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <ul class="icon-list">
|
|
|
+ <ul class="icon-list clearfix">
|
|
|
<li>
|
|
|
<span>
|
|
|
<i class="el-icon-platform-eleme"></i>
|
|
@@ -1223,6 +1223,7 @@
|
|
|
<li>
|
|
|
<span>
|
|
|
<i class="el-icon-moon"></i>
|
|
|
+ <br/>
|
|
|
<span class="icon-name">el-icon-moon</span></span>
|
|
|
</li>
|
|
|
<li>
|
|
@@ -1413,6 +1414,79 @@
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style scoped>
|
|
|
+<style lang="scss" scoped>
|
|
|
+.icon-list{
|
|
|
+ -webkit-tap-highlight-color: transparent;
|
|
|
+ font-family: icomoon!important;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 400;
|
|
|
+ font-variant: normal;
|
|
|
+ text-transform: none;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ overflow: hidden;
|
|
|
+ list-style: none;
|
|
|
+ padding: 0!important;
|
|
|
+ border: 1px solid #eaeefb;
|
|
|
+ border-radius: 4px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #5e6d82;
|
|
|
+ line-height: 2em;
|
|
|
+ li{
|
|
|
+ -webkit-tap-highlight-color: transparent;
|
|
|
+ font-family: icomoon!important;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 400;
|
|
|
+ font-variant: normal;
|
|
|
+ text-transform: none;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ list-style: none;
|
|
|
+ float: left;
|
|
|
+ width: 16.66%;
|
|
|
+ text-align: center;
|
|
|
+ height: 120px;
|
|
|
+ line-height: 120px;
|
|
|
+ color: #666;
|
|
|
+ font-size: 13px;
|
|
|
+ border-right: 1px solid #eee;
|
|
|
+ border-bottom: 1px solid #eee;
|
|
|
+ margin-right: -1px;
|
|
|
+ margin-bottom: -1px;
|
|
|
+ span{
|
|
|
+ -webkit-tap-highlight-color: transparent;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 400;
|
|
|
+ font-variant: normal;
|
|
|
+ text-transform: none;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ list-style: none;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 13px;
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ line-height: normal;
|
|
|
+ font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
|
|
|
+ color: #99a9bf;
|
|
|
+ transition: color .15s linear;
|
|
|
+ i{
|
|
|
+ -webkit-tap-highlight-color: transparent;
|
|
|
+ list-style: none;
|
|
|
+ text-align: center;
|
|
|
+ font-family: element-icons!important;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 400;
|
|
|
+ font-variant: normal;
|
|
|
+ text-transform: none;
|
|
|
+ line-height: 1;
|
|
|
+ vertical-align: baseline;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ display: block;
|
|
|
+ font-size: 32px;
|
|
|
+ margin-bottom: 15px;
|
|
|
+ color: #606266;
|
|
|
+ transition: color .15s linear;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
</style>
|