123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- @charset "UTF-8";
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- /*主色调*/
- /*移动左右间隙*/
- br {
- content: "";
- display: block;
- height: 10px;
- }
- .a-des {
- margin-top: 0.3rem;
- font-size: 0.16rem;
- line-height: 2.25;
- }
- .about-info {
- margin-top: 0.8rem;
- }
- .links {
- margin-top: 0.6rem;
- color: #036EB8;
- font-size: 0.2rem;
- }
- .links a {
- display: inline-block;
- }
- .links .icon {
- display: inline-block;
- font-size: 0.2rem;
- margin-left: 0.15rem;
- }
- .links a ~ a {
- margin-left: 1rem;
- }
- .idea {
- margin-top: 0.6rem;
- padding-top: 0.6rem;
- border-top: 0.03rem solid #036EB8;
- display: flex;
- justify-content: space-between;
- }
- .idea .img {
- width: 6.6rem;
- height: auto;
- }
- .idea .info {
- width: calc(100% - 7rem);
- padding-top: 0.2rem;
- }
- /*# sourceMappingURL=maps/aboutus.css.map */
|