/* pages/home/index.wxss */ .item-content { background-color: white; padding: 0rpx 32rpx; margin-bottom: 16rpx; } .item-name { font-size: 30rpx; font-family: PingFang-SC-Regular, PingFang-SC; font-weight: 400; color: rgba(83, 83, 83, 1); line-height: 20px; } .item-status { font-size: 30rpx; font-family: PingFang-SC-Medium, PingFang-SC; font-weight: 500; color: rgba(255, 43, 45, 1); line-height: 20px; } .item-label { font-size: 28rpx; font-family: PingFang-SC-Medium, PingFang-SC; font-weight: 500; color: rgba(0, 0, 0, 1); line-height: 17px; } .item-val { font-size: 26rpx; font-family: PingFang-SC-Medium, PingFang-SC; font-weight: 500; color: rgba(255, 164, 28, 1); line-height: 17px; } .item-cate { font-size: 28rpx; font-family: PingFang-SC-Medium, PingFang-SC; font-weight: 500; color: rgba(0, 0, 0, 1); line-height: 20px; } .item-time { font-size: 20rpx; margin-top: 12rpx; font-family: PingFang-SC-Regular, PingFang-SC; font-weight: 400; color: rgba(0, 0, 0, 1); line-height: 14px; } .shadow { box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0.1) }