getNewsInfo.wxss 1.0 KB
image {
    width: 100%;
    height: 400rpx;
}

.newinfo_list {
    /* margin-top: -10rpx; */
    /* padding: 0 32rpx; */
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    margin: 0 32rpx;
}

.goods_title {
    margin-top: 32rpx;
    /* height: 52rpx; */
    font-size: 36rpx;
    font-weight: 600;

}

.goods_name {
    padding: 24rpx 0;
    display: flex;
    align-items: center;
    font-size: 28rpx;
    color: #7d7e80;
}

.goods_name image {
    width: 36rpx;
    height: 36rpx;

}

.goods_time {
    margin-left: 58rpx;
}

.newinfo_text {
    text-align: justify;
    color: #5D5D5D;

}
/* 分享 */
.btn-item {
    width: 100rpx;
    height: 100rpx;
    border: none !important;
    line-height: 1 !important;
    padding: 63rpx 0 0;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 22rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgb(255, 255, 255) !important;
    text-align: center;
    margin: 40rpx 0 0;
    background: red;
    position: fixed;
    bottom: 144rpx;
    right: 32rpx;
  }