share-popup.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. .share-popup .share-tab {
  17. margin: 40rpx 0 140rpx;
  18. }
  19. .share-popup .share-tab .share-icon {
  20. width: 100rpx;
  21. height: 100rpx;
  22. }
  23. .share-popup .cancel {
  24. height: 98rpx;
  25. }
  26. .share-poster .share-img {
  27. width: 640rpx;
  28. border-radius: 12rpx;
  29. }
  30. .share-poster .save-btn {
  31. background-color: #FF2C3C;
  32. color: #fff;
  33. margin-top: 20rpx;
  34. }
  35. .share-tips .share-arrow {
  36. width: 140rpx;
  37. height: 250rpx;
  38. float: right;
  39. margin: 15rpx 31rpx 0 0;
  40. }