123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- /* pages/audit/deteil/index.wxss */
- .page1 {
- padding: 24rpx 40rpx;
- }
- .content {
- padding-left: 20rpx;
- 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: 20rpx;
- left: 0;
- }
- .blue-line {
- position: absolute;
- height: 100%;
- /* width: 2px; */
- border-left: 1.6px dashed #409eff;
- top: 50rpx;
- 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;
- text-align: left;
- color: #333;
- }
- .detail-text {
- color: #333;
- }
- .yellow {
- color: #fcba39;
- }
- .red {
- color: #f0516e;
- margin-left: 24rpx;
- line-height: 45rpx;
- text-align: left;
- }
- .blue {
- color: #409eff;
- }
- .yellow-bgc {
- background-color: #fcba39;
- }
- .red-bgc {
- background-color: #f0516e;
- }
- .bule-bgc {
- background-color: #409eff;
- }
|