attendingSituation.acss 1.88 KB
@import "../../assests/font/iconfont.acss";
page {
    background: #f6f6f6;
    font-family: PingFangSC-Regular;
    font-size: 30rpx;
    color: #191F25;
    padding-bottom: 128rpx;
}

.list {
    background: #fff;
    height: 112rpx;
    line-height: 112rpx;
    display: flex;
    padding-left: 32rpx;
}

.headImg {
    position: relative;
    margin-right: 24rpx;
    margin-top: 24rpx;
    width: 64rpx;
    height: 64rpx;
    background: #3296FA;
    border-radius: 50%;
    color: white;
    line-height: 64rpx;
    text-align: center;
}
.headImg image {
    vertical-align: top;
    width: 64rpx;
    height: 64rpx;
    border-radius: 50%;
    
}

.info {
    width: 630rpx;
    line-height: 112rpx;
    height: 112rpx;
    border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
}

.close {
    position: absolute;
    right: 32rpx;
    color: #D8D8D8;
}

.button {
    position: fixed;
    bottom: 0;
    display: flex;
    margin-left: 32rpx;
    padding-bottom: 32rpx;
    background: white;
}

.button view {
    width: 335rpx;
    height: 96rpx;
    border: 1px solid #3296FA;
    border-radius: 48px;
    text-align: center;
    line-height: 96rpx;
    font-size: 36rpx;
}

.add {
    color: #0080FF;
    margin-right: 16rpx;
}

.button  .save {
    color: white;
    background: #3296FA;
    border: 1px solid rgba(25, 31, 37, 0.12);
}
.tip {
    text-align: center;
    line-height: 20rpx;
    width: 20rpx;
    height: 20rpx;
    border-radius: 50%;
    background: #F25643;
    position: absolute;
    bottom: 4rpx;
    right: -2rpx;
}
.accept {
    background: #15BC83 
}
.cancel {
    background: #E60012 ;
}
.participatorStaus {
    width: 11px;
    text-align: center;
    line-height:11px;
    color: #fff;
    font-size: 12rpx;
    border: 1rpx solid #fff;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    bottom: 2rpx;
    right: -4rpx;
    overflow: hidden;
    display: inline-block;
}