/* pages/myMembershipCard/index.wxss */ .container { min-height: calc(100vh - 190rpx); padding: 160rpx 30rpx 30rpx 30rpx; } .cell { margin-bottom: 30rpx; border-radius: 20rpx; background: #1a191e; } .cell .header { display: flex; justify-content: space-between; align-items: center; height: 90rpx; padding: 0 20rpx; border-bottom: 2rpx solid #212025; } .cell .header .default { color: #fff; font-size: 24rpx; } .cell .header .icon { width: 32rpx; height: 30rpx; margin: 0 26rpx 0 40rpx; } .cell .header .title { flex: 1; font-size: 24rpx; color: #fff; } .cell .header .tip-icon { width: 26rpx; height: 26rpx; margin-right: 16rpx; } .cell .header .right-arrow { width: 22rpx; height: 12rpx; } .cell .body { animation: dropDown 0.5s linear; } .cell .body .card-cell { display: flex; justify-content: space-between; align-items: center; height: 90rpx; padding: 0 30rpx; } .cell .body .card-cell .default-icon { width: 30rpx; height: 30rpx; } .cell .body .card-cell .tab { width: 100rpx; height: 26rpx; padding: 0 4rpx; margin-left: 40rpx; margin-right: 16rpx; font-size: 20rpx; color: #b69d29; border: 2rpx solid #b69d29; line-height: 26rpx; border-radius: 13rpx; text-align: center; } .cell .body .card-cell .tab.isActive { color: rgba(255, 255, 255, 0.6); border: 2rpx solid #737275; } .cell .body .card-cell .indate { flex: 1; font-size: 20rpx; color: rgba(255, 255, 255, 0.6); } .cell .body .card-cell .state { color: rgba(255, 255, 255, 0.6); font-size: 24rpx; } .cell .body .card-cell .state.isActive { color: #b69d29; font-size: 24rpx; } .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: rgba(255, 255, 255, 0.6); 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.6); } .card-mask .card-box .title { text-align: center; color: #ffda2e; font-size: 28rpx; } .newplot { position: fixed; top: 120rpx; 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; } .unClickClass { height: 28rpx; width: 28rpx; border-radius: 50%; /* background: #737275; */ border: 2rpx solid rgba(255, 255, 255, 0.3); }