南昌市物联网技防平台-小程序
Administrator
2021-06-03 ef517cace41a984417457913cae4fe0837138dcf
关于我们底部不能居中问题修复
1 files modified
13 ■■■■■ changed files
pages/myself/childen/aboutUs.vue 13 ●●●●● patch | view | raw | blame | history
pages/myself/childen/aboutUs.vue
@@ -98,7 +98,7 @@
            
            .about-form-intro{
                width: 100%;
                height: 300rpx;
                height: 49%;
                background-color: #FFFFFF;
                
                .about-info{
@@ -128,16 +128,19 @@
        
        .down {
            // background-color: #0078A8;
            position: absolute;
            width: 100%;
            height: 51%;
            
            .title{
                position: relative;
                top: 92%;
                // background-color: #0078A8;
                // width: 584rpx;
                position: fixed;
                text-align: center;
                bottom: 1.5%;
                left: calc((100% - 582rpx)/2);
                text-align: center;
                font-size: 22rpx;
                color: #808080;
            }
        }
    }