msg.wxss 1.05 KB
/* 边框 */
.rim{
  width: 100%;
  height: auto;
  text-align: center;

}
/* 系统提示 */
.font-one{
  width: 100%;
  height: 60rpx;
  padding-top: 30rpx;
   font-family: 'SimHei',Arial;
   font-size: 40rpx;
   margin-left:20rpx;

}
.imgs{
  width:350rpx;
  height:350rpx;
 margin-top:20rpx;
}
/* 图片 */
.img{ 
    width:400rpx;
    height:400rpx;
    margin: 40rpx 200rpx;
    margin-right:60rpx;
     
}
/* 倒计时 */
.itme{
  margin-top: -40rpx;

  width: 100%;
  height: 50rpx;
  color: #999;
  font-family: 'SimHei',Arial;
  font-size: 35rpx;
}
/* 按钮的边框 */
.click{
  display: flex;
  width: 100%;
  height: 80rpx;
}
/* 返回上一页 */
.top{
  margin-top: 30rpx;
  background:  #c4182e;
  color: #fff;
  text-align: center;
  width: 45%;
  height: 60rpx;
  line-height: 160%;
  border-radius:5px;
  margin-left: 20rpx;
  font-size: 35rpx;
}
.hom-page{
  margin-top: 30rpx;
  font-size: 35rpx;
  background: #c4182e;
  color: #fff;
  text-align: center;
  width: 45%;
  height:60rpx;
  line-height:  160%;
  border-radius:5px;
  margin-left: 40rpx;
}