image{ height:auto; } /* 图片 */ .picture{ /* margin-top: 5rpx; */ width:100%; height:270rpx; display: block; } /* 预存款扣款情况 */ .wz{ width: 50%; margin-top:-240rpx; margin-left:40rpx; font-size:30rpx; color: #FFFFFF; text-align:center; padding-top:3px; } /* 充钱的边框 */ .rim{ padding-top:25rpx; color: #FFFFFF; display: flex; width: 50%; height: 60rpx; margin:auto; margin-left:80rpx; } .con{ padding-left: 30rpx; font-size: 35rpx; } /* 钱 */ .qian{ margin-left: 5rpx; width: auto; height: 50rpx; font-size: 48rpx; margin-top:-5rpx; font-family: 'SimHei',Arial; } /* 送一百 */ .q-one{ margin-left:10rpx; font-size:35rpx; } /* 备注 */ .bz{ width: 280rpx; height: 124rpx; margin-left: 475rpx; margin-top: -120rpx; font-size:28rpx; border-bottom: 1px solid#d7d7d7; } /* 预存款扣款情况 */ .yck{ margin-top:15rpx; font-size: 28rpx; color: #999999; } /* 立即充值 */ .ljcz{ /* width: 2278rpx; height: 111rpx; font-size: 25rpx; line-height: 320%; color: #C4182E; margin-left: 463rpx; padding-left:66rpx; */ padding-top: 20rpx; color: red; } /* 弹出框的大边框 */ .big-rim{ width: 100%; height: 320rpx; } /* 关闭的边框 */ .gb-rim{ padding-top:30rpx; width: 65rpx; height: 65rpx; margin-top: 0rpx; margin-left: 660rpx; } /* 关闭的边框 */ .gb-rim { padding-top: 33rpx; width: 65rpx; height: 65rpx; margin-left: 675rpx; } /* 关闭的图片 */ .imag { width: 60rpx; height: 60rpx; } /* 圆 */ .yuan{ width:60rpx; height:60rx; border-radius:50%; border:5rpx solid #7f7e88; } /* 圆里的值 */ .zhi{ height:55rpx; line-height:55rpx; display:block; color:#7f7e88; text-align:center; } /* 充1000送100的边框 */ .bk{ margin-left: 20rpx; height: 108; width: 280rpx; margin-top:-20rpx; } /* 充1000送100 */ .text{ width:300rpx; font-size: 40rpx; font-family: 'SimHei',Arial; } /* ¥ */ .fh{ display:inline-block; width:23rpx; height: 35rpx; font-size: 30rpx; color: red; } /* 100 */ .value{ color: red; display:inline-block; width: 90rpx; height: 45rpx; font-size: 40rpx; font-family: 'SimHei',Arial; } /* 按钮 */ .button{ width: 710rpx; height: 77rpx; line-height: 285%; margin-top:43rpx; font-size: 27rpx; color: #FFFFFF; background-color: #C4182E; font-family: 'SimHei',Arial; text-align:center; } /* 蒙层 */ .mask{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: #000; z-index: 9000; opacity: 0.1; } .modalDlg{ position: fixed; z-index: 9999; background-color: #fff; border-radius: 10rpx; flex-direction: column; align-items: center; bottom:0; left:0; } .give { position: absolute; margin-top: 70rpx; margin-left: 60rpx; } .list { padding: 0 20rpx; } .coupon { box-sizing: border-box; display: flex; justify-content: space-between; background-color: pink; padding: 0 40rpx; background-image: radial-gradient(circle at 8rpx 8rpx, transparent, red); /* background-image: radial-gradient( circle at 0px 8px, transparent 6px, #ff9e6d 6px, #ff9e6d 0px), radial-gradient( circle at 199px 8px, transparent 6px, #ff9e6d 6px, #ff9e6d 0px); */ background-size: 30px 30px; /* background-position: 0 0, 200px 0; */ /* background-repeat-y: no-repeat; */ background-repeat-x: no-repeat; } .left { width: 464rpx; display: flex; flex-direction: column; justify-content: center; color: white; } .right { width: calc(100% - 464rpx); display: flex; flex-direction: column; justify-content: center; } .coupon-container { position: relative; margin-bottom: 10rpx; text-align: center; } .info-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .pdv20 { padding-top: 20rpx; padding-bottom: 20rpx; }