123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .title{
- color: #11d3f6;
- font-size: 36px;
- letter-spacing: 5px;
- font-weight: bold;
- text-align: center;
- /* background: #1e2a44; */
- padding: 20px;
- margin-bottom: 10px;
- }
- .title .iconfont{
- font-size: 32px;
- font-weight: normal;
- }
- .s-title{
- font-size: 18px;
- }
- .describe{
- color: var(--sub-text-color);
- font-size: 14px;
- text-indent: 32px;
- }
- .emphasize{
- font-size: 18px!important;
- color: #fff!important;
- }
- .w-color{
- color: #fff;
- }
- .f-weight{
- font-weight: bolder;
- }
- .line{
- width: 100%;
- height: 2px;
- margin-bottom: 10px;
- background: linear-gradient(to right, #0f86c2, rgba(255,255,255,1));
- }
|