odc.xiaohui
2023-03-20 2da160d1ef882dbf072dad845084748043b11fbb
miniprogram/pages/user/pubulicty/index.wxss
@@ -7,7 +7,31 @@
.container {
    width: 100%;
}
.buttonView{
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 5%;
}
.button{
    height: 5vh;
    line-height: 5vh;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    margin-top: 60%;
    font-size: 13px;
    color: #6699ff;
    background-color: white;
    border: 1px solid #6699ff;
}
.register{
    position: absolute;
    width: 100%;
    bottom: 12%;
}
.content {
    margin-top: 1rem;
}