Blame view

css/joinous.css 2.37 KB
c11fe3d5   liuqimichale   加盟 新页面
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
  
  .joinous-bg{
      width: 100%;
      height: 540px;
      background: url(../images/leaguetopbar_BG.jpg);
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
  .joinous-bg-title{
      margin: 191px auto 0;
      font-size: 44px;
      color: #fff;
  }
  .joinous-title-btn{
      margin: 20px auto 0;
      width: 188px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      font-size: 16px;
      color: #fff;
      background-color: #32be97;
      border-radius: 20px;
      cursor: pointer;
  }
  .join-title{
      font-size: 36px;
      font-weight: 500;
      text-transform: uppercase;
      padding-bottom: 15px;
      margin-bottom: 15px;
      position: relative;
      text-align: center;
  }
  .business-type-title{
      font-size: 20px;
      color: #545454;
      margin-bottom: 10px;
  }
  .business-type-des{
      font-size: 14px;
      color: #888990;
      width: 196px;
      margin: 0 auto;
  }
  .teamwork-wrap li div{
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(50,50,50,.1);
      margin-bottom: 15px;
      text-align: center;
      color: #ff0202;
      font-size: 32px;
      height: 100px;
      line-height: 100px;
      background-color: #fff;
  }
  .teamwork-wrap li:nth-of-type(2n+0) div {
      color: #1f2b3d;
  }
8f978af8   liuqimichale   加盟 新页面
60
61
62
63
64
65
66
  .inrroduce-container li{
      margin: 10px 0 20px;
      font-size: 18px;
      height: 36px;
      line-height: 20px;
      color: #666;
  }
e01372be   liuqimichale   加盟 弹窗填写信息
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
  .form-group-height {
      height: 34px;
      width: 400px;
      margin: 15px auto 0;
      color: #626c72;
  }
  .width30 {
      width: 100px;
      float: left;
      text-align: right;
      margin-right: 10px;
      line-height: 34px;
  }
  .width65 {
      float: left;
      width: 220px;
      height: 34px;
      line-height: 34px;
      font-size: 14px;
      /* overflow: hidden; */
      /* text-overflow: ellipsis; */
      /* white-space: nowrap; */
  }
  .btn {
      text-align: center;
      width: 60px;
      background-color: #2abb9a;
      font-size: 14px;
      color: #fff !important;
  }
  .modal-footer {
      border-top: none !important;
      text-align: center;
  }
  .write_rule {
      height: 34px;
      color: #f00;
      font-size: 14px;
      line-height: 34px;
      margin-top: 10px;
      text-align: center;
  }
3bf12e73   Andy   add
109
110
111
112
113
114
115
116
117
118
  .ITD-modal-dialog {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%)!important;
      -webkit-transform: translate(-50%,-50%)!important;
      -moz-transform: translate(-50%,-50%)!important;
      -ms-transform: translate(-50%,-50%)!important;
      -o-transform: translate(-50%,-50%)!important;
  }