/* page_package/details/index.wxss */ .bottom-bar{ position: fixed; bottom: 0px; display: flex; width: 100%; } .tag-product { background-color: #f43f3b; color: white; position: absolute; padding: 6rpx 12rpx; font-size: 24rpx; border-radius: 10rpx; margin-left: 20rpx; } .title-style { text-indent: 48px; margin-left: 20rpx; letter-spacing: 4rpx; line-height: 48rpx; font-size: 32rpx } .comment{ position: absolute; right: 20rpx; } .style-three { width:100%; height:1.5rem; position:relative; display:-webkit-box; display:-webkit-flex; display:flex; align-items:center; justify-content:center; background-color:#f43f3b; border:none; color:#fff; } .style-three:before { content:""; position:absolute; left:-.33rem; width:0.8rem; height:1.0rem; top:50%; -webkit-transform:translate(-30%,-50%); transform:translate(-30%,-50%); -webkit-box-shadow:3px 0 0 #e76960; box-shadow:3px 0 0 #e76960; -webkit-border-radius:80%; border-radius:80%; background-color:white; } .style-three .get-btn:after { content:""; width:.6rem; position:absolute; top:0; bottom:0; right:28.9%; left:0; display:block; z-index:9; background-color:#fff; background-position:100% 35%; background-size:1rem .5rem; background-image:linear-gradient(-45deg,#ffffff 25%,#e76960 25%,#e76960) } .style-three .get-btn { display:-webkit-box; display:-webkit-flex; display:flex; position: absolute; right: 0; align-items:center; justify-content:center; width:5%; height:1.5rem; text-align:center; color:#fff; font-size:1.5rem; line-height:1.15; background-color:#fff; } .line1{ width: 100%; height: 10rpx; background-color: #f2f2f2; margin: 20rpx 0px; } .cu-dialog1 { position: fixed; display: inline-block; vertical-align: middle; margin-left: auto; margin-right: auto; width: 680rpx; max-width: 100%; background-color: transparent; border-radius: 10rpx; overflow: hidden; } .share-img{ width: 500rpx; height: 750rpx; position: relative; display: flex; } .share-btn{ width: 100%; background-color: white; border-top: 1px solid #f2f2f2; } .fixed{ position: fixed; }