123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .cut_text {
- padding: 0px 5px;
- font-size: 10px;
- }
- .cut_start_game_icon {
- width: 30px;
- height: 30px;
- }
- /*消费类型窗口*/
- .pay_type_window {
- width: 95%;
- height: 180px;
- background-image: url("https://img.shuimuai.com/web/dialog.png");
- background-position: center;
- background-size: 100% 100%;
- position: absolute;
- bottom: 225px;
- right: 10px;
- }
- .pay_type_title_text {
- color: #6B6B6B;
- font-size: 12px;
- }
- .pay_type_item {
- width: 100%;
- height: 100px;
- background-image: url("https://img.shuimuai.com/web/pay_type_bg.png");
- background-position: center;
- background-size: 100% 100%;
- }
- .connected_boy2 {
- width: 60px;
- height: 82px;
- position: absolute;
- right: 0px;
- bottom: 160px;
- }
|