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
| .sign-contain {
| display: flex;
| flex-direction:column;
| width: 100vw;
| height: 100vh;
| }
| .signName {
| flex: 1;
| }
| .canvas {
| width: 100%;
| height: 100%;
| }
| .bg000{
| background-color: #000;
| }
| .btn-wrap{
| display: block;
| width:100%;
| height: 100rpx;
| margin: 20rpx 0;
| position: relative;
| }
| .btn-wrap button{
| width: 43%;
| }
|
|