diy_notice.wxss 1000 Bytes
.big_border {
  width: 100%;
  height: 80rpx;
  margin-left:40rpx;

}
.image_c{
  width: 35rpx;
  height: 35rpx;
  margin-top: 24rpx;
}

.view1 {
  width: auto;
  height: 60rpx;
  line-height: 60rpx;
  margin-left: 20rpx;
  margin-top:15rpx;
  font-size: 30rpx;
}
.border_min{
  /* margin-top:-45rpx; */
  width: 640rpx;
  height: 60rpx;
  display:inline-block;
  overflow: hidden;
}


@keyframes kf-marque-animation{ 0% { transform: translateX(0); } 100% { transform: translateX(-33.3%); } }
.marquee{
  width: 100%;
  height: 44rpx;
  line-height: 44rpx;
  background: none;
  border: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  position: relative;
  font-size: 28rpx;
  margin-left: 50rpx;
  margin-top: -45rpx;
}
.marquee .content{
  display: inline-block;
  position: relative;
  padding-right: 0px;
  animation: kf-marque-animation 20s linear infinite;
  white-space: nowrap;
  line-height: 2rpx;font-size: 28rpx;

}

.pd_top10{margin: 10rpx 0}