Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

56 строки
1.9 KiB

  1. <template>
  2. <el-main style="width: 960px;margin: 0 auto;min-height: 500px">
  3. <el-row class="card_menu">
  4. <el-col :span="4">
  5. <el-card class="box-card" shadow="never" :body-style="{ padding: '10px 0',height:'220px' }">
  6. <div slot="header">
  7. <span>关于我们</span>
  8. </div>
  9. <div class="menu-item active">SICA简介</div>
  10. <div class="menu-item">SICA章程</div>
  11. </el-card>
  12. </el-col>
  13. <el-col :span="20">
  14. <el-card shadow="never" style="margin: 0 10px;height: 260px" :body-style="{ padding: '0px'}">
  15. <el-row>
  16. <el-col :span="12">
  17. <el-card class="box-card" shadow="never" style="margin: 0 10px" :body-style="{ padding: '0px',height:'380px' }">
  18. <img src="../assets/img/ps33zrxsxe75je6fyz0ieqako59448zdwo2b864170-7f1e-4bcb-9a87-f19996c6d605.png" style="border-radius: 10px;margin: 10px 0" width="100%"/>
  19. <p style="color: #333">Brief Introduction of Shanghai Integrated Circuit Industry Ass</p>
  20. </el-card>
  21. </el-col>
  22. <el-col :span="12">
  23. <el-card class="box-card" shadow="never" style="margin: 0 10px" :body-style="{ padding: '0px',height:'380px' }">
  24. <img src="../assets/img/ps33zrxsxe75je6fyz0ieqako59448zdwo2b864170-7f1e-4bcb-9a87-f19996c6d605.png" style="border-radius: 10px;margin: 10px 0" width="100%"/>
  25. <p style="color: #333">上海市集成电路行业协会简介</p>
  26. </el-card>
  27. </el-col>
  28. </el-row>
  29. </el-card>
  30. </el-col>
  31. </el-row>
  32. </el-main>
  33. </template>
  34. <script>
  35. export default {
  36. data () {
  37. return {
  38. }
  39. }
  40. }
  41. </script>
  42. <style>
  43. .menu-item{
  44. text-align: center;
  45. padding: 10px;
  46. width: 100%;
  47. }
  48. .card_menu .menu-item.active{
  49. border-left: 2px solid #427FCE;
  50. background: #eee;
  51. }
  52. </style>