|
@@ -20,8 +20,8 @@
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|
|
|
|
|
|
- <div align="center" style="font-size: 18px;"> 评分最高的10个元器件
|
|
|
-
|
|
|
+ <div align="center" style="font-size: 18px;">
|
|
|
+ <div style="margin: 10px;color:rgb(255 0 0)">评分最高的10个元器件</div>
|
|
|
<el-row>
|
|
|
<el-col :span="11" v-for="(idx,index) in topten.length" :key="idx" :offset="index%2 > 0 ? 1 : 0">
|
|
|
<el-card class="bgimg" :body-style="{ padding: '0px' }" style="font-size: 20px;background-color: revert;margin-bottom: 20px;">
|
|
@@ -351,12 +351,11 @@ export default {
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
.bgimg{
|
|
|
- background-image: url('../assets/images/panel.png');
|
|
|
- background-size: cover;
|
|
|
- padding: 20px;
|
|
|
- border-radius: 20px;
|
|
|
- width: 100%;
|
|
|
- display: block;
|
|
|
+ border: 2px solid #032d60;
|
|
|
+ -webkit-box-shadow: #07417a 0 0 10px;
|
|
|
+ -moz-box-shadow: #07417a 0 0 10px;
|
|
|
+ box-shadow: inset 0 0 30px #07417a;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
.home {
|
|
|
background: radial-gradient(circle at 10% 20%, #3A71A8 0%, rgb(239, 249, 249)90%);
|