start.wxss
671 字节
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
/* pages/start/start.wxss */
.ic_img {
width: 320rpx;
height: 320rpx;
margin: 147rpx auto 0rpx;
}
.ic_img image {
width: 100%;
height: 100%;
}
.tit {
font-size: 30rpx;
color: #5493FB;
text-align: center;
display: block;
line-height: 40rpx;
}
.go_btn {
width: 602rpx;
height: 80rpx;
color: #fff;
position: absolute;
bottom: 210rpx;
left: 0;
right: 0;
margin: 0 auto;
background: #3FA9F5;
/*background: linear-gradient(to bottom right, #ffc536, #ffab2e); !* 标准的语法 *!*/
border-radius: 40rpx;
line-height: 80rpx;
font-size: 36rpx;
}
.go_btn::after {
border: none;
}