.container { background-color: #f3f3f3; } .headerBox { line-height: 0; background-color: #fff; } .searchBox { padding: 20rpx; position: relative; } .searchIcon { position: absolute; top: 40rpx; left: 50rpx; } .searchInput { background-color: #F6F7F8; border-radius: 30rpx; padding: 10rpx 110rpx 10rpx 80rpx; width: calc(100% - 190rpx); height: 46rpx; line-height: 46rpx; } .searchBtn { position: absolute; line-height: 48rpx; top: 28rpx; right: 28rpx; background-color: #E5F7FF; color: #3e6ffd; font-size: 28rpx; padding: 2rpx 20rpx; border-radius: 30rpx; } .contentBox { position: relative; height: calc(100% - 108rpx); } .listInfo { margin: 20rpx; padding: 30rpx 20rpx; border-radius: 20rpx; background-color: #fff; } .listCode { padding-bottom: 30rpx; border-bottom: 2rpx #EEEEEE solid; } .codeTextBox { width: calc(100% - 120rpx); display: inline-block; font-size: 28rpx; color: #666666; vertical-align: middle; } .codeText { color: #000006; } .codeStatus { width: calc(120rpx); display: inline-block; color: #169BD5; font-size: 28rpx; text-align: right; vertical-align: middle; } .listTitle { color: #000405; font-size: 32rpx; line-height: 46rpx; white-space: pre-line; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; /*行向垂直排列*/ -webkit-line-clamp: 2; width: 100%; padding-top: 20rpx; } .listDetailBox { color: #666666; font-size: 24rpx; padding-top: 30rpx; display: block; } .listArea { font-size: 24rpx; margin-right: 20rpx; } .listDate { font-size: 24rpx; }