Blame view

src/views/home.scss 2.03 KB
c0087cf1   夏洋涛   feat:创建项目
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
  .home {
      padding-bottom: 150px;
      >.content {
          background: #fff;
          margin-top: -56px;
          border-radius: 56px 56px 0px 0px;
          position: relative;
          overflow: hidden;
      }
      .type_box {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: space-around;
          width: 698px;
          margin: 0 auto;
          margin-top: 20px;
          div {
              text-align: center;
          }
          img {
              width: 58px;
          }
          p {
              margin-top: 4px;
              font-size: 24px;
              line-height: 36px;
              color: #999;
          }
      }
      .infomation_box {
          display: flex;
          align-items: center;
          width: 698px;
          margin: 0 auto;
          margin-top: 50px;
          .news {
              width: 124px;
          }
          .line {
              width: 2px;
              height: 24px;
              background: #E5E5E5;
              margin: 0 18px;
          }
          .new-swipe {
              width: 540px;
              height: 50px;
          }
          .new_item {
              font-size: 30px;
              line-height: 50px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
          }
      }
      .qxy_box {
          background: #fff;
          margin-top: 20px;
          .qyx_title {
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding: 0 28px;
              padding-top: 40px;
              white-space: nowrap;
              .title {
                  display: flex;
                  align-items: center;
                  font-size: 36px;
              }
              .more {
                  font-size: 28px;
                  color: #999;
              }
              .more_icon {
                  font-size: 28px;
                  color: #999;
              }
          }
      }
  }