/* pages/webview/index.wxss */ .web-view { /* background-color: #000; */ } .bgd { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; } .btn { width: 100%; background-color: #fff; border-radius: 4px; height: 90rpx; line-height: 90rpx; font-size: 36rpx; color: #131D34; text-align: center; padding: 0; } .dialog { position: fixed; left: 10%; right: 10%; background-color: rgba(0, 0, 0, 1); opacity: .9; color: #fff; z-index: 9999; border-radius: 5px; padding: 70rpx; } .guide-view { top: 10%; bottom: 20%; display: flex; flex-direction: column; justify-content: space-between; } .guide-view .title { font-size: 36rpx; color: rgba(255, 255, 255, 0.88); text-align: center; } .guide-view .content { display: flex; flex: 1; flex-direction: column; justify-content: space-around; } .guide-item { padding-left: 100rpx; position: relative; } .guide-item cover-image { position: absolute; left: 0; top: 0; width: 77rpx; height: 96rpx; } .guide-item .text { line-height: 48rpx; font-size: 30rpx; display: block; color: #fff; } .guide-view .title, .guide-view .button { max-height: 300rpx; } .bottom-dialog { position: fixed; top: 23%; bottom: 0; left: 0; right: 0; z-index: 99; background-color: #fff; border-radius: 14px 14px 0 0; display: flex; flex-direction: column; } .bottom-dialog .title { flex: 0 0 auto; padding: 36rpx 32rpx; border-bottom: 1px solid rgb(236, 236, 236); position: relative; } .bottom-dialog .title .text { font-size: 32rpx; color: #131D34; font-weight: bold; } .bottom-dialog .icon { position: absolute; top: 50%; transform: translateY(-50%); width: 27rpx; height: 27rpx; padding: 32rpx; right: 0; } .commodity-view { position: fixed; top: 23%; bottom: 0; left: 0; right: 0; z-index: 99; background-color: #fff; border-radius: 14px 14px 0 0; display: flex; flex-direction: column; } .commodity-view .content { flex: 1; padding: 0 32rpx; position: relative; /* display: flex; flex-direction: column; */ } .commodity-view .scene-icon { position: absolute; left: 2rpx; bottom: 2rpx; width: 40rpx; height: 40rpx; z-index: 3; } .commodity-view .tabs { flex: 0 0 auto; height: 76rpx; width: 100%; overflow-x: scroll; padding-bottom: 4px; position: relative; } .commodity-view .tabs .text { float: left; height: 76rpx; line-height: 76rpx; color: #131D34; font-size: 16px; margin-right: 10px; text-align: center; } .commodity-view .tabs .text.active { color: #ED5D18; font-size: 16px; position: relative; } .commodity-view .tabs .text.active cover-view { position: absolute; bottom: 0; left: 0; right: 0; height: 4rpx; background-color: #ED5D18; margin: 0 20rpx; } .commodity-view .current-tab { flex: 0 0 auto; height: 60rpx; margin-left: -32rpx; width: calc(100% + 64rpx); background-color: #F8F8F8; padding: 0 32rpx; line-height: 60rpx; font-size: 26rpx; color: #999999; } .commoditys { position: absolute; left: 32rpx; right: 32rpx; top: 76rpx; bottom: 0; height: calc(100% - 100rpx); overflow-y: scroll; } .commodity-item { margin-top: 34rpx; display: flex; align-items: center; position: relative; } .commodity-view .cover { flex: 0 0 auto; width: 180rpx; height: 180rpx; } .commodity-view .item-content { flex: 1; margin-left: 28rpx; } .commodity-view .item-content .desc { font-size: 14px; color: #131D34; line-height: 40rpx; white-space: pre-wrap; } .commodity-view .item-info { margin-top: 32rpx; display: flex; align-items: center; justify-content: space-between; height: 54rpx; } .commodity-view .item-info>.money { flex: 0 0 auto; } .commodity-view .item-info>.oper { flex: 1; text-align: right; position: relative; } .oper .lack { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 200rpx; height: 200rpx; } .commodity-view .money .text { display: inline; color: #ED5D18; } .commodity-view .money .text:nth-child(1), .money .text:nth-child(3) { font-size: 24rpx; margin-right: 10rpx; vertical-align: baseline; } .commodity-view .money .text:nth-child(2) { font-size: 36rpx; vertical-align: baseline; } .oper-btn { display: inline-block; border-radius: 4px; height: 52rpx; line-height: 52rpx; padding: 0 16rpx !important; color: #fff; font-size: 24rpx; } .commodity-view .oper { height: 54rpx; display: flex; } .commodity-view .oper-btn:nth-child(1) { background-color: #FFCD3C; margin-right: 10rpx; } .commodity-view .oper-btn:nth-child(2) { background-color: #ED5D18; } .invitation-view { top: 50%; transform: translateY(-50%); color: rgba(255, 255, 255, 0.88); height: 420rpx; } .invitation-view .title { font-size: 36rpx; font-weight: bold; margin-bottom: 40rpx; } .invitation-view .content { font-size: 30rpx; line-height: 36rpx; margin-bottom: 40rpx; white-space: pre-wrap; } .invitation-view .btns { text-align: center; height: 200rpx; } .cancel { line-height: 86rpx; margin-top: 20rpx; background-color: rgba(0, 0, 0, 0); color: #fff; border: 1px solid #fff; width: 100%; box-sizing: border-box; } .coupon-view .layer { flex: 1; overflow-y: scroll; } .coupon-view .content { padding: 0 34rpx; } .coupon-item { height: 185rpx; padding-right: 30rpx; background: #EF9B3A; border-radius: 4px; margin-top: 34rpx; display: flex; position: relative; align-items: center; } .coupon-item .item-before, .coupon-item .item-after { position: absolute; border-radius: 50%; background-color: rgba(255, 255, 255, 0.16); z-index: 1; } .coupon-item .item-before { width: 88rpx; height: 106rpx; left: 0; top: 0; transform: translate(-50%, -50%); } .coupon-item .item-after { width: 140rpx; height: 186rpx; right: 0; bottom: 0; transform: translate(40%, 50%); } .coupon-item .info-before, .coupon-item .info-after { position: absolute; background-color: #fff; z-index: 99; width: 40rpx; height: 40rpx; border-radius: 50%; right: 196rpx; transform: translateX(50%); } .coupon-item .info-before { top: 0; margin-top: -20rpx; } .coupon-item .info-after { bottom: 0; margin-bottom: -20rpx; } .coupon-item .money { flex: 0 0 auto; width: 230rpx; font-size: 138rpx; color: #fff; font-weight: bold; position: relative; /* height: 130rpx; line-height: 138rpx; */ text-align: center; box-sizing: border-box; display: flex; align-items: center; justify-content: center; overflow: auto; height: 138rpx; } .poa { width: 100%; text-align: center; font-size: 26rpx; } .coupon-item .used { position: absolute; z-index: 99; background-color: rgba(255, 255, 255, 0.6); left: 0; right: 0; top: 0; bottom: 0; } .coupon-item .money-before { display: inline; font-size: 26rpx; /* width: 40rpx; height: 40rpx; text-align: center; line-height: 40rpx; border: 1px solid #EF9B3A; color:#EF9B3A; border-radius: 50%; position: absolute; bottom: 0; right: 0rpx; font-size: 26rpx; background-color: #fff; */ } .coupon-item .info { flex: 1; display: flex; flex-direction: column; padding: 25rpx 10rpx 10rpx; height: 92rpx; } .coupon-item .info .full { font-size: 30rpx; color: #fff; width: 100%; height: 52rpx; margin: 0; line-height: 32rpx; white-space: nowrap; text-overflow: ellipsis; } .coupon-item .info button { width: 168rpx; color: #EF533A; text-align: center; height: 38rpx; line-height: 32rpx; border-radius: 19rpx; font-size: 22rpx; margin: 10rpx 0; } .coupon-item .info .date { height: 28rpx; font-size: 16rpx; color: #fff; margin: 0; line-height: 22rpx; width: 100%; } .coupon-item .oper { flex: 0 0 auto; font-size: 34rpx; color: #fff; width: 166rpx; text-align: right; display: flex; align-items: center; justify-content: center; height: 100%; position: relative; } .coupon-item .oper .dotted { position: absolute; width: 1px; left: 0; top: 20%; height: 60%; z-index: 9999999; } .coupon-item .oper cover-view { z-index: 2; } .concat-view { top: 20%; } .concat-view .icon { position: absolute; right: 6rpx; top: 6rpx; width: 27rpx; height: 27rpx; padding: 30rpx; } .concat-view .title { font-size: 36rpx; font-weight: bold; margin-bottom: 40rpx; } .concat-view .item:nth-last-child(1) { margin-top: 34rpx; } .concat-view .item .desc { line-height: 40rpx; text-align: center; font-size: 24rpx; } .commodity-ctrl { position: fixed; bottom: 218rpx; right: 40rpx; width: 140rpx; height: 140rpx; border-radius: 50%; /* background:rgba(237,93,24,1); box-shadow:0px 1px 6px rgba(0,0,0,0.16); */ display: flex; flex-direction: column; align-items: center; justify-content: center; } .commodity-ctrl .bg { width: 130rpx; height: 130rpx; position: absolute; left: 50%; top: 50%; z-index: -1; transform: translate(-50%, -50%); } .commodity-ctrl .ig { width: 18px; height: 18px; } .commodity-ctrl cover-view { font-size: 20rpx; color: rgba(255, 255, 255, 0.88); line-height: 26rpx; width: 100%; text-align: center; } .auth-user { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 8; background-color: rgba(0, 0, 0, 0.3); } .auth-user .layer { position: absolute; left: 0; bottom: 0; right: 0; background-color: #fff; border-radius: 8px 8px 0 0; padding: 52rpx 36rpx; } .auth-user .layer .title { font-size: 24rpx; color: #131D34; font-size: 30rpx; line-height: 42rpx; color: #111111; } .auth-user .layer .logo { display: block; width: 165rpx; height: 120rpx; margin: 0 auto; } .auth-user .layer .desc { text-align: center; color: #111111; font-size: 26rpx; padding: 28rpx 0 36rpx; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .auth-user .layer .content { text-align: center; padding: 32rpx 0 86rpx; font-size: 26rpx; color: #79868F; } .auth-user .layer button { color: #fff; width: 100%; font-size: 30rpx; height: 80rpx; line-height: 80rpx; background-color: #ED5D18; } .aaaaa { position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; background-color: rgba(0, 0, 0, 0.7); z-index: 99999; } .test { z-index: 999; background-color: #000; color: #fff; white-space: pre-wrap; } .tp10 { margin-top: 10px; } .mo { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 5; } .content .diswan { background: #EBEBEB; } .content .diswan .money { color: #999999; } .content .diswan .info .full { color: #999999 } .content .diswan .info button { opacity: 0.7; color: #999; } .content .diswan .info .date { color: #999; } .un-content { width: 100%; height: 100%; text-align: center; } .lay { margin-top: 180rpx; } .un-content cover-image { display: inline-block; width: 250rpx; height: 274rpx; } .un-content .text { color: #666C7D; font-size: 30rpx; margin-top: 40rpx; } .commodity-view .zz { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 999; } .commodity-view .dialog-layer { position: absolute; left: 0; top: 0; width: 100%; padding: 0 32rpx 10rpx; box-sizing: border-box; background-color: #fff; z-index: 9999; } .commodity-view .dialog-layer .tabctrl { right: 32rpx; } .commodity-view .dialog-layer .dialog-tabs { padding-right: 86rpx; overflow: hidden; } .commodity-view .dialog-layer .dialog-tabs .text { float: left; width: calc(33% - 10rpx); text-align: center; padding: 14rpx 0; font-size: 24rpx; color: #131D34; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 4px; margin: 10rpx 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .commodity-view .dialog-layer .dialog-tabs .text.active { background-color: rgba(237, 93, 24, 1); border-color: rgba(237, 93, 24, 1); color: #fff; } .commodity-view .dialog-layer .dialog-tabs .text:nth-child(3n-1) { margin: 10rpx; } .commodity-view .tabctrl { position: absolute; right: 0; top: 0; height: 76rpx; width: 76rpx; color: #000; }