ss
重庆迈尖科技有限公司
2020-06-16 b67f2c4fce992a818f287783ae7029a0b03509d3
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
* {
    margin: 0;
    top: 0;
    /* 不允许复制 */
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* IOS点击阴影 */
    -webkit-tap-highlight-color: transparent;
    /* 禁止长按图片保存 */
    -webkit-touch-callout: none;
}
 
body {
    background-color: #F3F3F3;
    font-family: Arial, "Microsoft YaHei";
}
 
.div_item_bg {
    /* margin-top: 2.56rem; */
}
 
.items {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}
 
.itemsContent {
    background-color: white;
    border-radius: 0.2rem;
}
 
.div_itemsContent_title {
    height: 0.74rem;
    display: -webkit-flex;
    align-items: center;
    color: #000000;
    font-size: 0.26rem;
    border-bottom: #D9D9D9 solid 1px;
}
 
.div_itemsContent_title :nth-child(1) {
    display: -webkit-flex;
    align-items: center;
    height: 0.26rem;
    margin-left: 0.4rem;
}
 
.div_itemsContent_title :nth-child(2) {
    width: 0.2rem;
    height: 0.12rem;
    margin-left: 0.18rem;
}
 
.itemsContent_title_right {
    display: -webkit-flex;
    align-items: center;
    height: 0.74rem;
    flex-direction: row-reverse;
}
 
.itemsContent_title_right :nth-child(1) {
    width: 0.12rem;
    height: 0.2rem;
    margin-right: 0.22rem;
}
 
.itemsContent_title_right :nth-child(2) {
    margin-right: -0.3rem;
}
 
.div_itemsContent_content {
    height: 1.26rem;
    display: -webkit-flex;
    position: relative;
}
 
.contentDesc {
    color: #888888;
    font-size: 0.2rem;
    height: 0.2rem;
    display: -webkit-flex;
    align-items: center;
    margin-top: 0.32rem;
}
 
.contentTitle {
    color: #333333;
    font-size: 0.3rem;
    height: 0.26rem;
    display: -webkit-flex;
    align-items: center;
    margin-top: 0.16rem;
}
 
#descLeft {
    margin-left: 0.38rem;
}
 
#titleLeft {
    margin-left: 0.37rem;
}
 
#descRight {
    margin-left: 0.22rem;
}
 
#titlRight {
    margin-left: 0.26rem;
}
 
.div_itemsContent_contentBG {
    width: 50%;
}
 
.div_line {
    background-color: #E0E0E0;
    width: 1px;
    height: 0.4rem;
    position: absolute;
    left: 3.44rem;
    top: 0.42rem;
}
 
.div_incomeDetail {
    background-color: #FFF1F7;
    height: 0.52rem;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
 
.incomeDetail {
    color: #000000;
    font-size: 0.22rem;
    height: 0.22rem;
    display: -webkit-flex;
    align-items: center;
    margin-left: 0.24rem;
}
 
.div_incomeDetail :nth-child(2) {
    width: 0.12rem;
    height: 0.2rem;
    margin-right: 0.22rem;
}