Commit 4d32e300 authored by xhx's avatar xhx

fix: style

parent f00de02e
<template> <template>
<div class="page1"> <div class="page1">
<img src="./assets/jianhanglogo.png" class="jianhanglogo" /> <div class="jianhanglogo">
<img src="./assets/jianhanglogo.png" class="jianhanglogo-img" />
</div>
<div class="txtContainer0">维护中小企业的合法权益</div> <div class="txtContainer0">维护中小企业的合法权益</div>
<div class="txtContainer1"> <div class="txtContainer1">
<div class="line"></div> <div class="line"></div>
...@@ -294,8 +296,12 @@ a { ...@@ -294,8 +296,12 @@ a {
text-align: center; text-align: center;
.jianhanglogo { .jianhanglogo {
width: 210px; width: 210px;
// height: 100px;
margin: 0 auto; margin: 0 auto;
padding-top: 65px; padding-top: 65px;
.jianhanglogo-img {
width: 100%;
}
} }
.txtContainer0 { .txtContainer0 {
margin-top: 60px; margin-top: 60px;
...@@ -325,7 +331,7 @@ a { ...@@ -325,7 +331,7 @@ a {
border-radius: 11px; border-radius: 11px;
background: rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.22);
border: 1px solid rgba(255, 255, 255, 0.48); border: 1px solid rgba(255, 255, 255, 0.48);
z-index: 5; // z-index: 5;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -338,7 +344,7 @@ a { ...@@ -338,7 +344,7 @@ a {
height: 57px; height: 57px;
background: #ffffff; background: #ffffff;
border-radius: 14px; border-radius: 14px;
z-index: 10; // z-index: 10;
} }
.btnTxt { .btnTxt {
font-size: 16px; font-size: 16px;
......
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