forked from nsjcy/frontEnd/nsjcy

liuwh
2020-05-09 face68436f18522cb2e62b40b27c6f1d6b561a4d
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
 
.header {
    margin: 90rpx 0 90rpx 50rpx;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    text-align: center;
    width: 650rpx;
    /* height: 300rpx; */
    /* line-height: 450rpx; */
}
 
.header-word{
  margin: 30rpx;
}
 
.header image {
    width: 200rpx;
    height: 200rpx;
}
 
.content {
    margin-left: 50rpx;
    margin-bottom: 90rpx;
}
 
.content text {
    display: block;
    color: #9d9d9d;
    margin-top: 40rpx;
}
 
.bottom {
    border-radius: 80rpx;
    margin: 70rpx 50rpx;
    font-size: 35rpx;
}