/* pages/tabber/news/index.wxss */ page { width: 750rpx; min-height: 100vh; padding: 210rpx 0 0; background: #F4F4F4; } .nav { position: fixed; left: 0; top: 0; } .topBox { padding: 24rpx 30rpx; background: #FFFFFF; } .topBox .input { width: 524rpx; height: 80rpx; background: #F6F6F6; border-radius: 8rpx; padding: 0 30rpx; } .topBox .input .icon { font-size: 24rpx; color: #666666; width: 110rpx; position: relative; } .topBox .input .icon::after { content: ''; position: absolute; right: 0; top: 50%; transform: translate(-50%, 0%); width: 0; height: 0; display: block; border-top: 10rpx solid #9B9B9B; border-bottom: 10rpx solid transparent; border-left: 10rpx solid transparent; border-right: 10rpx solid transparent; } .topBox .btn { width: 136rpx; height: 68rpx; line-height: 68rpx; background: #52A1FF; border-radius: 8rpx; } .menu { background-color: #FFFFFF; } .menu .box { width: 250rpx; height: 88rpx; background: #FFFFFF; font-size: 28rpx; color: #333333; } .list { padding: 24rpx 32rpx; } .list .item { width: 686rpx; /* height: 274rpx; */ background: #FFFFFF; border-radius: 8rpx; padding: 32rpx 24rpx; } .list .item .top .le { font-size: 28rpx; font-weight: 500; color: #333333; } .list .item .top .lr { font-size: 24rpx; color: #999999; } .list .item .time { font-size: 26rpx; color: #666666; } .list .item .contioner .box { width: 196rpx; height: 116rpx; background: #F8F8F8; border-radius: 8rpx; flex-direction: column; } .list .item .contioner .box .num { font-size: 28rpx; font-weight: 500; color: #333333; } .list .item .contioner .box .tips { font-size: 24rpx; color: #999999; } .header_view{ position: fixed; top: 0; left: 0; z-index: 2; width: 100vw; background: #fff; padding: 0 30rpx; } .input_select_left{ flex: 1; height: 80rpx; border-radius: 8rpx; background: #f6f6f6; } .input_select_left>view:nth-child(1){ margin: 0 30rpx; justify-content: center; font-size: 24rpx; color: #666; } .input_select_left>view:nth-child(2){ flex: 1; height: 80rpx; font-size: 24rpx; color: #333; } .select_inp_input{ width: 100%; height: 100%; } .input_select_right{ margin-left: 30rpx; width: 136rpx; height: 68rpx; border-radius: 8rpx; background: #52A1FF; font-size: 28rpx; color: #fff; } .input_select_view{ margin: 24rpx 0; } .select_inp_icon{ width: 20rpx; height: 20rpx; display: inline-block; margin-left: 6rpx; } .header_bottom{ font-size: 28rpx; color: #333; height: 88rpx; } .header_bottom>view{ flex: 1; display: flex; justify-content: center; align-items: center; border-right: 1rpx solid #ededed; } .header_bottom>view:nth-last-child(1){ border-right: 0 solid #ededed; } .header_bottom_icon{ display: inline-block; width: 24rpx; height: 24rpx; margin-left: 6rpx; } .font_maxw{ max-width: 180rpx; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }