| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- .newsList{
- background: #fff;
- padding: 15rpx 30rpx 80rpx 30rpx;
- }
- .newsList > view{
- display: flex;
- padding: 15rpx 0;
- border-bottom: 2.5rpx solid #f8f8f8;
- }
- .newsList > view > .newsListInfo{
- width: 68%;
- margin-right: 2%;
- }
- .newsList > view > .newsListInfo >text{
- color: #222222;
- padding-bottom: 32rpx;
- display: block;
- }
- .newsList > view > .newsListInfo >view{
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .newsList > view > .newsListInfo >view>text{
- font-size: 22rpx;
- color: #999999;
- }
- .newsList > view > .newsListImg{
- width: 30%;
- }
- .newsList > view > .newsListImg image{
- height: 100%;
- border-radius: 10rpx;
- }
- .no_data {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- flex-direction: column;
- align-items: center;
- text-align: center;
- background: #ffffff;
- border-radius: 16rpx;
- }
- .no_data cover-image {
- width: 442rpx;
- height: 194rpx;
- flex: none;
- }
- .no_data image {
- width: 442rpx;
- height: 194rpx;
- flex: none;
- }
- .no_data_txt {
- font-size: 26rpx;
- line-height: 36rpx;
- flex: none;
- padding-top: 10rpx;
- color: #999999;
- }
- .worker_search {
- width: 100%;
- height: 110rpx;
- position: relative;
- z-index: 1;
- padding: 16rpx 30rpx 0 30rpx;
- box-sizing: border-box;
- box-shadow: 0 4rpx 16rpx 0 rgba(0, 0, 0, 0.03);
- border-radius: 20rpx;
- background: #ffffff;
- margin-bottom: 22rpx;
- }
- .worker_search_con {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 30rpx;
- border-radius: 80rpx;
- background: #F2F5F9;
- }
- .worker_search_con input {
- flex: auto;
- width: 100%;
- background: none;
- border: none;
- height: 78rpx;
- }
- .worker_search_con view {
- flex: none;
- width: 100rpx;
- display: inline-block;
- line-height: 60rpx;
- font-size: 26rpx;
- }
- .worker_search_con view text {
- margin-right: 10rpx;
- font-size: 30rpx;
- }
|