webview.wxss 813 Bytes
/* pages/webview.wxss */
.no-result {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 180rpx;
    text-align: center;
    background-color: #fff;
}

.no-result .cover {
    font-size: 0;
}

.no-result .cover image {
    width: 160rpx;
    height: 160rpx;
}

.no-result .tips {
    font-family: PingFang-SC-Regular, sans-serif;
    font-size: 28rpx;
    color: #b0b0b0;
    letter-spacing: 0;
    text-align: center;
    margin-top: 60rpx;
}

.no-result .check-other {
    height: 88rpx;
    width: 460rpx;
    background: #444;
    border-radius: 6rpx;
    line-height: 88rpx;
    font-family: PingFang-SC-Regular, sans-serif;
    font-size: 28rpx;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin: 130rpx auto 0 auto;
}