index.wxss 430 B

123456789101112131415161718192021222324252627282930313233
  1. .container {
  2. background-color: #1E1E1E;
  3. justify-content: flex-start;
  4. }
  5. .line{
  6. width: 100%;
  7. height:30rpx;
  8. background-color: #00214C;
  9. position: fixed;
  10. top:0;
  11. }
  12. .line2{
  13. width: 100%;
  14. height:30rpx;
  15. background-color: #1E1E1E;
  16. margin-bottom: 30rpx;
  17. }
  18. .btn {
  19. height:350rpx;
  20. width:710rpx;
  21. margin-bottom: 20rpx;
  22. }
  23. .bottom{
  24. font-size:20rpx;
  25. color:#fff;
  26. text-align: center;
  27. margin: 60rpx 0 40rpx 0;
  28. }