/* share/pages/buildShare/buildShare.wxss */ .buildShare { width: 100%; min-height: 100vh; box-sizing: border-box; padding: 20rpx; } .leftitbox{ display: block; width: 30px; height: 28px; position: absolute; top: 0; left: 0; z-index: 10; } .b-name { font-size: 38rpx; color: #333333; font-weight: bold; } .b-content { margin: 10rpx 0rpx 20rpx; color: #6C7B8B; font-size: 30rpx; } .videoStyle { width: 100%; height: 450rpx; margin-top: 20rpx; } .b-imgBox { width: 100%; } .b-img-item { width: 220rpx; height: 200rpx; display: inline-block; margin-right: 20rpx; position: relative; margin-bottom: 20rpx; border-radius: 10rpx; overflow: hidden; } .mr0 { margin-right: 0rpx !important; } .b-img-item>image { width: 100%; height: 100%; } .b-time { font-size: 24rpx; line-height: 50rpx; color: #999999; } .b-vrBox { width: 100%; } .interVrStyle { position: absolute; width: 110rpx !important; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9; } .topbox { display: block; width: 100%; background-color: #ffffff; position: fixed; top: 0; left: 0; z-index: 9999999; } .leftindexbox { position: absolute; left: 8px; width: 70px; padding: 4px 0; height: 28px; border-radius: 18px; box-sizing: border-box; z-index: 99; } .leftindexbox .leftgoto { display: block; width: 8px; height: 14px; float: left; margin-left: 11px; /* transform: rotateY(180deg); */ position: relative; top: 2px; z-index: 9; } .gotoindex { display: block; width: 16px; height: 16px; float: right; position: relative; right: 10px; top: 1px; } .leftindexbox .text { position: absolute; height: 14px; width: 1px; left: 30px; top: 6px; background-color: #d1cfcf; } .videoloading { display: block; width: 100%; height: 100%; z-index: 99; background-color: transparent; position: fixed; top: 0; left: 0; } .contactFixedBottom { width: 100%; height: 150rpx; background: #FFFFFF; box-shadow: 0rpx 0rpx 48rpx 0rpx rgba(0, 0, 0, 0.1); border-radius: 45rpx 45rpx 0rpx 0rpx; position: fixed; bottom: 0rpx; left: 0rpx; z-index: 9; display: flex; } .userInfo { flex: none; width: 50%; height: 100%; display: flex; align-items: center; box-sizing: border-box; padding: 0rpx 20rpx; } .headerBack { position: absolute; width: 40rpx; left: 20rpx; top: 20rpx; } .mobile { width: 150rpx; height: 80rpx; background-color: #F03947; border-radius: 19rpx; } .wechat { width: 150rpx; height: 80rpx; background-color: #07C160; border-radius: 19rpx; } .wechatIcon { width: 40rpx; margin-right: 10rpx; } .phoneIcon { width: 35rpx; margin-right: 10rpx; } .contactType { flex: none; width: 50%; height: 100%; display: flex; align-items: center; box-sizing: border-box; justify-content: space-around; } .infoMsg { box-sizing: border-box; padding-left: 10rpx; } .userInfoAvatar { width: 80rpx; height: 80rpx; border-radius: 50%; overflow: hidden; } .nameCard { width: 30rpx; margin-left: 10rpx; } .borderNone { border-bottom: none !important; } .bgGroup { background-color: #f2f2f2 !important; } .pricebtnimg { display: block; position: fixed; right: 20rpx; bottom: 300rpx; width: 140rpx; height: 140rpx; z-index: 9; }