1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| /* pages/home/scanPage/scanPage.wxss */
| .scanPage{
| width: 100%;
| height: 100vh;
| background:rgba(243,244,245,1);
| }
|
| .styleClass{
| width: 694rpx;
| height: 90rpx;
| border-bottom: 1px solid rgba(0,0,0,.06);
| margin: 0 auto;
| display: flex;
| align-items: center;
| justify-content: space-between;
| }
| .jiantou{
| width: 12rpx;
| height: 24rpx;
| }
|
|