addShare.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
  6. */
  7. /* 胶囊*/
  8. .tn-custom-nav-bar__back.data-v-7d5436a7 {
  9. width: 60%;
  10. height: 100%;
  11. position: relative;
  12. display: flex;
  13. justify-content: space-evenly;
  14. align-items: center;
  15. box-sizing: border-box;
  16. border-radius: 1000rpx;
  17. border: 1rpx solid rgba(255, 255, 255, 0.5);
  18. font-size: 18px;
  19. }
  20. .tn-custom-nav-bar__back .icon.data-v-7d5436a7 {
  21. display: block;
  22. flex: 1;
  23. margin: auto;
  24. text-align: center;
  25. }
  26. .tn-custom-nav-bar__back.data-v-7d5436a7:before {
  27. content: " ";
  28. width: 1rpx;
  29. height: 110%;
  30. position: absolute;
  31. top: 22.5%;
  32. left: 0;
  33. right: 0;
  34. margin: auto;
  35. -webkit-transform: scale(0.5);
  36. transform: scale(0.5);
  37. -webkit-transform-origin: 0 0;
  38. transform-origin: 0 0;
  39. pointer-events: none;
  40. box-sizing: border-box;
  41. opacity: 0.7;
  42. background-color: #FFFFFF;
  43. }
  44. /* 底部悬浮按钮 start*/
  45. .tn-tabbar-height.data-v-7d5436a7 {
  46. min-height: 100rpx;
  47. height: calc(120rpx + env(safe-area-inset-bottom) / 2);
  48. }
  49. .tn-footerfixed.data-v-7d5436a7 {
  50. position: fixed;
  51. width: 100%;
  52. bottom: calc(env(safe-area-inset-bottom));
  53. z-index: 1024;
  54. box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0);
  55. background: #fff;
  56. }
  57. /* 底部悬浮按钮 end*/
  58. /* 标签内容 start*/
  59. .tn-tag-content__item.data-v-7d5436a7 {
  60. display: inline-block;
  61. line-height: 45rpx;
  62. padding: 10rpx 30rpx;
  63. margin: 20rpx 20rpx 5rpx 0rpx;
  64. }
  65. .tn-tag-content__item--prefix.data-v-7d5436a7 {
  66. padding-right: 10rpx;
  67. }
  68. .data-v-7d5436a7 .uni-forms-item__label {
  69. display: none;
  70. }
  71. .data-v-7d5436a7 .uni-list-item__container {
  72. align-items: center;
  73. }
  74. .data-v-7d5436a7 .uni-card--shadow {
  75. margin: 0 !important;
  76. }
  77. /* 标签内容 end*/