123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- body {
- background: linear-gradient(180deg, #FFA61B, #FFC01B);
- width: 100vw;
- min-height: 100vh;
- }
- #container {
- padding: 0.24rem 0 0.75rem 0;
- }
- .content_01 {
- width: 3.55rem;
- height: 2.08rem;
- margin: auto;
- border-radius: 0.2rem;
- background: #FFFFFF;
- padding: 0 0.13rem;
- box-sizing: border-box;
- }
- .content_01 .title h3 {
- font-size: 0.18rem;
- line-height: 0.25rem;
- color: #242222;
- text-align: center;
- padding-top: 0.11rem;
- }
- .content_01 .title p {
- color: #787878;
- font-size: 0.14rem;
- line-height: 0.2rem;
- text-align: center;
- margin-top: 0.03rem;
- }
- .content_01 ul {
- display: flex;
- justify-content: space-between;
- margin-top: 0.14rem;
- }
- .content_01 ul li {
- text-align: center;
- position: relative;
- }
- .content_01 ul li::after {
- content: '';
- display: block;
- width: 0.3rem;
- height: 0.02rem;
- border-radius: 0;
- background: url(../img/daoxiang.png) no-repeat;
- background-size: 100% 100%;
- position: absolute;
- top: 0.43rem;
- left: 1rem;
- }
- .content_01 ul li:nth-of-type(2)::after {
- left: 1rem;
- }
- .content_01 ul li:nth-of-type(3)::after {
- height: 0;
- }
- .content_01 ul li span {
- color: #242222;
- font-size: 0.14rem;
- line-height: 0.2rem;
- }
- .content_01 ul li img {
- width: 0.32rem;
- height: 0.32rem;
- border-radius: 50%;
- margin: auto;
- margin-top: 0.07rem;
- margin-bottom: 0.11rem;
- }
- .content_01 ul li p {
- width: 1.15rem;
- text-align: left;
- margin: auto;
- font-size: 0.12rem;
- line-height: 0.2rem;
- color: #787878;
- }
- .content_02 {
- width: 3.55rem;
- margin: auto;
- border-radius: 0.2rem;
- background: #FFFFFF;
- margin-top: 0.1rem;
- padding: 0.18rem 0.28rem;
- box-sizing: border-box;
- }
- .content_02 p {
- color: #787878;
- font-size: 0.12rem;
- line-height: 0.2rem;
- margin-bottom: 0.13rem;
- }
- /*# sourceMappingURL=dividingRules.css.map */
|