|
- .index-position {
- background: rgba(0, 0, 0, 0.5);
- height: 88rpx;
- position: absolute;
- top: 0;
- width: 100%;
- font-family: PingFangSC-Semibold;
- font-size: 30rpx;
- color: #fff;
- letter-spacing: 0.75rpx;
- z-index: 9;
- line-height: 88rpx;
- overflow: hidden;
- }
- .red{
- position:absolute;
- width:13rpx;
- height:13rpx;
- border-radius:50%;
- background:red;
- right:-50rpx;
- top:19rpx;
- left:0;
- margin:auto;
- display: none;
- }
- page {
- width: 100%;
- height: auto !important;
- overflow-x: hidden;
- }
-
- .txt {
- margin-left: 20rpx;
- }
-
- .game-entry {
- position: fixed;
- right: 0;
- bottom:323rpx;
- width: 120rpx;
- margin: 37rpx auto 0;
- z-index: 10;
- }
-
- .gameimg {
- display: block;
- width: 100%;
- }
- .rushtobuyimgs{
- padding: 0 30rpx;
- }
- .rushtobuyimgs image{
- width: 335rpx;
- height: 161rpx;
- }
- .section {
- padding: 0 20rpx;
- justify-content: space-around;
- text-align: center;
- margin-top: 25rpx;
- margin-bottom: 30rpx;
- }
- .section >view{
- width: 25%;
- display: inline-block;
- position: relative;
- }
- .section >view image {
- display: block;
- margin: 0 auto;
- }
- .section >view image {
- width: 55rpx;
- height: 55rpx;
- margin-top: 20rpx;
- margin-bottom: 14rpx;
- }
- .section text {
- font-size: 24rpx;
- color: rgba(51, 51, 51, 1);
- display: block;
- margin-top: 0rpx;
- }
-
- .showQrcode {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 1000;
- background: rgba(0, 0, 0, 0.6);
- }
-
- .qrcode image {
- width: 70rpx;
- margin-right: 20rpx;
- }
-
- .showQrcode {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 1000;
- background: rgba(0, 0, 0, 0.6);
- }
-
- .canvas-box {
- position: fixed;
- width: 500rpx;
- overflow: hidden;
- left: 0;
- top: 200rpx;
- right: 0;
- margin: auto;
- background: #fff;
- border-radius: 16rpx;
- z-index:100;
- padding-bottom: 30rpx;
- }
-
- .showQrcode text {
- display: block;
- text-align: center;
- font-size: 28rpx;
- }
-
- .button {
- width: 414rpx;
- text-align: center;
- margin: 0 auto;
- height: 80rpx;
- line-height: 80rpx;
- background: rgba(255, 255, 255, 1);
- border-radius: 10rpx;
- font-size: 32rpx;
- color: rgba(2, 192, 255, 1);
- overflow: hidden;
- margin-top: 38rpx;
- }
- .memberIds{
- padding-top: 30rpx;
- font-size: 30rpx;
- }
- .search{
- background:rgba(2, 192, 255, 1);
- height: 50rpx;
- }
- .searchbar{
- position: relative;
- width: 685rpx;
- height: 76rpx;
- margin: 0 auto;
- text-align: center;
- }
- .searchbar image{
- width: 40rpx;
- }
- .searchbar text{
- font-size: 28rpx;
- line-height: 50rpx;
- color: #fff;
- display: inline-block;
- }
|