/* customer/pages/brokershareinfo/brokershareinfo.wxss */ page { box-sizing: border-box; padding-bottom: 210rpx !important; } .shareinfoTitle { width: 100%; height: 88rpx; line-height: 88rpx; text-align: center; font-size: 36rpx; font-weight: 700; } .shareinfoImg { width: 100%; box-sizing: border-box; padding: 0rpx 20rpx 20rpx; } .shareinfoImg>image { width: 100%; } .shareContent { width: 100%; box-sizing: border-box; padding: 0rpx 20rpx 20rpx; font-size: 30rpx; } .shareWordBox { width: 100%; box-sizing: border-box; padding: 0rpx 20rpx 20rpx; border-radius: 8rpx; } .shareWordContent { width: 100%; height: auto; overflow: hidden; background-color: #F2F2F2; padding: 0rpx 20rpx 30rpx; } .shareWordTitle { width: 100%; height: 77rpx; line-height: 77rpx; text-align: center; font-size: 32rpx; font-weight: 600; } .shareWordText { font-size: 30rpx; color: #333333; box-sizing: border-box; padding: 0rpx 0rpx 20rpx; } .shareWordCopy { width: 300rpx; height: 88rpx; border: 2rpx solid #E47930; border-radius: 44rpx; text-align: center; line-height: 88rpx; color: #E47930; margin: auto; } .cutAndShare { width: 100%; height: 120rpx; position: fixed; bottom: 0rpx; left: 0rpx; background-color: #fff; box-shadow: 0rpx -10rpx 10rpx 6rpx rgba(0, 0, 0, 0.1); display: flex; } .shareCutImg { width: 40%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 32rpx; } .shareBtn { flex: 1; height: 100%; background-color: #F96400; border-radius: 0rpx !important; line-height: 120rpx; color: #fff; font-size: 32rpx; } .shareTips { width: 100%; height: 66rpx; background-color: #FDDAC4; color: #F96400; position: fixed; bottom: 120rpx; left: 0rpx; line-height: 66rpx; text-align: center; font-size: 30rpx; } .cutMask { width: 100%; height: 100vh; position: fixed; top: 0rpx; left: 0rpx; background-color: rgba(0, 0, 0, 0.5); z-index: 11; } .cutBlock { width: 100%; height: 70%; background-color: #fff; position: absolute; bottom: 0rpx; left: 0rpx; box-sizing: border-box; padding: 88rpx 0rpx 100rpx; } .cutTitle { width: 100%; height: 88rpx; background-color: #F96400; color: #fff; font-size: 32rpx; text-align: center; line-height: 88rpx; position: absolute; top: 0rpx; left: 0rpx; } .cutConfirm { width: 100%; height: 100rpx; background-color: #F96400; color: #fff; position: absolute; bottom: 0rpx; left: 0rpx; text-align: center; line-height: 100rpx; font-size: 32rpx; border-radius: 0rpx; } .cutContent { width: 100%; height: 100%; overflow: auto; } .cutShareLabel { width: 100%; height: 66rpx; line-height: 66rpx; box-sizing: border-box; padding: 0rpx 20rpx; } .cutImglistBox { width: 100%; height: auto; overflow: hidden; box-sizing: border-box; padding: 20rpx; display: flex; } .uploadImg { width: 150rpx; height: 150rpx; border: 2rpx solid #D7DFE4; display: flex; flex-direction: column; justify-content: center; align-items: center; } .uploadImg>image { width: 50rpx; } .u-text { font-size: 28rpx; color: #B5C6D3; } .imageItem { width: 150rpx; height: 150rpx; background-color: #ccc; margin-right: 10rpx; margin-bottom: 10rpx; position: relative; } .imageItem>image { width: 100%; height: 100%; } .imgdel { width: 60rpx; height: 60rpx; background-color: rgba(0, 0, 0, 0.5); border-radius: 50%; display: flex; justify-content: center; align-items: center; position: absolute; bottom: 10rpx; left: 50%; transform: translateX(-50%); box-shadow: 0rpx 0rpx 10rpx 10rpx rgba(0, 0, 0, 0.05); } .imgdel>image { width: 50rpx; } .u-textarea-box { width: 100%; height: 400rpx; box-sizing: border-box; padding: 20rpx; } .u-textarea { width: 100%; background-color: #F0F4F7; padding: 10rpx; } .videoBox { width: 100%; height: 100%; } #myVideo { display: block; width: 100%; height: 100%; } /* 联系销售人员 */ .contactSales { position: fixed; width: 100%; height: 140rpx; background-color: #fff; bottom: 0rpx; left: 0rpx; z-index: 9999; display: flex; align-items: center; box-sizing: border-box; padding: 20rpx 30rpx; border-top: 1rpx solid #CCCCCC; } .contactSales-left { flex: 2; display: flex; align-items: center; } .left-avatar { width: 80rpx; height: 80rpx; border-radius: 50%; } .left-msg { display: flex; flex-direction: column; box-sizing: border-box; padding-left: 20rpx; } .left-name { display: flex; align-items: center; } .nameCard { width: 40rpx; height: 40rpx; margin-left: 10rpx; } .left-text { font-size: 24rpx; color: #999999; } .contactSales-right { flex: 1; display: flex; flex-direction: row; justify-content: space-between; } .rightmobile { width: 40rpx; height: 40rpx; } .right-box1 { width: 100rpx; display: flex; flex-direction: column; align-items: center; } .right-box1>text { font-size: 24rpx; margin-top: 10rpx; } /* 联系销售人员 */ .viewVideo { width: 100%; height: 100vh; } .viewBoxFixed { width: 75%; position: fixed; bottom: 200rpx; left: 20rpx; color: #fff; } .viewBoxTitle { line-height: 50rpx; } .viewBoxDesc { width: 100%; line-height: 40rpx; white-space: normal; } .ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .pricebtnimg { display: block; position: fixed; right: 20rpx; bottom: 300rpx; width: 140rpx; height: 140rpx; z-index: 9; } /* 经纪人报名 */ .application { width: 100%; height: 110rpx; position: fixed; bottom: 0rpx; left: 0rpx; z-index: 999; text-align: center; line-height: 100rpx; font-size: 32rpx; border-radius: 0rpx; background-color: #F96400; box-sizing: border-box; color: #fff; }