1234567891011121314151617181920212223242526 |
- page{background-color:#fff!important;}
- .newsDetail .title{padding:0 30rpx;font-size:44rpx;color:#282828;font-weight:bold;margin:45rpx 0 30rpx 0;line-height:1.5;}
- .newsDetail .list{margin:0 30rpx;padding-bottom:30rpx;}
- .newsDetail .list .label{font-size:30rpx;color:#B1B2B3;}
- .newsDetail .list .item{margin-left:27rpx;font-size:30rpx;color:#B1B2B3;}
- .newsDetail .list .item .iconfont{font-size:28rpx;margin-right:10rpx;}
- .newsDetail .list .item .iconfont.icon-shenhezhong{font-size:26rpx;}
- .newsDetail .conter{padding:0 30rpx;font-size:32rpx;color:#8A8B8C;line-height:1.7;}
- .newsDetail .picTxt {width: 690rpx;height: 200rpx;border-radius: 20rpx;border: 1px solid #e1e1e1;position: relative;margin: 30rpx auto 0 auto;}
- .newsDetail .picTxt .pictrue {width: 200rpx;height:100%;}
- .newsDetail .picTxt .pictrue image {width: 100%;height: 100%;border-radius: 20rpx 0 0 20rpx;
- display: block;}
- .newsDetail .picTxt .text {width: 460rpx;}
- .newsDetail .picTxt .text .name {font-size: 30rpx;color: #282828;}
- .newsDetail .picTxt .text .money {font-size: 24rpx;margin-top: 40rpx;font-weight: bold;}
- .newsDetail .picTxt .text .money .num {font-size: 36rpx;}
- .newsDetail .picTxt .text .y_money {font-size: 26rpx;color: #999;text-decoration: line-through;}
- .newsDetail .picTxt .label {position: absolute;background-color: #303131;width:160rpx;
- height: 50rpx;right:-7rpx;border-radius: 25rpx 0 6rpx 25rpx;text-align: center;
- line-height: 50rpx;bottom: 24rpx;}
- .newsDetail .picTxt .label .span {background-image: linear-gradient(to right, #fff71e 0%, #f9b513 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
- .newsDetail .picTxt .label:after {content: " ";position: absolute;width: 0;height: 0;
- border-bottom: 8rpx solid #303131;border-right: 8rpx solid transparent;top: -7rpx;
- right: 0;}
- .newsDetail .bnt {color: #fff;font-size: 30rpx;width: 690rpx;height: 90rpx;border-radius: 45rpx;margin: 48rpx auto 30rpx auto;text-align: center;line-height: 90rpx;}
- @import "/wxParse/wxParse.wxss";
|