123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- /* pages/nnzzd/nnzzd.wxss */
- .title{
- width: 100%;
- height: 561rpx;
-
- background-size: contain;
- background-repeat: no-repeat;
- padding-top: 60rpx;
- position: inherit;
- }
- .news{
- width: 100%;
- height: 1120rpx;
- background-size: contain;
- background-repeat: no-repeat;
- position: absolute;
- }
- .newsbg{
- width: 86.5%;
- height: 100%;
- margin: 0 auto;
- position: relative;
- background: #efefef;
- }
- .titleTitle{
- background-image: url(https://img1.imgtp.com/2023/07/12/9nTrRBU3.png);
- width: 450rpx;
- height: 90rpx;
- background-size: contain;
- background-repeat: no-repeat;
- margin: 200rpx auto 0;
- }
- .tips{
- width: 60%;
- height: 40rpx;
- margin: 0 auto;
- }
- .tips-left{
- width: 50%;
- height: 40rpx;
- line-height: 40rpx;
- text-align: center;
- float: left;
- color: #f0f4fa;
- }
- .tips-right{
- width: 50%;
- height: 40rpx;
- line-height: 40rpx;
- text-align: center;
- float: left;
- color: #f0f4fa;
- text-align: center;
- display: table-cell;
- vertical-align: middle;
- }
- .tips-icon{
- /* display: block; */
- width: 28rpx;
- height: 28rpx;
- /* float: left; */
- /* margin: auto 0; */
- }
- .tips-text{
- margin-top: -4rpx;
- font-size: 28rpx;
- float: right;
- }
- .dy{
- width: 300rpx;
- height: 80rpx;
- background-image: url(https://img1.imgtp.com/2023/07/12/35zNfCJb.png);
- background-size: contain;
- background-repeat: no-repeat;
- margin: 0 auto 0;
- }
- .dyrs{
- width: 600rpx;
- height: 50rpx;
- margin: 0 auto 0;
- font-size: 30rpx;
- text-align: center;
- color: #fff;
-
- }
- .dysl1{
- width: 50%;
- float: left;
- height: 50rpx;
- line-height: 50rpx;
- text-align: right;
- }
- .dys2{
- width: 45%;
- float: left;
- height: 50rpx;
- line-height: 50rpx;
- text-align: left;
- font-size: 38rpx;
- font-weight: bold;
- background: linear-gradient(to top,#fff3e8, #f1d2ab);
- -webkit-background-clip: text;
- color: transparent;
- }
- .dyicon{
- width: 30rpx;
- height: 50rpx;
- }
- .item-he{
- height: 1120rpx;
- }
- .item-main{
- width: 95%;
- min-height:300rpx;
- margin: 0 auto;
- /* background-color: #d1ddf8; */
- }
- .item-title{
- /* width: 525rpx; */
-
- height: 80rpx;
- margin: 10rpx auto 0;
- text-align: center;
- /* color: #fff; */
- background: #fff;
- font-weight: bold;
- background-size: contain;
- background-repeat: no-repeat;
- border-radius: 10rpx;
- }
- .item-right{
- background: #fff;
- border-radius: 10rpx;
- width: 90%;
- /* min-height: 334rpx; */
- margin: 0 auto 40rpx;
-
- }
- .item-line{
- width: 100%;
- margin: 0 auto;
- height: 1px;
- background: #e5e5e5;
- }
- .item-title-line{
- width:2%;
- height:40rpx;
- float: left;
- background: #2475e0;
- border-radius: 10rpx;
- margin: 20rpx 20rpx 0 20rpx;
- }
- .item-title-text{
- width: 60%;
- height: 80rpx;
- line-height: 80rpx;
- float: left;
- text-align: left;
- white-space: nowrap;
- text-overflow:ellipsis;
- overflow:hidden;
- }
- .item-title-time{
- width: 30%;
- height: 80rpx;
- line-height: 80rpx;
- font-size: 26rpx;
- float: left;
- color: #7f7f7f;
- text-align: right;
- }
- .item-c{
- width: 100%;
- /* border-radius: 10rpx; */
- min-height: 334rpx;
- background: #fff;
- padding-top: 20rpx;
- border-radius: 10rpx;
- }
- .item-context{
- width: 93%;
- min-height: 334rpx;
- margin: 0 auto;
- color: #666666;
- }
- .itemitme{
- width: 100%;
- }
- .key{
- width: 30%;
- float: left;
- color: #7f7f7f;
- margin-left: 10rpx;
- }
- .value{
- width: 65%;
- float: left;
- color: #383838;
- font-weight: bold;
- }
|