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
|
| .header {
| margin: 90rpx 0 90rpx 50rpx;
| border-bottom: 1px solid #ccc;
| text-align: center;
| width: 650rpx;
| height: 300rpx;
| line-height: 450rpx;
| }
|
| .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;
| }
|
|