call.wxss 1.5 KB
/* pages/call/call.wxss */
page {
    background-color: #3BC67A;
}

.call {
    width: 100%;
    padding: 0 32rpx;
    box-sizing: border-box;
}

.box {
    background-color: #fff;
    margin-top: 80rpx;
    border-radius: 32rpx;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 120rpx 102rpx;
    box-sizing: border-box;
}

.tx {
    width: 176rpx;
    height: 176rpx;
    /* background: rgba(255, 210, 69, 1); */
    box-shadow: 0px 12rpx 24rpx 0px rgba(1, 1, 1, 0.12);
    border-radius: 50%;
}

.tx image {
    width: 100%;
    height: 100%;
    border-radius: 176rpx;
}

.name {
    font-weight:500;
    color: rgba(6, 18, 31, 1);
    font-size: 36rpx;
    margin-top: 16rpx;
}

.cheph {
    font-weight: bold;
    font-size: 68rpx;
    margin-top: 72rpx;
}

.hint {
    margin-top:60rpx;
    width:580rpx;
    height: 112rpx;
    font-size: 28rpx;
    color: #2CC274;
    box-sizing: border-box;
    position: relative;
}

.hint image {
    width:580rpx;
    height: 112rpx;
}

.hint_text {
    text-align: center;
    position: absolute;
    left: 24rpx;
    top: 14rpx;

}

.botton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100rpx;
    background: #2CC274;
    color: #ffffff;
    border-radius: 50rpx;
    font-weight: 600;
    font-size: 28rpx;
}

.botton image {
    width: 48rpx;
    height: 48rpx;
}

.sqing {
    margin-top: 40rpx;
    color: #2CC274;
    font-size: 28rpx;
}