123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- .clear.data-v-010eabac:after{
- content: "";
- display: block;
- clear: both;
- }
- .header.data-v-010eabac{
- width:100%;
- height:86rpx;
- line-height: 86rpx;
- border-top:1px solid #f2f2f2;
- border-bottom:1px solid #f2f2f2;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .header_item.data-v-010eabac{
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- font-size: 30rpx;
- color:#222222;
- text-align: center;
- position: relative;
- }
- .line.data-v-010eabac{
- width:38rpx;
- height:4rpx;
- background:-webkit-linear-gradient(right,rgba(254,107,21,1) 0%,rgba(254,163,48,1) 100%);
- background:linear-gradient(270deg,rgba(254,107,21,1) 0%,rgba(254,163,48,1) 100%);
- position: absolute;
- bottom:0rpx;
- left:50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- display: none;
- }
- .current.data-v-010eabac{
- background:-webkit-linear-gradient(right, rgba(254,107,21,1) 0%, rgba(254,163,48,1) 100%);
- background:linear-gradient(270deg, rgba(254,107,21,1) 0%, rgba(254,163,48,1) 100%);
- -webkit-background-clip:text;
- color:transparent;
- font-size: 34rpx;
- font-weight: bold;
- }
- .active .line.data-v-010eabac{
- display: block;
- }
- .list.data-v-010eabac{
- width:100%;
- overflow: hidden;
- padding:0 30rpx 100rpx;
- box-sizing: border-box;
- }
- .list_item.data-v-010eabac{
- width:100%;
- padding-bottom: 26rpx;
- border-bottom:1px solid #f2f2f2;
- }
- .news_title.data-v-010eabac{
- font-size: 32rpx;
- color:#2a2a2a;
- margin:22rpx 0 14rpx 0;
- }
- .one image.data-v-010eabac{
- display: block;
- width:100%;
- height:380rpx;
- }
- .no_one image.data-v-010eabac{
- display: block;
- width:218rpx;
- height:144rpx;
- margin-right: 18rpx;
- float:left;
- }
- .no_one image.data-v-010eabac:last-child{
- margin-right: 0;
- }
- .news_tag.data-v-010eabac{
- width:100%;
- margin-top:12rpx;
- font-size: 24rpx;
- color:#999999;
- }
- .news_tag_lf.data-v-010eabac{
- float:left;
- }
- .news_tag_rg.data-v-010eabac{
- float:right;
- }
- .list_ban.data-v-010eabac{
- display: inline-block;
- font-size:24rpx;
- background:-webkit-linear-gradient(right, rgba(254,107,21,1) 0%, rgba(254,163,48,1) 100%);
- background:linear-gradient(270deg, rgba(254,107,21,1) 0%, rgba(254,163,48,1) 100%);
- -webkit-background-clip:text;
- color:transparent;
- margin-left: 10rpx;
- }
|