msg.wxss
1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/* 边框 */
.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;
}