myactivity_report.wxss 2.0 KB
/* @import "../../apply//apply.wxss"; */
/* page {
    background-color: rgb(240, 240, 240);
} */

.apply_item {
    color: #333;
    font-size: 28rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0 32rpx; */
    /* border-bottom: 1rpx solid #e6e6e6; */
    padding: 30rpx 32rpx;
    background-color: #ffffff;
}

.apply_item_input {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 70%;
    color: #333;
    font-size: 28rpx;
}

.apply_item_input input {
    width: 100%;
}

.apply_item_input .iconfont {
    color: #ccc;
}

.big_item .apply_item_input {
    width: 60%;
}

.apply_item_input input {
    text-align: right;
}

.input_p {
    color: #ccc;
    font-size: 28rpx;
}

.line view {
    margin: 0 32rpx;
    background-color: #e6e6e6;
    height: 1px;
}

.line {
    background-color: #ffffff;
}

/*  */
.doc-listform {
    padding: 0 32rpx;
    padding-top: 16rpx;
    background-color: #ffffff;
    position: relative;

}
.listforms{
    height: 15rpx;
    background-color: #eeeeee;
}
textarea {
    font-size: 28rpx;
    margin-top: 20rpx;
    width: auto;
    border: 2rpx solid #eeeeee;
}
/* 提示 */
.tishi_wrap {
    padding: 24rpx 36rpx;
    margin: 0 32rpx;
    margin-top: 40rpx;
    border-radius: 8px;
    background-color: #ffffff;
}

.tishi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FF4444;
    font-size: 32rpx;
}

.tishi image {
    width: 28rpx;
    height: 28rpx;
    margin-right: 8rpx;
}

.tishi_text {
    margin-top: 16rpx;
    font-size: 28rpx;
    color: #7D7E80;

}

.shengqin {
    height: 122rpx;
    background-color: #ffffff;
    font-size: 32rpx;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shengqin button {
    width: 622rpx;
    height: 88rpx;
    color: #ffffff;
    border-radius: 22px;
    background: linear-gradient(130deg, #2ed26e 13%, #05983e 98%);
    box-shadow: 0px 9px 19px 0px rgba(0, 116, 45, 0.42);

}