aiskin.wxss 708 Bytes
/* packageB/pages/AI-test-skin/aiskin.wxss */
page {
    width: 100%;
    height: 100%;
}
image {
    width: 100vw;
    height: 100%;
}
.container1 {
    position: relative;
    width: 100%;
    height: 100%;
}
.history {
    margin-top: 30rpx;
    display: flex;
    position: absolute;
    right: 0;
    padding: 10rpx;
    border-radius: 50rpx 0 0 50rpx;
    box-shadow: 0 0 2px 2px #f7f5f5;
    color: #4ad5df;
}
.start_btn {
    position: fixed;
    bottom: 50rpx;
    /* margin: auto; */
    /* text-align: center; */
    margin-left: 50%;
    transform: translateX(-50%);
    background: #4bd6df;
    padding: 20rpx;
    width: 67%;
    text-align: center;
    border-radius: 40rpx;
    color: #fff;
}