mine.wxss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  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. max-height: 100vh;
  9. }
  10. /* 底部安全边距 start*/
  11. .tn-tabbar-height.data-v-dcbcfe34 {
  12. min-height: 120rpx;
  13. height: calc(140rpx + env(safe-area-inset-bottom) / 2);
  14. height: calc(140rpx + constant(safe-area-inset-bottom));
  15. }
  16. .tn-color-cat.data-v-dcbcfe34 {
  17. color: #1D2541;
  18. }
  19. .tn-bg-cat.data-v-dcbcfe34 {
  20. background-color: #1D2541;
  21. }
  22. /* 自定义导航栏内容 start */
  23. .custom-nav.data-v-dcbcfe34 {
  24. height: 100%;
  25. }
  26. .custom-nav__back.data-v-dcbcfe34 {
  27. margin: auto 5rpx;
  28. font-size: 40rpx;
  29. margin-right: 10rpx;
  30. flex-basis: 5%;
  31. width: 100rpx;
  32. position: absolute;
  33. }
  34. /* 自定义导航栏内容 end */
  35. /* 顶部背景图 end */
  36. /* 用户头像 start */
  37. .logo-image.data-v-dcbcfe34 {
  38. width: 140rpx;
  39. height: 140rpx;
  40. position: relative;
  41. overflow: hidden;
  42. border-radius: 50%;
  43. }
  44. .logo-pic.data-v-dcbcfe34 {
  45. background-size: cover;
  46. background-repeat: no-repeat;
  47. background-position: top;
  48. border: 8rpx solid rgba(255, 255, 255, 0.05);
  49. box-shadow: 0rpx 0rpx 80rpx 0rpx rgba(0, 0, 0, 0.15);
  50. border-radius: 50%;
  51. overflow: hidden;
  52. }
  53. /* 页面 start*/
  54. .about-shadow.data-v-dcbcfe34 {
  55. border-radius: 15rpx;
  56. box-shadow: 0rpx 0rpx 50rpx 0rpx rgba(0, 0, 0, 0.07);
  57. }
  58. .about__wrap.data-v-dcbcfe34 {
  59. position: relative;
  60. z-index: 1;
  61. margin: 20rpx 30rpx;
  62. }
  63. /* 页面 end*/
  64. /* 图标容器15 start */
  65. .icon15__item.data-v-dcbcfe34 {
  66. width: 30%;
  67. background-color: #FFFFFF;
  68. border-radius: 10rpx;
  69. padding: 30rpx;
  70. margin: 20rpx 10rpx;
  71. -webkit-transform: scale(1);
  72. transform: scale(1);
  73. transition: -webkit-transform 0.3s linear;
  74. transition: transform 0.3s linear;
  75. transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  76. -webkit-transform-origin: center center;
  77. transform-origin: center center;
  78. }
  79. .icon15__item--icon.data-v-dcbcfe34 {
  80. width: 100rpx;
  81. height: 100rpx;
  82. font-size: 60rpx;
  83. border-radius: 50%;
  84. margin-bottom: 18rpx;
  85. position: relative;
  86. z-index: 1;
  87. }
  88. .icon15__item--icon.data-v-dcbcfe34::after {
  89. content: " ";
  90. position: absolute;
  91. z-index: -1;
  92. width: 100%;
  93. height: 100%;
  94. left: 0;
  95. bottom: 0;
  96. border-radius: inherit;
  97. opacity: 1;
  98. -webkit-transform: scale(1, 1);
  99. transform: scale(1, 1);
  100. background-size: 100% 100%;
  101. }
  102. /* 图标容器12 start */
  103. .tn-three.data-v-dcbcfe34 {
  104. position: absolute;
  105. top: 50%;
  106. right: 50%;
  107. bottom: 50%;
  108. left: 50%;
  109. -webkit-transform: translate(-38rpx, -16rpx) rotateX(30deg) rotateY(20deg) rotateZ(-30deg);
  110. transform: translate(-38rpx, -16rpx) rotateX(30deg) rotateY(20deg) rotateZ(-30deg);
  111. text-shadow: -1rpx 2rpx 0 #f0f0f0, -2rpx 4rpx 0 #f0f0f0, -10rpx 20rpx 30rpx rgba(0, 0, 0, 0.2);
  112. }
  113. .icon20__item.data-v-dcbcfe34 {
  114. width: 30%;
  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. .icon20__item--icon.data-v-dcbcfe34 {
  128. width: 100rpx;
  129. height: 100rpx;
  130. font-size: 60rpx;
  131. border-radius: 50%;
  132. margin-bottom: 18rpx;
  133. position: relative;
  134. z-index: 1;
  135. }
  136. .icon20__item--icon.data-v-dcbcfe34::after {
  137. content: " ";
  138. position: absolute;
  139. z-index: -1;
  140. width: 100%;
  141. height: 100%;
  142. left: 0;
  143. bottom: 0;
  144. border-radius: inherit;
  145. opacity: 1;
  146. -webkit-transform: scale(1, 1);
  147. transform: scale(1, 1);
  148. background-size: 100% 100%;
  149. background-image: url(https://resource.tuniaokj.com/images/cool_bg_image/icon_bg.png);
  150. }
  151. .button-vip.data-v-dcbcfe34 {
  152. width: 100%;
  153. height: 150rpx;
  154. border-radius: 15rpx;
  155. position: relative;
  156. z-index: 1;
  157. }
  158. .button-vip.data-v-dcbcfe34::after {
  159. content: " ";
  160. position: absolute;
  161. z-index: -1;
  162. width: 100%;
  163. height: 100%;
  164. left: 0;
  165. bottom: 0;
  166. border-radius: inherit;
  167. opacity: 1;
  168. -webkit-transform: scale(1, 1);
  169. transform: scale(1, 1);
  170. background-size: 100% 100%;
  171. background-image: url(https://resource.tuniaokj.com/images/cool_bg_image/icon_bg.png);
  172. }
  173. /* 图标容器12 start */
  174. .icon12__item.data-v-dcbcfe34 {
  175. width: 30%;
  176. background-color: #FFFFFF;
  177. border-radius: 10rpx;
  178. padding: 30rpx;
  179. margin: 20rpx 10rpx;
  180. -webkit-transform: scale(1);
  181. transform: scale(1);
  182. transition: -webkit-transform 0.3s linear;
  183. transition: transform 0.3s linear;
  184. transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  185. -webkit-transform-origin: center center;
  186. transform-origin: center center;
  187. }
  188. .icon12__item--icon.data-v-dcbcfe34 {
  189. width: 15rpx;
  190. height: 15rpx;
  191. font-size: 50rpx;
  192. border-radius: 50%;
  193. margin-bottom: 38rpx;
  194. position: relative;
  195. z-index: 1;
  196. }
  197. .icon12__item--icon.data-v-dcbcfe34::after {
  198. content: " ";
  199. position: absolute;
  200. z-index: -1;
  201. width: 100%;
  202. height: 100%;
  203. left: 0;
  204. bottom: 0;
  205. border-radius: inherit;
  206. opacity: 1;
  207. -webkit-transform: scale(1, 1);
  208. transform: scale(1, 1);
  209. background-size: 100% 100%;
  210. }
  211. /* 图标容器1 start */
  212. .icon1__item.data-v-dcbcfe34 {
  213. background-color: #FFFFFF;
  214. border-radius: 10rpx;
  215. padding: 30rpx;
  216. margin: 20rpx 10rpx;
  217. -webkit-transform: scale(1);
  218. transform: scale(1);
  219. transition: -webkit-transform 0.3s linear;
  220. transition: transform 0.3s linear;
  221. transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  222. -webkit-transform-origin: center center;
  223. transform-origin: center center;
  224. }
  225. .icon1__item--icon.data-v-dcbcfe34 {
  226. width: 40rpx;
  227. height: 40rpx;
  228. font-size: 40rpx;
  229. border-radius: 50%;
  230. position: relative;
  231. z-index: 1;
  232. }
  233. .icon1__item--icon.data-v-dcbcfe34::after {
  234. content: " ";
  235. position: absolute;
  236. z-index: -1;
  237. width: 100%;
  238. height: 100%;
  239. left: 0;
  240. bottom: 0;
  241. border-radius: inherit;
  242. opacity: 1;
  243. -webkit-transform: scale(1, 1);
  244. transform: scale(1, 1);
  245. background-size: 100% 100%;
  246. background-image: url(https://resource.tuniaokj.com/images/cool_bg_image/icon_bg.png);
  247. }
  248. /* 图标容器1 end */
  249. /* 顶部背景图 start */
  250. .top-backgroup.data-v-dcbcfe34 {
  251. height: 450rpx;
  252. z-index: -1;
  253. }
  254. .top-backgroup .backgroud-image.data-v-dcbcfe34 {
  255. width: 100%;
  256. height: 450rpx;
  257. }
  258. /* 顶部背景图 end */