addFeed.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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-59ac439c {
  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-59ac439c {
  21. display: block;
  22. flex: 1;
  23. margin: auto;
  24. text-align: center;
  25. }
  26. .tn-custom-nav-bar__back.data-v-59ac439c: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. }