index.wxss 686 Bytes
Newer Older
xhw committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34

.init.data-v-00468268 {
    width: 100vw;
    height: 100vh;
    background-color: rgb(146, 108, 126);
}
.window.data-v-00468268 {
    width: 80vw;
    height: 300rpx;
    background-color: aliceblue;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 10rpx;
    font-size: 40rpx;
    box-shadow: 0 0 20rpx #fff;
}
.getUserInfo.data-v-00468268 {
    text-align: center;
    padding: 20px;
}
.content.data-v-00468268 {
    display: flex;
    margin-top: 50rpx;
}
.btn.data-v-00468268 {
    width: 200rpx;
    height: 80rpx;
    line-height: 80rpx;
    font-size: 34rpx;
}