connecting.css 723 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .cut_text {
  2. padding: 0px 5px;
  3. font-size: 10px;
  4. }
  5. .cut_start_game_icon {
  6. width: 30px;
  7. height: 30px;
  8. }
  9. /*消费类型窗口*/
  10. .pay_type_window {
  11. width: 95%;
  12. height: 180px;
  13. background-image: url("https://img.shuimuai.com/web/dialog.png");
  14. background-position: center;
  15. background-size: 100% 100%;
  16. position: absolute;
  17. bottom: 225px;
  18. right: 10px;
  19. }
  20. .pay_type_title_text {
  21. color: #6B6B6B;
  22. font-size: 12px;
  23. }
  24. .pay_type_item {
  25. width: 100%;
  26. height: 100px;
  27. background-image: url("https://img.shuimuai.com/web/pay_type_bg.png");
  28. background-position: center;
  29. background-size: 100% 100%;
  30. }
  31. .connected_boy2 {
  32. width: 60px;
  33. height: 82px;
  34. position: absolute;
  35. right: 0px;
  36. bottom: 160px;
  37. }