/* pages/basketballGym/index.wxss */ .container { padding-bottom: 130rpx; min-height: calc(100vh - 330rpx); } .header { width: 100%; height: 350rpx; } .header image { width: 100%; height: 100%; } .cell-box { margin: 30rpx 30rpx 0 30rpx; background: #1a191e; border-radius: 10rpx; } .cell-box .cell { display: flex; justify-content: space-between; align-items: center; height: 90rpx; padding: 0 20rpx; border-bottom: 2rpx solid #212025; } .cell-box .cell.unline { border: none; } .cell-box .dynamic-height { padding: 0 20rpx 20rpx 20rpx; font-size: 24rpx; color: rgba(255, 255, 255, 0.6); line-height: 36rpx; } .cell-box .cell>image { width: 34rpx; height: 34rpx; margin-right: 26rpx; } .cell-box .cell>text { flex: 1; font-size: 24rpx; color: rgba(255, 255, 255, 0.6); } .cell-box .cell .cell-right { display: flex; flex-direction: column; justify-content: center; align-items: center; color: rgba(255, 255, 255, 0.6); font-size: 20rpx; } .cell-box .cell .cell-right .gps-img { width: 50rpx; height: 50rpx; border-radius: 50%; } .cell-box .cell .cell-right>text { height: 20rpx; margin-top: 6rpx; line-height: 20rpx; } .cell-box .cell .cell-right-btn { width: 120rpx; height: 60rpx; border-radius: 30rpx; background: #ffda2e; color: #1a191e; font-size: 22rpx; text-align: center; line-height: 60rpx; } .cell-box .cell .phone-number { color: #ffda2e; font-size: 22rpx; } .cell-box .cell .title { flex: 1; display: flex; align-items: center; color: #fff; font-size: 24rpx; } .cell-box .cell .title>image { width: 26rpx; height: 26rpx; margin-left: 14rpx; } .cell-box .cell .tip { min-width: 70rpx; height: 30rpx; padding: 0 4rpx; margin-right: 22rpx; font-size: 20rpx; line-height: 30rpx; border: 2rpx solid #ffda2e; color: #ffda2e; border-radius: 6rpx; text-align: center; } .cell-box .cell .buy-btn { font-size: 26rpx; color: #ffda2e; } .cell-box .rich-box { color: rgba(255, 255, 255, 0.6); font-size: 24rpx; padding: 30rpx 20rpx; } .cell-box .rich-box .wscnph { width: calc(100% - 10rpx); margin-left: 5rpx; } .footer-btn { position: fixed; bottom: 0; left: 0; width: 100%; height: 100rpx; background: #ffda2e; color: #1a191e; font-size: 32rpx; text-align: center; line-height: 100rpx; } .in-step-popup { position: fixed; left: 0; top: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 2; } .in-step-popup .body { width: 600rpx; height: 840rpx; background: #252330; border-radius: 10rpx; } .in-step-popup .medium-body { width: 600rpx; height: 300rpx; background: #252330; border-radius: 10rpx; } .in-step-popup .small-body { width: 600rpx; height: 222rpx; background: #252330; border-radius: 10rpx; } .in-step-popup .body .top { display: flex; justify-content: space-between; align-items: center; padding: 20rpx; } .in-step-popup .body .top .title>image { width: 26rpx; height: 26rpx; } .in-step-popup .body .top .title>text { margin-left: 10rpx; color: #fff; font-weight: bold; font-size: 28rpx; line-height: 28rpx; } .in-step-popup .body .top>image { width: 26rpx; height: 26rpx; } .in-step-popup .body .center { display: flex; flex-direction: column; align-items: center; margin-top: 40rpx; } .in-step-popup .body .center>image { width: 24rpx; height: 14rpx; margin: 30rpx 0; } .in-step-popup .body .center .item .step { margin-bottom: 12rpx; font-size: 28rpx; color: #ffda2e; text-align: center; line-height: 28rpx; } .in-step-popup .body .center .item .message { max-width: 400rpx; padding: 10rpx 20rpx; border-radius: 25rpx; background: #302e3b; color: #fff; font-size: 30rpx; line-height: 50rpx; text-align: center; } .in-step-popup .body .center .item .barcode { width: 450rpx; background: #fff; position: relative; } .barcode-canvas { width: 366rpx; margin: 0 auto; padding-top: 40rpx; border-top: 2rpx solid #F4F5F7; } .in-step-popup .body .bottom { margin: 40rpx 20rpx 0 20rpx; font-size: 26rpx; color: rgba(255, 255, 255, 0.6); line-height: 30rpx; } .buyVIPPopup { position: fixed; top: 0; left: 0; bottom: 0; right: 0; display: flex; justify-content: center; align-items: center; background: rgba(0, 0, 0, 0.6); } .buyVIPPopup .popup-body { position: relative; display: flex; flex-direction: column; justify-content: space-between; width: 540rpx; height: 350rpx; border-radius: 20rpx; background: #252330; } .buyVIPPopup .popup-body .popup-header { display: flex; justify-content: space-between; align-items: center; height: 80rpx; padding: 0 36rpx 0 26rpx; } .buyVIPPopup .popup-body .popup-header>text { font-size: 26rpx; color: #fff; font-weight: bold; } .buyVIPPopup .popup-body .popup-header>image { width: 26rpx; height: 26rpx; } .buyVIPPopup .popup-body .popup-center { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 0 36rpx 0 26rpx; font-size: 26rpx; color: #96959c; line-height: 26rpx; } .buyVIPPopup .popup-body .popup-center .popup-cell { display: flex; justify-content: space-between; margin-bottom: 30rpx; } .buyVIPPopup .popup-body .popup-btn { width: 100%; height: 80rpx; line-height: 80rpx; text-align: center; color: #252330; background: #ffda2e; font-size: 26rpx; border-radius: 0 0 20rpx 20rpx; } .unclick-mask { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0); } .card-mask { position: fixed; top: 0; left: 0; bottom: 0; right: 0; display: flex; justify-content: center; align-items: center; background: rgba(0, 0, 0, 0.6); } .card-mask .card-box { position: relative; width: 70%; /* min-height: 300rpx; */ border-radius: 20rpx; background: #1a191e; font-size: 24rpx; line-height: 30rpx; color: #5a595d; padding: 30rpx; } .card-mask .card-box .close { position: absolute; top: 0; right: 0; display: flex; justify-content: center; align-items: center; width: 60rpx; height: 60rpx; } .card-mask .card-box .close>image { width: 26rpx; height: 26rpx; } .card-mask .card-box .info-rich { padding: 30rpx; font-size: 26rpx; line-height: 36rpx; color: rgba(255, 255, 255, 0.8); } .card-mask .card-box .title { text-align: center; color: #ffda2e; font-size: 28rpx; } .share-btn-box { position: fixed; right: 30rpx; bottom: 130rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 110rpx; height: 110rpx; color: #1a191e; font-size: 24rpx; border-radius: 50%; } .share-btn-box>button { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); font-size: 24rpx; color: #1a191e; } .share-btn-box>button::after { border: none; } .newplot { position: fixed; top: 260rpx; bottom: 0; left: 0; right: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #FFF; font-size: 28rpx; } .newplot>image { width: 200rpx; height: 200rpx; margin-top: -200rpx; } .timeout { display: flex; flex-direction: column; align-items: center; color: #1a191e; padding: 20rpx; font-size: 28rpx; }