body { background: linear-gradient(180deg, #FFA61B, #FFC01B); width: 100vw; min-height: 100vh; } #container { padding: 0.24rem 0; } .content_01 { width: 3.55rem; height: 1.36rem; border-radius: 0.2rem; background: #FFFFFF; margin: auto; } .content_01 .title { color: #7A6D6D; font-size: 0.18rem; line-height: 0.25rem; margin-left: 0.1rem; padding-top: 0.11rem; } .content_01 ul { display: flex; align-items: center; margin-top: 0.07rem; } .content_01 ul li { width: 33.3%; text-align: center; } .content_01 ul li h3 { font-size: 0.36rem; line-height: 0.5rem; color: #E62B28; } .content_01 ul li span { color: #787878; font-size: 0.14rem; line-height: 0.2rem; } .content_02 { color: #A34A4A; font-size: 0.12rem; line-height: 0.17rem; margin-top: 0.1rem; margin-bottom: 0.12rem; text-align: center; } .content_03 { width: 3.55rem; background: #FFFFFF; border-radius: 0.2rem; margin: auto; } .content_03 ul { padding: 0.46rem 0.26rem; } .content_03 ul li { width: 2.2rem; padding-left: 0.55rem; padding-bottom: 0.2rem; position: relative; } .content_03 ul li::after { content: ''; display: block; height: 0.14rem; width: 0.14rem; border-radius: 50%; background: #FF7800; position: absolute; top: 0.05rem; left: 0; } .content_03 ul li::before { content: ''; display: block; width: 0.02rem; height: 100%; background: #FF7800; position: absolute; top: 0.05rem; left: 0.06rem; } .content_03 ul li:last-of-type::before { height: 0; } .content_03 ul li p { color: #7E7E7C; font-size: 0.14rem; line-height: 0.2rem; } .content_03 ul .liActive { display: flex; align-items: center; } .content_03 ul .liActive i { display: block; width: 0.18rem; height: 0.18rem; border-radius: 50%; background: url(../img/queren.png) no-repeat; background-size: 100% 100%; margin-right: 0.14rem; } .content_03 ul .liActive .fail_icon { background: url(../img/fail.png) no-repeat; background-size: 100% 100%; } .content_03 ul .liActive .success_icon { background: url(../img/queren.png) no-repeat; background-size: 100% 100%; } .content_03 ul .liActive p { font-size: 0.15rem; color: #7A6221; } /*# sourceMappingURL=myRecord.css.map */