123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* pages/master/shareIndex/shareIndex.wxss */
- .container{
- background-color: #F0F2F5;
- width: 100vw;
- height: 100vh;
- overflow: auto;
- }
- .share-img{
- margin: 34rpx auto 26rpx;
- width: 688rpx;
- height: 802rpx;
- }
- .bg-img{
- width: 100%;
- height: 100%;
- }
- .bottom-img{
- width: 688rpx;
- height: 138rpx;
- margin:auto;
- display: flex;
- justify-content: space-between;
- }
- .bottom-left, .bottom-right{
- width: 330rpx;
- }
- .bottom-left image{
- width: 100%;
- }
- .bottom-right image{
- width: 100%;
- }
- .tip-content{
- width: 750rpx;
- height: 36rpx;
- font-family: AlibabaPuHuiTi_2_55_Regular;
- font-size: 26rpx;
- color: #999999;
- line-height: 36rpx;
- text-align: center;
- font-style: normal;
- position: fixed;
- bottom: 214rpx;
- }
- .share{
- width: 750rpx;
- height:196rpx;
- position: fixed;
- bottom: 0rpx;
- background-color: #fff;
- }
- .share image{
- display: block;
- margin: 22rpx auto;
- }
|