shareIt.wxss 2.0 KB
/* pages/shareIt/shareIt.wxss */
page {
    width: 100%;
    height: 100%;
}

.shar {
    position: relative;
    width: 100%;
    height: 100%;
}

.bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 72rpx;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    bottom: 46rpx;
    left: 0;
}

.botton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 104rpx;
    background: linear-gradient(180deg, rgba(255, 235, 123, 1) 0%, rgba(255, 210, 69, 1) 100%);
    box-shadow: 0px 8rpx 28rpx 0px rgba(237, 88, 14, 1);
    border-radius: 52rpx;
    font-weight: 600;
    color: rgba(254, 49, 22, 1);
    font-size: 32rpx;
}

.botom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: rgba(255, 210, 69, 1);
    font-size: 28rpx;
    margin-top: 32rpx;
}

/* //弹框 */
.kabox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 850rpx;
    background: rgba(255, 255, 255, 1);
    border-radius: 24rpx;
    padding: 40rpx 48rpx;
    box-sizing: border-box;
}

.biaot {
    font-weight: bold;
    color: rgba(6, 18, 31, 1);
    font-size: 36rpx;
}

.nrbox {
    width: 100%;
    height: 510rpx;
    margin-top: 32rpx;
    overflow-y: scroll;
    font-size: 28rpx;
    color: rgba(61, 68, 76, 1);
    line-height: 42rpx;
}

.tk_bottom {
    margin-top: 24rpx;
    width: 100%;
    border-top: 2rpx solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tk_bon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 296rpx;
    height: 88rpx;
    font-weight: 600;
    color: rgba(18, 27, 33, 1);
    font-size: 28rpx;
    margin-top: 40rpx;
    background-color: #0071FD;
    border-radius: 64rpx;
}