From 4067c510552e3b894eb4378e1e04f5b13683ddd4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 二月 2023 18:26:04 +0800 Subject: [PATCH] 2023-02-10 --- src/views/companyProfile/index.vue | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/views/companyProfile/index.vue b/src/views/companyProfile/index.vue index e03ab85..205a5e2 100644 --- a/src/views/companyProfile/index.vue +++ b/src/views/companyProfile/index.vue @@ -226,7 +226,7 @@ <div class="content_title fadeInUp zoomIn animated"><span>鑱旂郴鏄庣</span></div> <div class="content contact"> <ul class="contact_ul"> - <li style="flex: none;padding-right: 1.2rem;"> + <li style="flex: none;"> <h3 class="p_txt"><img src="../../img/lian1.png" alt="" class="m_img" style="margin: -0.08rem 0.15rem 0 0;"><span>鍟嗗姟鍚堜綔</span></h3> <p class="p_txt p_txt2" style="margin-top: 0.4rem;">service@minkesoft.com</p> <p class="p_txt p_txt2">www.minkesoft.com</p> @@ -240,7 +240,7 @@ <h3 class="p_txt "><img src="../../img/lian2.png" alt="" class="m_img" style="margin: -0.08rem 0.15rem 0 0;"><span>鏄庣鍒嗛儴</span></h3> <p class="p_txt2" style="margin-top: 0.4rem;">鍖椾含锛氶�氬窞鍖烘花鎯犲寳涓�琛�3鍙烽櫌鏂板厜澶т腑蹇�8B搴�3107</p> <p class="p_txt2">澶╂触锛氭娓呭尯淇婂畨閲戣瀺涓績鍗楀8011</p> - <p class="p_txt2">鏉窞锛氳惂灞卞尯姘戝拰璺�481鍙疯仈鍚堜腑蹇僢搴�1101</p> + <p class="p_txt2">鏉窞锛氳惂灞卞尯姘戝拰璺�481鍙疯仈鍚堜腑蹇傿搴�1101</p> <p class="p_txt2">姝︽眽锛氭眽闃冲尯楣﹂箟澶ч亾46鍙烽暱姹熷箍鍦�</p> <p class="p_txt2">鎴愰兘锛氱鍥簩璺�10鍙疯埅鍒╀腑蹇�</p> <p class="p_txt2">瑗垮畨锛氶珮鏂板尯绉戞妧璺伀鐐ぇ鍘�</p> @@ -533,13 +533,13 @@ transform: scale(1.2); z-index: 99999; } - .p_li { - padding: 0px 1.1rem 0px 0.5rem; - flex: none; - } - .p_li2 { - padding-left: 0.4rem; - } + // .p_li { + // padding: 0px 1.1rem 0px 0.5rem; + // flex: none; + // } + // .p_li2 { + // padding-left: 0.4rem; + // } .p_txt { text-align: center; } @@ -666,6 +666,7 @@ margin-bottom: 0.6rem; li { flex: 1; + width: 33.33%; position: relative; h3 { i { @@ -696,7 +697,7 @@ width: 1px; background: #BFBFBF; position: absolute; - right: 7%; + right: 5%; } li:last-child::before { display: none; -- Gitblit v1.8.0