123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366 |
- /* customer/pages/brokershareinfo/brokershareinfo.wxss */
- page {
- box-sizing: border-box;
- padding-bottom: 210rpx !important;
- }
- .brokerShareInfoPage {
- width: 100%;
- height: 100vh;
- overflow: hidden;
- }
- .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: 60rpx;
- background-color: #FDDAC4;
- color: #F96400;
- position: fixed;
- bottom: 120rpx;
- left: 0rpx;
- line-height: 60rpx;
- text-align: center;
- font-size: 28rpx;
- }
- .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;
- flex-wrap: wrap;
- }
- .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;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-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%;
- }
- .housesharebox{
- display: block;
- position: fixed;
- right: 15.5px;
- bottom: 290px;
- z-index: 94;
- }
- .housesharebox cover-image{
- display: block;
- width: 34px;
- height:34px;
- }
- .housesharebox button{
- display: block;
- width: 100%;
- height: 100%;
- z-index: 1;
- position: absolute;
- top: 0;
- left: 0;
- background-color: transparent;
- color: transparent;
- }
- .panosharebox{
- display: block;
- width: 38px;
- position: fixed;
- right: 5px;
- bottom: 164px;
- z-index: 99;
- }
- .panosharebox cover-image{
- display: block;
- width: 38px;
- height: 38px;
- border-radius: 50%;
- /* background-color: red; */
- }
- .panosharebox cover-view{
- display: block;
- margin-top: 2px;
- width: 44px;
- height: 20px;
- text-align: center;
- font-family: PingFangSC-Semibold;
- font-size: 11px;
- color: transparent;
- letter-spacing: 0;
- line-height: 16px;
- font-weight: 600;
- }
- .panosharebox button{
- display: block;
- width: 100%;
- height: 100%;
- z-index: 1;
- position: absolute;
- top: 0;
- left: 0;
- background-color: transparent;
- color: transparent;
- }
- .tsharebox{
- display: block;
- width: 25px;
- height: 25px;
- border-radius: 50%;
- position: fixed;
- right: 20px;
- bottom: 190px;
- z-index: 99;
- }
- .tsharebox cover-image{
- display: block;
- width: 25px;
- height: 25px;
- }
- .tsharebox button{
- display: block;
- width: 100%;
- height: 100%;
- z-index: 1;
- position: absolute;
- top: 0;
- left: 0;
- background-color: transparent;
- color: transparent;
- }
- .viewVideo {
- width: 100%;
- height: 100vh;
- }
- .viewBoxFixed {
- width: 75%;
- position: fixed;
- bottom: 300rpx;
- 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;
- }
|