@@ -5,6 +5,7 @@
.A1main {
width: 100%;
height: 100%;
+ padding-bottom: 100px;
overflow-y: auto;
.A1top {
@@ -104,17 +105,17 @@
// 公司logo
.A1logo {
position: absolute;
- bottom: 20px;
- left: 50%;
- transform: translateX(-50%);
- // margin-top: 50px;
- pointer-events: none;
- // height: 60px;
- // display: flex;
- // justify-content: center;
- // align-items: center;
+ bottom: 0px;
+ background-color: #fff;
+ left: 0;
+ width: 100%;
+ padding: 20px 0;
+
+ display: flex;
+ justify-content: center;
+ align-items: center;
img {
height: 30px;
}