| 12345678910111213141516171819202122232425262728293031323334353637 |
- /* 分享弹窗 */
- .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.8);z-index: 99;}
- .beshare{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 100;width: 638rpx;}
- .beshares{background: #fff;border-radius: 12rpx;position: relative;}
- .sharebg{position: absolute;top: 0;left: 0;width: 100%;border-radius: 20rpx;z-index: 1;}
- .close{display: block;width: 41rpx;height: 41rpx;position: absolute;top: -20rpx;right: -20rpx;z-index: 10;}
- .dflex{display: flex;display: -webkit-flex;align-items: center;}
- .flex{flex: 1;-webkit-flex: 1;}
- .user{padding: 30rpx 0;position: relative;z-index: 2;}
- .user .toux{display: block;width: 100rpx;height: 100rpx;border-radius: 50%;margin-right: 30rpx;}
- .user .live{width: 100rpx; height: 56rpx; position: fixed; top: 60rpx; right: 30rpx;}
- .user .flex view{font-size: 32rpx;color: #333;}
- .user .flex text{display: block;font-size: 24rpx;color: #999;margin-top: 10rpx;}
- .user .flex view.colorfff,.user .flex text.colorfff{color: #fff;}
- .binfos{background: #fff;border-radius: 12rpx;position: relative;overflow: hidden;z-index: 2;}
- .bimgbox{width: 100%;}
- .bimg{display: block;width: 100%;height: 500rpx;margin: 0 auto;position: relative;z-index: 2;}
- .btit{font-size: 30rpx;color: #000;margin: 0 20rpx 0 0;display: -webkit-box;overflow : hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 1.6;}
- .bprice{font-size: 24rpx;color: #333;margin-top: 15rpx;}
- .bprice text{color: #999;margin-right: 15rpx;}
- .del{font-size: 24rpx;color: #999;text-decoration: line-through;margin-left: 20rpx;}
- .texts{font-size: 30rpx;color: #333;padding: 35rpx 30rpx;display: flex;display: -webkit-flex;align-items: center;justify-content: space-between;}
- .code{position: relative;z-index: 3;}
- .code image{display: block;width: 200rpx;height: 200rpx;margin: 0 auto;}
- .save{width: 330rpx;height: 80rpx;border-radius: 40rpx;border: 1rpx solid #BEBEBE;font-size: 30rpx;color: #fff;text-align: center;line-height: 80rpx;margin: 40rpx auto 0;}
- .sharePop{background: #F6F6F6;position: fixed;left: 0;bottom: 0;right: 0;z-index: 101;padding: 50rpx 0 0;}
- .share-tit{font-size: 36rpx;color: #333;text-align: center;display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
- .share-tit::before{content: '';display: block;width: 70rpx;height: 2rpx;background: #666;margin-right: 20rpx;}
- .share-tit::after{content: '';display: block;width: 70rpx;height: 2rpx;background: #666;margin-left: 20rpx;}
- .share-btn{padding: 35rpx 0 60rpx;display: flex;display: -webkit-flex;justify-content: center;}
- .friend,.poster{width: 50% !important;text-align: center;font-size: 28rpx;color: #333;}
- .friend image,.poster image{display: block;width: 110rpx;height: 110rpx;margin: 0 auto 15rpx;}
- .cancel{font-size: 30rpx;color: #333;text-align: center;padding: 30rpx 0;background: #fff;}
- canvas{
- position:fixed;left:9000px;
- }
- .blive{font-size: 40rpx; color: #333333;}
|