/* pages/audit/deteil/index.wxss */ .page1{ padding: 24rpx 40rpx; } .content{ padding-left: 40rpx; width: 622rpx; word-break:break-all; } .item { position: relative; width: 100%; min-height: 52rpx; margin-bottom: 32rpx; line-height: 75rpx; } .blue-dot { position: absolute; background: #B6BED0; display: inline-block; width: 10px; height: 10px; border-radius: 50%; top: 5px; } .blue-line { position: absolute; height: 100%; /* width: 2px; */ border-left: 1.6px dashed #409eff; top: 22px; left: 4px; } .flex{ display: flex; justify-content: space-between; font-size: 30rpx; line-height: 16rpx; margin-bottom: 28rpx; } .time{ font-size: 26rpx; color: #B6BED0; } .avater{ width: 80rpx; height: 80rpx; } .left{ justify-content: left; } .user-msg{ line-height: 50rpx; margin-left: 24rpx; } .yellow{ color: #FCBA39; } .red{ color: #F0516E; margin-left: 27rpx; line-height: 45rpx; } .blue{ color: #409eff; } .yellow-bgc{ background-color: #FCBA39; } .red-bgc{ background-color: #F0516E; } .bule-bgc{ background-color:#409eff; }