mine.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
  6. */
  7. .mine.data-v-dcbcfe34 {
  8. min-height: 100vh;
  9. background-color: #f7f7f7;
  10. }
  11. /* 底部安全边距 start*/
  12. .tn-tabbar-height.data-v-dcbcfe34 {
  13. min-height: 120rpx;
  14. height: calc(140rpx + env(safe-area-inset-bottom) / 2);
  15. height: calc(140rpx + constant(safe-area-inset-bottom));
  16. }
  17. .tn-color-cat.data-v-dcbcfe34 {
  18. color: #1D2541;
  19. }
  20. .tn-bg-cat.data-v-dcbcfe34 {
  21. background-color: #1D2541;
  22. }
  23. /* 自定义导航栏内容 start */
  24. .custom-nav.data-v-dcbcfe34 {
  25. height: 100%;
  26. }
  27. .custom-nav__back.data-v-dcbcfe34 {
  28. margin: auto 5rpx;
  29. font-size: 40rpx;
  30. margin-right: 10rpx;
  31. flex-basis: 5%;
  32. width: 100rpx;
  33. position: absolute;
  34. }
  35. /* 自定义导航栏内容 end */
  36. /* 顶部背景图 end */
  37. /* 用户头像 start */
  38. .logo-image.data-v-dcbcfe34 {
  39. width: 140rpx;
  40. height: 140rpx;
  41. position: relative;
  42. overflow: hidden;
  43. border-radius: 50%;
  44. }
  45. .logo-pic.data-v-dcbcfe34 {
  46. background-size: cover;
  47. background-repeat: no-repeat;
  48. background-position: top;
  49. border: 8rpx solid rgba(255, 255, 255, 0.05);
  50. box-shadow: 0rpx 0rpx 80rpx 0rpx rgba(0, 0, 0, 0.15);
  51. border-radius: 50%;
  52. overflow: hidden;
  53. }
  54. /* 页面 start*/
  55. .about-shadow.data-v-dcbcfe34 {
  56. border-radius: 15rpx;
  57. }
  58. .about__wrap.data-v-dcbcfe34 {
  59. position: relative;
  60. z-index: 1;
  61. margin: 20rpx 30rpx;
  62. }
  63. /* 页面 end*/
  64. /* 图标容器12 start */
  65. .tn-three.data-v-dcbcfe34 {
  66. position: absolute;
  67. top: 50%;
  68. right: 50%;
  69. bottom: 50%;
  70. left: 50%;
  71. -webkit-transform: translate(-38rpx, -16rpx) rotateX(30deg) rotateY(20deg) rotateZ(-30deg);
  72. transform: translate(-38rpx, -16rpx) rotateX(30deg) rotateY(20deg) rotateZ(-30deg);
  73. text-shadow: -1rpx 2rpx 0 #f0f0f0, -2rpx 4rpx 0 #f0f0f0, -10rpx 20rpx 30rpx rgba(0, 0, 0, 0.2);
  74. }
  75. /* 图标容器12 start */
  76. .icon12__item.data-v-dcbcfe34 {
  77. width: 30%;
  78. background-color: #FFFFFF;
  79. border-radius: 10rpx;
  80. padding: 30rpx;
  81. margin: 20rpx 10rpx;
  82. -webkit-transform: scale(1);
  83. transform: scale(1);
  84. transition: -webkit-transform 0.3s linear;
  85. transition: transform 0.3s linear;
  86. transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  87. -webkit-transform-origin: center center;
  88. transform-origin: center center;
  89. }
  90. .icon12__item--icon.data-v-dcbcfe34 {
  91. width: 15rpx;
  92. height: 15rpx;
  93. font-size: 50rpx;
  94. border-radius: 50%;
  95. margin-bottom: 38rpx;
  96. position: relative;
  97. z-index: 1;
  98. }
  99. .icon12__item--icon.data-v-dcbcfe34::after {
  100. content: " ";
  101. position: absolute;
  102. z-index: -1;
  103. width: 100%;
  104. height: 100%;
  105. left: 0;
  106. bottom: 0;
  107. border-radius: inherit;
  108. opacity: 1;
  109. -webkit-transform: scale(1, 1);
  110. transform: scale(1, 1);
  111. background-size: 100% 100%;
  112. }
  113. /* 图标容器1 start */
  114. .icon1__item.data-v-dcbcfe34 {
  115. background-color: #FFFFFF;
  116. border-radius: 10rpx;
  117. padding: 30rpx;
  118. margin: 20rpx 10rpx;
  119. -webkit-transform: scale(1);
  120. transform: scale(1);
  121. transition: -webkit-transform 0.3s linear;
  122. transition: transform 0.3s linear;
  123. transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  124. -webkit-transform-origin: center center;
  125. transform-origin: center center;
  126. }
  127. .icon1__item--icon.data-v-dcbcfe34 {
  128. width: 40rpx;
  129. height: 40rpx;
  130. font-size: 40rpx;
  131. border-radius: 50%;
  132. position: relative;
  133. z-index: 1;
  134. }
  135. .icon1__item--icon.data-v-dcbcfe34::after {
  136. content: " ";
  137. position: absolute;
  138. z-index: -1;
  139. width: 100%;
  140. height: 100%;
  141. left: 0;
  142. bottom: 0;
  143. border-radius: inherit;
  144. opacity: 1;
  145. -webkit-transform: scale(1, 1);
  146. transform: scale(1, 1);
  147. background-size: 100% 100%;
  148. }
  149. /* 图标容器1 end */
  150. /* 顶部背景图 start */
  151. .top-backgroup.data-v-dcbcfe34 {
  152. height: 450rpx;
  153. z-index: -1;
  154. }
  155. .top-backgroup .backgroud-image.data-v-dcbcfe34 {
  156. width: 100%;
  157. height: 450rpx;
  158. }
  159. /* 顶部背景图 end */
  160. .data-v-dcbcfe34 .tn-list-cell {
  161. padding-top: 0 !important;
  162. padding-bottom: 0 !important;
  163. border-radius: 0 !important;
  164. }