index.wxss
648 字节
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
/**index.wxss**/
.container{
width: 100%;
height: 100%;
}
.storeLogo {
width: 200rpx;
height: 200rpx;
border-radius: 34px;
background: #719df0;
margin: 0 auto;
margin-top: 240rpx;
}
.storeName {
margin: 0 auto;
margin-top: 32rpx;
width: 132rpx;
height: 44rpx;
font-size: 32rpx;
font-weight: 500;
text-align: center;
color: #0332ca;
line-height: 44rpx;
letter-spacing: 1rpx;
margin-bottom: 100rpx;
}
.hint {
width: 584rpx;
height: 84rpx;
font-size: 28rpx;
font-weight: 400;
text-align: center;
color: #7d7e80;
line-height: 42rpx;
letter-spacing: 1rpx;
margin: 0 auto;
margin-top: 726rpx;
}