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