Blame view

app/static/css/manu/warehouse/warehouse.scss 5.93 KB
7820380e   “wangming”   1
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
  .ware_one {
      width: 100%;
      overflow: hidden;
      margin-top: 40px;
      display: flex;
      justify-content: space-between;
  
      img {
          display: block;
      }
  
      .lef {
          img {
              width: 514.22px;
          }
      }
  
      .rig {
          .top {
              display: flex;
              justify-content: space-between;
  
              .top_lef {
                  display: flex;
                  justify-content: space-between;
                  div {
                      position: relative;
                      margin-top: 10px;
                      height: 370px;
                      // width: 100%;
                      img {
                          // width: 327.58px;
                          height: 100%;
                          border-radius: 10px;
                          margin-top: 10px;
                      }
  
                      p {
                          // width: 230px;
                          position: absolute;
                          font-size: 18px;
                          font-family: Source Han Sans, Source Han Sans;
                          font-weight: 700;
                          color: #FFFFFF;
                          line-height: 46px;
                          z-index: 2;
                          display: flex;
                          align-items: center;
                          bottom: 0;
                          left: 20px;
  
                          &::before {
                              content: "";
                              display: inline-block;
                              width: 18px;
                              height: 18px;
                              background: url(../../../imgs/manu/base_whiteto.png) center center no-repeat;
                              background-size: 100%;
                              margin-right: 15px;
                          }
                      }
                  }
              }
  
              .top_rig {
                  margin-left: 26px;
  
                  p {
                      font-size: 18px;
                      font-family: Source Han Sans, Source Han Sans;
                      font-weight: 700;
                      color: #C70009;
                      line-height: 46px;
                      width: 358.33px;
  
                      &::before {
                          content: "";
                          width: 14px;
                          height: 14px;
                          display: inline-block;
                          background: url(../../../imgs/manu/base_redto.png) center center no-repeat;
                          background-size: 100%;
                      }
  
                      &:nth-child(2) {
                          font-size: 18px;
                          font-family: Source Han Sans, Source Han Sans;
                          font-weight: 400;
                          color: #787878;
                          line-height: 43px;
                          margin-left: 20px;
                          background-color: #F7F7F9;
                          padding: 13px 29px;
                          margin: 25px 0px;
                          border-radius: 10px;
  
                          &::before {
                              content: none;
                          }
                      }
                  }
              }
          }
  
          .bot {
              margin-top: 40px;
              width: 100%;
              display: flex;
              justify-content: space-evenly;
              align-items: center;
              background-color: #F7F7F9;
              .top_rig{
                  p {
                      font-size: 18px;
                      font-family: Source Han Sans, Source Han Sans;
                      font-weight: 700;
                      color: #C70009;
                      line-height: 46px;
                      width: 358.33px;
  
                      &::before {
                          content: "";
                          width: 14px;
                          height: 14px;
                          display: inline-block;
                          background: url(../../../imgs/manu/base_redto.png) center center no-repeat;
                          background-size: 100%;
                      }
                      &:nth-child(2) {
                          font-size: 18px;
                          font-family: Source Han Sans, Source Han Sans;
                          font-weight: 400;
                          color: #787878;
                          line-height: 43px;
                          margin-left: 20px;
                          background-color: #FFFFFF;
                          padding: 13px 29px;
                          margin: 25px 0px;
                          border-radius: 10px;
  
                          &::before {
                              content: none;
                          }
                      }
                  }
              }
              .rig_sup {
                  width: 200px;
                  border-radius: 10px;
                  background-color: #FFFFFF;
                  height: 90%;
                  overflow: hidden;
  
                  p {
                      width: 80%;
                      margin: 0 auto;
                      margin-top: 20px;
                      font-size: 24px;
                      font-family: Source Han Sans, Source Han Sans;
                      font-weight: 700;
                      color: #C70009;
                      line-height: 56px;
  
                      &::after {
                          content: "";
                          display: block;
                          width: 73px;
                          height: 2px;
                          background-color: #C70009;
                      }
                  }
  
                  ul {
                      width: 80%;
                      margin: 0 auto;
                      margin-top: 20px;
                      padding-bottom: 25px;
                      li {
                          font-size: 18px;
                          font-family: Source Han Sans, Source Han Sans;
                          font-weight: 400;
                          color: #787878;
                          line-height: 43px;
                      }
                  }
              }
          }
      }
  }