123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- @charset "UTF-8";
- /**
- * uni-app内置的常用样式变量
- */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .shadow.data-v-1ea136d6 {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.4);
- z-index: 97;
- }
- .tipimg.data-v-1ea136d6 {
- width: 432rpx;
- height: 174rpx;
- position: fixed;
- top: 0;
- right: 120rpx;
- bottom: 0;
- z-index: 98;
- }
- .share_btn.data-v-1ea136d6 {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- background: #fff;
- z-index: 99;
- transition: all linear 0.3s;
- -webkit-transform: translateY(100%);
- transform: translateY(100%);
- padding-top: 26rpx;
- }
- .share_btn .zhan.data-v-1ea136d6 {
- width: 100%;
- height: 24rpx;
- background-color: #f5f5f5;
- }
- .share_btn .box.data-v-1ea136d6 {
- padding: 50rpx 0;
- display: flex;
- align-items: center;
- flex-wrap: nowrap;
- }
- .share_btn .box .list.data-v-1ea136d6 {
- flex: 1;
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- }
- .share_btn .box .list .sharebox.data-v-1ea136d6 {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- opacity: 0;
- }
- .share_btn .box .list .share_img.data-v-1ea136d6 {
- width: 90rpx;
- height: 90rpx;
- }
- .share_btn .box .list .share_tit.data-v-1ea136d6 {
- color: #666666;
- font-size: 30rpx;
- padding-top: 40rpx;
- }
- .share_btn .share_close.data-v-1ea136d6 {
- height: 100rpx;
- background: #FFFFFF;
- font-size: 32rpx;
- font-weight: 500;
- color: #4775EA;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .share_bot.data-v-1ea136d6 {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
|