lxwm.css
2.5 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
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
.mid_title{
font-size: 0.48rem;
font-family:PingFang-SC-Bold;
font-weight:bold;
color:rgba(51,51,51,1);
}
.mid_adv{
width: 3.4rem;
margin-top: 0.67rem;
display: flex;
justify-content: space-between;
}
.mid_adv_left{
width: 1.5rem;
height: 0.4rem;
background:rgba(192,44,44,1);
border-radius: 0.04rem;
border: 1px solid rgba(192,44,44,1);
font-size: 0.2rem;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(255,255,255,1);
line-height: 0.36rem;
text-align: center;
}
.mid_adv_right{
width: 1.5rem;
height: 0.4rem;
background:rgba(192,44,44,0);
border:1px solid rgba(153, 153, 153, 1);
border-radius: 0.04rem;
font-size: 0.2rem;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(51,51,51,1);
line-height: 0.36rem;
text-align: center;
}
.mid_area{
margin-top: 0.32rem;
width: 6.2rem;
height: 2.62rem;
background:rgba(166,16,16,0);
border:1px solid rgba(153, 153, 153, 1);
border-radius: 0.04rem;
box-sizing: border-box;
padding: 0.2rem 0.2rem;
}
.mid_area textarea{
width: 100%;
height: 100%;
outline: none;
border: none;
}
.mid_area textarea::placeholder{
color: #999999;
}
.mid_way{
margin-top: 0.67rem;
font-size: 0.36rem;
font-family:PingFang-SC-Bold;
font-weight:bold;
color:rgba(51,51,51,1);
line-height: 0.36rem;
}
.mid_input{
border-bottom: 1px solid #A61010;
}
.mid_input input{
width: 100%;
height: 0.8rem;
outline: none;
border: none;
font-size: 0.3rem;
}
.mid_input input::placeholder{
color: #999999;
}
.mid_sub{
width: 3.5rem;
height: 0.5rem;
background:rgba(192,44,44,1);
border-radius:4px;
margin-top: 1.26rem;
font-size: 0.26rem;
font-family:PingFang-SC-Bold;
font-weight:bold;
color:rgba(255,255,255,1);
line-height: 0.5rem;
text-align: center;
}
.sub{
display: flex;
justify-content: center;
}
/*菜单*/
.menu_item{
width: 7.5rem;
display: flex;
flex-flow: column;
font-size: 0.24rem;
font-weight: bold;
background-color: #F7F7F7;
position: absolute;
left: 0;
bottom: 0;
top: 0.8rem;
z-index: 999;
}
.menu_item_a{
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
padding: 0.38rem 0;
border-bottom: 1px solid #EBEBEB;
margin: 0 0.2rem;
}
.menu_item_a_pic{
width: 0.08rem;
height: 0.16rem;
display: flex;
}
.menu_item_a_pic img{
width: 100%;
height: 100%;
}