jianbuzou_v2/pages/topic/addList.wxss

20 lines
366 B
Plaintext
Raw Normal View History

2025-07-10 16:27:08 +08:00
.list-item {
height: 100rpx;
background: #fff;
border-bottom: 0.1rpx solid #e4e4e4;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20rpx;
}
.list-item span {
font-size: 28rpx;
}
.list-item .icon-right {
width: 12rpx;
height: 22rpx;
}
.green{color:#D03020;font-size:32rpx;font-weight:bold;}
.title{height:100rpx;}