myactivity_report.wxss 2.8 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 image{

    width: 12rpx;
    height: 20rpx;
}
.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 {
    margin-bottom: 100rpx;
    padding: 40rpx 32rpx;
    font-size: 28rpx;
    background-color: #ffffff;
    position: relative;

}

.listforms {
    height: 15rpx;
    background-color: #eeeeee;
}

textarea {
    padding: 20rpx;
    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;

}

/* 图片 */
.doc-Images {
    width: 100%;
}

.chooseImage {
    width: 200rpx;
    height: 200rpx;
    line-height: 200rpx;
    text-align: center;
    font-size: 80rpx;
    padding: 0px !important;
    margin: 20rpx 0rpx !important;
    color: #ddd;
    border: 1px solid #eeeeee;
    display: inline-block !important;
    border-radius: 0px
}

.chooseImage::after {
    border: none;
}

.doc-ImageList {
    height: 200rpx;
    margin: 0 25rpx;
    display: inline-block;
}

.doc-ImageList image {
    width: 200rpx;
    height: 200rpx;
    position: relative;
    z-index: 4px;
}

.doc-ImageList image .iconfont {
    position: absolute;
    z-index: 5px;
    right: 0rpx;
    top: 0rpx;
}

.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);

}