/* component/popup.wxss */ .wx-popup { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 100000; } .popup-wap { width: 163%; max-width: 750rpx; position: relative; height: 100%; overflow: hidden; } .popup-container { width: 163%; max-width: 750rpx; border: 2rpx solid #ccc; border-radius: 20rpx; box-sizing: bordre-box; overflow: hidden; /* background: #fff; */ margin-top: 50rpx; position: absolute; left: 0; bottom: 0; } .wx-popup-title { /* background: #eaf4ff; */ border-radius: 20rpx 20rpx 0px 0px; height: 91rpx; font-size: 34rpx; font-weight: 700; text-align: center; color: #1a1a1a; line-height: 91rpx; position: relative; } .cancel { position: absolute; right: 30rpx; top: 0; color: #808080; font-size: 28rpx; } .wx-popup-con { text-align: center; font-size: 27rpx; width: 80%; margin: auto auto 40rpx auto; } .wx-popup-conone { display: flex; flex-flow: column-reverse; justify-content: center; align-items: center; font-size: 32rpx; font-weight: 400; text-align: center; color: #3f454e; } .wx-popup-btn { display: flex; justify-content: space-around; align-items: center; height: 155rpx; } .wx-popup-center-btn { display: flex; justify-content: center; align-items: center; height: 155rpx; border-top: 1px solid #e6e6e6; } .wx-popup-center-btn text { width: 240rpx; height: 72rpx; background-color: #ffdc2f; line-height: 72rpx; border-radius: 35rpx; text-align: center; font-size: 32rpx; font-weight: 400; color: #333333; } .wx-popup-btn text:first-child { width: 185rpx; height: 72rpx; line-height: 72rpx; background-color: #c5dbff; border-radius: 35rpx; text-align: center; font-size: 32rpx; font-weight: 400; color: #2b58a5; border: 1rpx solid #2b58a5; } .wx-popup-btn text:last-child { width: 240rpx; height: 72rpx; line-height: 72rpx; border: 1px solid #2b58a5; border-radius: 37rpx; text-align: center; font-size: 32rpx; font-weight: 400; background: #2b58a5; color: #ffffff; } .img { width: 150rpx; height: 120rpx; } .popup-close { width: 54rpx; height: 54rpx; }