Commit 233ddd89 authored by 陈毅's avatar 陈毅

【U】鼠标悬浮效果

parent 51df4fc5
...@@ -44,11 +44,11 @@ ...@@ -44,11 +44,11 @@
<p>{{ product[i].product.p2 }}</p> <p>{{ product[i].product.p2 }}</p>
</div> </div>
<div class="subaggregate " style="padding-top:50px"> <div class="subaggregate " style="padding-top:50px">
<a href="./delmias/quintiq">DELMIA Quintiq</a> <nuxt-link to="/product/delmias/quintiq">DELMIA Quintiq</nuxt-link>
<a href="./delmias/ortems">DELMIA Ortems</a> <nuxt-link to="/product/delmias/ortems">DELMIA Ortems</nuxt-link>
<a href="./delmias/dm">DELMIA DM</a> <nuxt-link to="/product/delmias/dm">DELMIA DM</nuxt-link>
<a href="./delmias/apriso">DELMIA Apriso</a> <nuxt-link to="/product/delmias/apriso">DELMIA Apriso</nuxt-link>
<a href="./delmias/3dlean">DELMIA 3DLean </a> <nuxt-link to="/product/delmias/3dlean">DELMIA 3DLean </nuxt-link>
</div> </div>
</div> </div>
<!-- 背景图 --> <!-- 背景图 -->
...@@ -291,18 +291,30 @@ export default { ...@@ -291,18 +291,30 @@ export default {
<style lang="less" scope> <style lang="less" scope>
.subaggregate{ .subaggregate{
// text-align: center; // text-align: center;
font-size: 36px;
font-family: Microsoft YaHei;
font-weight: 300;
color: #000000;
opacity: 1; opacity: 1;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-around; justify-content: space-around;
color:#2d8cf0;
a{ a{
width: 30%; width: 20%;
height: 60px; font-size: 20px;
text-align: center; font-weight: 300;
font-family: Microsoft YaHei;
height: 60px;
text-align: center;
transition:all 0.1s ease;
}
a:hover{
transform: scale(1.0);
font-weight: bold;
font-size: 20px;
color: #000000;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment