index.wxss 280 B

123456789101112131415161718192021
  1. .container {
  2. background-color: #3E4349;
  3. justify-content: flex-start;
  4. }
  5. .btn {
  6. width:100%;
  7. height:390rpx;
  8. }
  9. .line{
  10. width: 100%;
  11. height:20rpx;
  12. background-color: #1e1e1e;
  13. }
  14. .bottom{
  15. font-size:20rpx;
  16. color:#fff;
  17. text-align: center;
  18. margin: 100rpx 0 40rpx 0;
  19. }