myDynamic.acss 3.15 KB
.dynamicBox {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 120rpx;
}

.dynamicList {
    width: 100%;
}

.dynamicDetails {
    background: #FFFFFF;
    border-radius: 16rpx;
    width: 702rpx;
    margin: 24rpx 24rpx 0px 24rpx;
    padding: 32rpx 24rpx 24rpx 24rpx;
    box-sizing: border-box;
}

.meetingtitle {
    font-family: PingFangSC-Medium;
    font-size: 34rpx;
    color: #1B263D;
    line-height: 34rpx;
    margin-bottom: 24rpx;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.userDynamic {
    margin-bottom: 34rpx;
}

.dynamicDetails .userDynamic:nth-last-child(1) {
    margin-bottom: 0;
}

.dynamicTime {
    margin-bottom: 24rpx;
}

.dynamicTime text:nth-of-type(1) {
    opacity: 0.56;
    font-size: 26rpx;
    color: #1B263D;
    letter-spacing: 0;
    line-height: 28rpx;
    margin-right: 16rpx;
}

.dynamicTime text:nth-of-type(2) {
    font-size: 24rpx;
    color: rgba(25, 31, 37, 0.40);
    line-height: 24rpx;
}

.dynamicFile {
    border: 1px solid #F5F6F7;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 24rpx 16rpx;
    display: flex;
    align-items: center;
}

.fileIcon {
    width: 64rpx;
    height: 64rpx;
    margin-right: 12rpx;
    line-height: 64rpx;
}

.fileMsg {
    flex: 1;
}

.fileName {
    font-size: 28rpx;
    color: #191F25;
    letter-spacing: 0;
    line-height: 32rpx;
    margin-bottom: 8rpx;
}

.fileSize {
    opacity: 0.56;
    font-size: 24rpx;
    color: #191F25;
    letter-spacing: 0;
    line-height: 24rpx;
}

.task {
    border: 1px solid #F5F6F7;
    box-shadow: 0 0 8rpx 0 rgba(0, 0, 0, 0.04);
    border-radius: 8rpx;
    padding: 0 16rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 76rpx;
}

.taskName text {
    font-size: 28rpx;
    color: #1B263D;
    line-height: 28rpx;
    flex: 1;
}

.userLogo {
    border-radius: 50%;
    width: 48rpx;
    height: 48rpx;
    background: red;
}

.placedTop {
    width: 84rpx;
    height: 84rpx;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: 24rpx;
    text-align: center;
    line-height: 84rpx;
}

.dynamicContent {
    display: flex;
    align-items: center;
    width: 906rpx;
}

.isMove {
    transform: translateX(-156rpx);
    transition: all 150ms linear 0s;
}

.placedTop .iconicon_top1 {
    font-size: 48rpx;
    color: rgb(234, 12, 40);
}

.placedTop .isTopIcon {
    color: rgba(10, 10, 10, 0.72);
}

.noDate {
    position: fixed;
    left: 0;
    top: 0;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noDate>view {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -116rpx;
}

.noDate image {
    width: 280rpx;
    height: 290rpx;
    display: block;
}

.noDateTitle {
    margin: 56rpx 0 24rpx 0;
    font-size: 32rpx;
    color: #191F25;
    letter-spacing: 0;
    text-align: center;
    line-height: 32rpx;
}

.noDateTip {
    font-size: 28rpx;
    width: 524rpx;
    color: rgba(25, 31, 37, 0.40);
    letter-spacing: 0;
    text-align: center;
    line-height: 1.5;
}