.page{ position: absolute; left: 0; top: 0; width: 100%; background-color: #fff; } .logo{ display: flex; align-items: center; justify-content: center; width: 100%; height: 200rpx; image{ width: 140rpx; height: 140rpx; } } .versions{ display: flex; align-items: center; justify-content: center; width: 100%; height: 80rpx; text{ font-size: 26rpx; color: #333; } } .code{ display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; image{ width: 620rpx; } text{ color: #333; font-size: 26rpx; margin-top: 20rpx; } } .about-list{ padding: 0 4%; background-color: #161616; border-radius: 20rpx; margin: 20rpx auto; .list{ display: flex; align-items: center; justify-content: space-between; width: 100%; height: 80rpx; border-bottom: 2rpx solid #f6f6f6; .title{ display: flex; align-items: center; text{ font-size: 26rpx; color: #222222; } } .more{ display: flex; align-items: center; text{ font-size: 26rpx; color: #666666; } } } } .faq-list{ padding: 0 4%; border-radius: 20rpx; margin: 20rpx auto; .list{ display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; width: 100%; border-bottom: 2rpx solid #f6f6f6; padding-bottom: 20rpx; padding-top: 10rpx; .title{ display: flex; align-items: center; text{ font-size: 26rpx; line-height: 42rpx; color: #222222; } } .content{ display: flex; align-items: center; padding-left: 40rpx; text{ font-size: 26rpx; line-height: 42rpx; color: #666666; } } } } .xy-list{ padding: 0 4%; border-radius: 20rpx; margin: 20rpx auto; .list{ display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; width: 100%; border-bottom: 2rpx solid #f6f6f6; padding-bottom: 20rpx; padding-top: 10rpx; .content{ display: flex; align-items: center; padding-left: 20rpx; text{ font-size: 26rpx; line-height: 42rpx; color: #333; } } } } .copyright{ position: fixed; left: 0; bottom: 0; display: flex; flex-direction:column; align-items: center; justify-content: center; width: 100%; height: 200rpx; text{ font-size: 26rpx; color: #333; margin-bottom: 10rpx; } }