12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .down {
- min-height: 100vh;
- background-size: 100% auto;
- background-repeat: no-repeat;
- background-color: #fff;
- }
- .text {
- margin: 0 34px auto 34px;
- padding-top: 45px;
- .title {
- font-size: 20px;
- font-weight: 600;
- color: #333;
- line-height: 26px;
- }
- .item {
- display: flex;
- margin-top: 16px;
- }
- .dot {
- display: inline-block;
- width: 14px;
- height: 14px;
- background-color: var(--van-primary-color);
- border: 4px solid #e0f7f3;
- border-radius: 50%;
- margin-right: 10px;
- position: relative;
- top: 4px;
- flex-shrink: 0;
- }
- .des {
- font-size: 14px;
- color: #666;
- line-height: 22px;
- }
- }
- .logo{
- margin-top: 200px;
- :global{
- .lottie-animation-container{
- margin-left: 17px;
- }
- }
- }
- .app{
- margin-top: 65px;
- .btns{
- display: flex;
- justify-content: center;
- margin: -30px 0 120px 0;
- }
- :global{
- .van-button{
- height: 37px;
- font-size: 14px;
- font-weight: 500;
- margin: 0 16px;
- }
- }
- }
|