123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* nova-werun/pages/home/share/index.wxss */
- .all{
- width: 100vw;
- padding-top: 15rpx;
- // padding-left: 40rpx;
- // padding-right: 40rpx;
- background: linear-gradient(to bottom, #4F9AF7, #FFFFFF);
- #myCanvas{
- margin: auto;
- }
- .sharebox{
- width: 100%;
- // height: 250rpx;
- padding: 20rpx;
- .share-text{
- width: 100%;
- font-size: 30rpx;
- font-weight: 600;
- display: flex;
- justify-content: center;
- }
- .share-picbox{
- width: 100%;
- height: 178rpx;
- margin-top: 16rpx;
- display: flex;
- justify-content: space-around;
- .share-pic{
- width: 130rpx;
- height: 178rpx;
- .share-pic-box{
- width: 130rpx;
- height: 130rpx;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #4F9AF7;
- .image{
- width: 60rpx;
- height: 60rpx;
- }
- }
- .pic-tex{
- width: 130rpx;
- font-size: 30rpx;
- display: flex;
- justify-content: center;
- margin-top: 10rpx;
- color: #4F9AF7;
- }
- }
- }
- }
- }
|