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

}

.imgs{
  width:100rpx;
  height:100rpx;
 margin-top:20rpx;
 margin-left:122rpx;

}
/* 图片 */
.img{ 
    width:110rpx;
    height:110rpx;
    margin: 40rpx 200rpx;
    margin-right:60rpx;
     
}
.zhon{
  width: 100%;
  height: 168rpx;
  margin-top:-20rpx;

}
.czcg{
  width: 250rpx;
  height: 135rpx;
  color: #c4182e;
  font-size: 50rpx;
  font-family: 'SimHei',Arial;
  margin-left:243rpx;
  padding-top:20px;


}
/* 倒计时 */
.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: 75rpx;
  line-height: 75rpx;
  border-radius:5px;
  margin-left: 20rpx;
  font-size: 32rpx;
}
.hom-page{
  margin-top: 30rpx;
  font-size: 32rpx;
  background: #c4182e;
  color: #fff;
  text-align: center;
  width: 45%;
  height:75rpx;
  line-height:  75rpx;
  border-radius:5px;
  margin-left: 40rpx;
}