websocket.acss 385 B

123456789101112131415161718192021222324252627282930
  1. .buttons {
  2. padding:12rpx;
  3. line-height:1.2;
  4. height: 60rpx;
  5. width:200rpx;
  6. font-size: 30rpx;
  7. text-align:center;
  8. margin-top: 40rpx;
  9. }
  10. .server_addr {
  11. width: 600rpx;
  12. text-align:center;
  13. color: #6a6f77;
  14. margin-top: 20rpx;
  15. }
  16. .subView {
  17. align-items: center;
  18. }
  19. .message_text {
  20. margin-top: 40rpx;
  21. width: 500rpx;
  22. height: 40rpx;
  23. }
  24. .run_log {
  25. margin-top: 30rpx;
  26. }