123456789101112131415161718192021222324252627282930 |
- .title{
- font-size: 22px;
- color: #666;
- text-align:center;
- display:inline-block;
- width: 100%;
- margin-top: 50px
- }
- .img{
- width: 85%;
- margin-top: 20px;
- text-align:center;
- margin-left: 7.5%;
- }
- .text{
- font-size: 18px;
- color: #999;
- text-align:center;
- display:inline-block;
- width: 85%;
- margin-top: 70px;
- margin-left: 7.5%;
- }
- .time{
- font-size: 15px;
- color: #999;
- width: 85%;
- margin-top: 80px;
- margin-left: 7.5%;
- }
|