antifraud.wxss 921 Bytes
/* pages/antifraud/antifraud.wxss */
.pager{
  display: flex;
  flex-direction: column;
}
.fraudtitle{
  font-size: 28rpx;
  margin-left: 20rpx;
  margin-top: 30rpx;
  color: #444444;
  line-height: 1.07;
}
.fraud-tip-container{
  height: auto;
  display: flex;
  flex-direction: column;
  margin-left: 20rpx;
  border-bottom: 1rpx solid #b0b0b0;
   margin-top: 30rpx; 
}
.fraud-tip-title{
  display: flex;
  flex-direction: row;
}
.fraud-tip-title-img{
  width: 44rpx;
  height: 44rpx;
  margin-right: 10rpx;
}
.fraud-tip-title-desc{
  flex: 1;
  font-size: 28rpx;
}
.fraud-tip-desc{
  font-size: 28rpx;
  color: #b0b0b0;
  line-height: 1.5; 
  margin-bottom: 20rpx; 
  margin-right: 10rpx;
  align-items: flex-start;
  margin-top: 20rpx;
}
.bottom{
  flex: 1;
  background-color: #f0f0f0;
  z-index: 1;
  height: 400rpx;
  margin-top: 20rpx;
}
::-webkit-scrollbar{
  width: 0rpx;
  height: 0rpx;
  color: transparent;
}