set.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. .logo-image.data-v-56d8c034 {
  28. width: 80rpx;
  29. height: 80rpx;
  30. position: relative;
  31. }
  32. .logo-pic.data-v-56d8c034 {
  33. background-size: cover;
  34. background-repeat: no-repeat;
  35. background-position: top;
  36. border: 2rpx solid rgba(255, 255, 255, 0.05);
  37. box-shadow: 0rpx 0rpx 80rpx 0rpx rgba(0, 0, 0, 0.15);
  38. border-radius: 50%;
  39. overflow: hidden;
  40. }
  41. /* 底部悬浮按钮 start*/
  42. .tn-tabbar-height.data-v-56d8c034 {
  43. min-height: 100rpx;
  44. height: calc(120rpx + env(safe-area-inset-bottom) / 2);
  45. }
  46. .tn-footerfixed.data-v-56d8c034 {
  47. position: fixed;
  48. width: 100%;
  49. bottom: calc(30rpx + env(safe-area-inset-bottom));
  50. z-index: 1024;
  51. box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0);
  52. }
  53. .data-v-56d8c034 .uni-file-picker__container {
  54. justify-content: center;
  55. }
  56. .data-v-56d8c034 .file-picker__box-content {
  57. border: none !important;
  58. }
  59. .data-v-56d8c034 .uni-file-picker__lists {
  60. display: none;
  61. }
  62. .data-v-56d8c034 .uni-forms-item__label {
  63. font-size: 16px;
  64. }
  65. /* 底部悬浮按钮 end*/