Blame view

app/static/css/manu/quality/quality.scss 1.03 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
  .title_bot {
      width: 100%;
      background-color: #F7F7F9;
      border-radius: 10px 10px 10px 10px;
      overflow: hidden;
      margin-top: 40px;
  
      p {
          margin: 30px 38px;
          font-size: 18px;
          font-family: Source Han Sans, Source Han Sans;
          font-weight: 400;
          color: #787878;
          line-height: 56px;
      }
  }
  
  .quality_allPic{
      width: 100%;
      margin-top: 46px;
      img{
          display: block;
          border-radius: 10px;
      }
      .top{
          display: flex;
          justify-content: space-between;
          .lef{
              img{
                  width: 648.01px;
              }
          }
          .rig{
              margin-left: 26px;
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap;
              align-content: space-between;
              img{
                  width: 299.43px;
              }
          }
      }
      .bot{
          margin-top: 22px;
          display: flex;
          justify-content: space-between;
          img{
              width: 235.34px;
          }
      }
  }