app.wxss 608 Bytes
/* @import "/miniprogram_npm/@vant/weapp/common/index.wxss"; */
page{
    background: #fff;
}
/* 二级页面顶部统一返回按钮,位置可能需要根据机型调整 */
.navigation_back{
    width: 80rpx;
    height: 80rpx;
    border: 1px solid rgb(255, 207, 105);
    position: absolute;
    top: 80rpx;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 临时文件,设计稿图 */
.temporary{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.temporary_box{
    border: 1px solid rgb(255, 207, 105);
    z-index: 98;
}