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
| .right {
| position: absolute;
| width: 355px;
| top: 100px;
| right: 30px;
| bottom: 45px;
| z-index: 99;
| }
|
| .right-top{
| background: url('@/assets/img/right/topbg.png') no-repeat;
| width: 100%;
| height: 41px;
| color: white;
| line-height: 41px;
| font-size: 16px;
| font-weight: 700;
| cursor: pointer;
| text-indent: 80px;
| letter-spacing: 2px;
|
| }
| .right-content{
| margin-top: 20px;
| background: url('@/assets/img/right/rightbg.png');
| background-size: 100% 100%;
| width: 100%;
| height: calc(100% - 70px);
| }
|
|