陈战涛
2023-03-14 c29ed2aa867b00eccfdc7c3a68f431008b13ea7d
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
.m-gd .group{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0,64,40,.1);
  padding: 20px 15px;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 16px;
  color: #000;
}
.m-gd .l{
  min-width: 80px;
  margin-right: 10px;
}
.m-gd .r{
  float: none;
  width: auto;
  text-align: right;
  overflow: hidden;
  padding-right: 16px;
  background: url(../../images/a2.png) no-repeat right center;
  background-size: 6px;
}
.m-gd .placeholder{
  color: #c3c3c3;
}
.m-gd .submit{
    display: block;
    width: 77%;
    text-align: center;
    background: linear-gradient(90deg,#178255,#379a71);
    font-size: 18px;
    color: #fff;
    border-radius: 22px;
    height: 44px;
    line-height: 44px;
    border: none;
    padding: 0;
    margin: 30px auto 0;
  }