IonicTest.less
1.6 KB
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
59
60
61
62
@import './common.less';
.IonicTest{
.IonicTestCss{
width:50rem;
margin:auto;
// border:1px solid red;
// margin-top:15px;margin-left:52px; margin-right:51px;
color:white;
.IonicTest_top1{
display:flex;
.IonicTest_top1_left{
width:36.25rem;
// height: 100%;
// height:330px;
// width:580px;
// height:330px;
background:#2c2c2c ;
}
.IonicTest_top1_right{
width:13.75rem;
// width:220px;
height:330px;display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
.IonicTest_size{
height:60px;width:60px;
}
}
}
.IonicTest_top2{
display:flex;margin-top:29px;
.IonicTest_top2_left{
width:36.25rem;
// width:580px;
height:200px;
background:#2c2c2c ;
}
.IonicTest_top2_right{
width:12.5rem;
// width:200px;
height:200px;
.IonicTest_top2_text{
width:12.5rem;
line-height: 1.6rem;
// width:200px;
// line-height:25px;
background:#2c2c2c ;
font-size:13px;
text-align:left;
text-indent:5px;
}
.IonicTest_top2_text_bottom{
display:flex;margin-top:21px;
.IonicTest_radio{
margin-right:32px;font-size:13px;
}
}
}
}
}
}