set.wxss 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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-56d8c034 {
  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-56d8c034 {
  21. display: block;
  22. flex: 1;
  23. margin: auto;
  24. text-align: center;
  25. }
  26. /* 间隔线 start*/
  27. .tn-strip-bottom-min.data-v-56d8c034 {
  28. width: 100%;
  29. border-bottom: 1rpx solid #F8F9FB;
  30. }
  31. .tn-strip-bottom.data-v-56d8c034 {
  32. width: 100%;
  33. border-bottom: 20rpx solid rgba(241, 241, 241, 0.8);
  34. }
  35. /* 间隔线 end*/
  36. /* 用户头像 start */
  37. .logo-image.data-v-56d8c034 {
  38. width: 80rpx;
  39. height: 80rpx;
  40. position: relative;
  41. }
  42. .logo-pic.data-v-56d8c034 {
  43. background-size: cover;
  44. background-repeat: no-repeat;
  45. background-position: top;
  46. border: 2rpx solid rgba(255, 255, 255, 0.05);
  47. box-shadow: 0rpx 0rpx 80rpx 0rpx rgba(0, 0, 0, 0.15);
  48. border-radius: 50%;
  49. overflow: hidden;
  50. }
  51. /* 底部悬浮按钮 start*/
  52. .tn-tabbar-height.data-v-56d8c034 {
  53. min-height: 100rpx;
  54. height: calc(120rpx + env(safe-area-inset-bottom) / 2);
  55. }
  56. .tn-footerfixed.data-v-56d8c034 {
  57. position: fixed;
  58. width: 100%;
  59. bottom: calc(30rpx + env(safe-area-inset-bottom));
  60. z-index: 1024;
  61. box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0);
  62. }
  63. .data-v-56d8c034 .uni-file-picker__container {
  64. justify-content: center;
  65. }
  66. .data-v-56d8c034 .file-picker__box-content {
  67. border: none !important;
  68. }
  69. .data-v-56d8c034 .uni-file-picker__lists {
  70. display: none;
  71. }
  72. .data-v-56d8c034 .uni-forms-item__label {
  73. font-size: 16px;
  74. }
  75. /* 底部悬浮按钮 end*/