123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
-
- .subPage{
- .top{
- width: 100%;
- position: relative;
- overflow: hidden;
- margin-top: 40px;
- >div{
- >div{
- width: 100%;
- position: relative;
- overflow: hidden;
- text-align: center;
- >span{
- width: 100%;
- display: block;
- text-align: center;
- line-height: 24px;
- font-size: 15px;
- color: #666;
- }
- >i{
- font-size: 30px;
- color: #409EFF;
- display: inline-block;
- }
- }
- }
- }
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|