index.wxss 2.0 KB

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