index.wxss
915 字节
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
/**index.wxss**/
page{
width: 100%;
overflow-x: hidden;
background-color: #fff !important;
}
.storeLogo {
width: 200rpx;
height: 200rpx;
border-radius: 34px;
margin: 0 auto;
}
.storeLogo image{
width: 200rpx;
height: 200rpx;
border-radius: 34px;
}
.storeName {
margin: 0 auto;
margin-top: 32rpx;
height: 44rpx;
font-size: 32rpx;
font-weight: 500;
text-align: center;
color: #0332ca;
line-height: 44rpx;
letter-spacing: 1rpx;
margin-bottom: 100rpx;
}
.hint {
height: 84rpx;
font-size: 28rpx;
font-weight: 400;
text-align: center;
color: #7d7e80;
line-height: 42rpx;
letter-spacing: 1rpx;
margin: 0 auto;
}
.container{
width: 100%;
height: 100%;
padding-top: 240rpx;
box-sizing: border-box;
overflow: hidden;
}
.top{
width: 100%;
height: 80%;
justify-content: center;
}
.bottom{
width: 100%;
height: 20%;
justify-content: center;
}