success.wxss
1.0 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
/* pages/kind/success/success.wxss */
.box{
width:464rpx;
height:700rpx;
margin:144rpx auto 0;
}
.succ_img{
width:192rpx;
height:192rpx;
margin: auto;
}
.succ_img image{
width:100%;
height:100%;
}
.succ_txt{
text-align: center;
font-size:34rpx;
margin-top:48rpx;
font-family:PingFang SC;
font-weight:600;
color:rgba(51,51,51,1);
}
.succ_txt2{
text-align: center;
font-size:26rpx;
margin-top:26rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(153,153,153,1);
}
.succ_btn1,.succ_btn2{
width:464rpx;
height:96rpx;
text-align: center;
line-height:96rpx;
font-size:34rpx;
box-sizing: border-box;
font-family:PingFang SC;
font-weight:400;
color:rgba(51,51,51,1);
border-radius:254rpx;
}
.succ_btn1{
margin-top:66rpx;
color:rgba(255,255,255,1);
background:linear-gradient(164deg,rgba(181,222,150,1) 0%,rgba(74,172,32,1) 100%,rgba(0,0,0,1) 100%);
box-shadow:0px 6px 40px rgba(157,254,29,0.17);
}
.succ_btn2{
margin-top:48rpx;
border:2px solid rgba(230,230,230,1);
color:rgba(51,51,51,1);
}