tidings.wxss 1.2 KB
page {
  background-color: #f9f9f9;
}
.container {
  padding: 0 32rpx;
  box-sizing: border-box;
}
.container .nent {
  width: 100%;
}
.container .nent .dateTime {
  width: 100%;
  height: 120rpx;
  line-height: 120rpx;
  text-align: center;
  font-size: 24rpx;
}
.container .nent .cont {
  width: 100%;
  background-color: #fff;
  border-radius: 12rpx;
}
.container .nent .cont .images {
  width: 100%;
  height: 228rpx;
}
.container .nent .cont .txt {
  width: 100%;
  font-size: 28rpx;
  line-height: 50rpx;
  padding: 30rpx 40rpx;
}
.container .nent_other {
  width: 100%;
}
.container .nent_other .dateTime {
  width: 100%;
  height: 120rpx;
  line-height: 120rpx;
  text-align: center;
  font-size: 24rpx;
}
.container .nent_other .cont_other {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12rpx;
}
.container .nent_other .cont_other .public_title {
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: bold;
  padding: 20rpx 0;
  box-sizing: border-box;
}
.container .nent_other .cont_other .public {
  width: 100%;
  padding: 20rpx 0;
}
.container .nent_other .cont_other .public .public_name {
  margin-left: 40rpx;
  font-size: 28rpx;
  line-height: 40rpx;
}