trans.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. /* pages/trans/trans.wxss */
  2. .userinfo {
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. color: #aaa;
  7. }
  8. .userinfo-avatar {
  9. overflow: hidden;
  10. width: 128rpx;
  11. height: 128rpx;
  12. margin: 20rpx;
  13. border-radius: 50%;
  14. }
  15. .usermotto {
  16. margin-top: 200px;
  17. }
  18. .logo-container {
  19. width : 690rpx;
  20. margin : 30rpx auto;
  21. background-color: #fff;
  22. display : flex;
  23. flex-direction : column;
  24. align-items : center;
  25. padding : 40rpx 0;
  26. box-sizing : border-box;
  27. margin-bottom : 30rpx;
  28. }
  29. .logo-img {
  30. width : 220rpx;
  31. height: 100rpx;
  32. }
  33. .logo-txt {
  34. color : #596c8e;
  35. font-size: 28rpx;
  36. }
  37. .version-container {
  38. display : flex;
  39. margin-top: 15rpx;
  40. }
  41. .container {
  42. display : flex;
  43. flex-direction: column;
  44. align-items : center;
  45. }
  46. .num {
  47. color: #fc6517;
  48. font-size: 42rpx;
  49. }
  50. .text {
  51. height: 25rpx;
  52. font-size: 25rpx;
  53. font-family: PingFangSC-Regular;
  54. font-weight: 400;
  55. color: rgba(102, 102, 102, 1);
  56. line-height: 30rpx;
  57. margin-top: 9rpx;
  58. }
  59. .grid-item {
  60. height: 200rpx;
  61. }
  62. .content-name {
  63. font-size: 28rpx;
  64. font-family: PingFangSC-Regular;
  65. font-weight: 400;
  66. color: rgba(69, 82, 107, 1);
  67. line-height: 20px;
  68. margin-left: 8px;
  69. }
  70. .icon-container{
  71. display: flex;
  72. flex-direction: row;
  73. align-items: center
  74. }
  75. .city{
  76. font-size: 28rpx;
  77. color: #333;
  78. margin-right: 10rpx;
  79. }
  80. .aa{
  81. margin-top: 20rpx;
  82. }
  83. .bb{
  84. width: 500rpx !important;
  85. }
  86. .header{
  87. position: fixed;
  88. top: 0;
  89. left: 0;
  90. }
  91. .content {
  92. /* height: 400rpx; */
  93. position: relative;
  94. }
  95. .tab-content {
  96. min-height: 140rpx;
  97. height: 100%;
  98. display: flex;
  99. align-items: center;
  100. justify-content: center;
  101. font-size: 28rpx;
  102. color: rgba(140, 152, 174, 1);
  103. }
  104. .toggle-button {
  105. position: absolute !important;
  106. top: -80rpx;
  107. right: 20rpx;
  108. min-width: 72rpx !important;
  109. padding: 0 !important;
  110. display: flex;
  111. justify-content: center;
  112. align-items: center;
  113. border-radius: 50% !important;
  114. background: transparent !important;
  115. }
  116. .swipeable-header {
  117. margin: 0 auto;
  118. width: 327rpx !important;
  119. border: 0 !important;
  120. }
  121. .swipeable-class-inactive {
  122. border-width: 8rpx !important;
  123. }
  124. .swipeable-class-active {
  125. font-weight: 900 !important;
  126. font-size: 34rpx !important;
  127. border-width: 6rpx !important;
  128. }
  129. .line-tabs {
  130. background: rgba(90, 120, 158, 1) !important;
  131. }
  132. .tab-image {
  133. width: 44rpx !important;
  134. height: 44rpx !important;
  135. }
  136. .line-class {
  137. width: 30rpx !important;
  138. }
  139. .card {
  140. margin: 10rpx auto !important;
  141. }
  142. .right-card {
  143. height: 250rpx !important;
  144. width: 250rpx !important;
  145. border-radius: 12rpx !important;
  146. }
  147. .card-dot {
  148. width: 18rpx;
  149. height: 18rpx;
  150. border-radius: 50%;
  151. border: 6rpx solid #3963bc;
  152. margin-left: 26rpx;
  153. }
  154. .card-top {
  155. display: flex;
  156. flex-direction: row;
  157. align-items: center;
  158. width: 750rpx;
  159. height: 100rpx;
  160. }
  161. .contentcard-name {
  162. font-size: 28rpx;
  163. font-family: PingFangSC-Regular;
  164. font-weight: 400;
  165. color: rgba(69, 82, 107, 1);
  166. line-height: 20px;
  167. margin-left: 8px;
  168. }
  169. .contentcard {
  170. margin:5rpx 0rpx 0rpx 0rpx;
  171. color: #666;
  172. font-size: 25rpx;
  173. overflow: hidden;
  174. text-overflow: ellipsis;
  175. display: -webkit-box;
  176. -webkit-box-orient: vertical;
  177. -webkit-line-clamp: 5;
  178. }
  179. .avter-contentcard {
  180. margin-top: 10rpx;
  181. color: #333;
  182. font-size: 26rpx;
  183. overflow: hidden;
  184. text-overflow: ellipsis;
  185. display: -webkit-box;
  186. -webkit-box-orient: vertical;
  187. -webkit-line-clamp: 5;
  188. }
  189. .super-long-test{
  190. display: -webkit-box;
  191. word-break: break-all;
  192. text-overflow: ellipsis;
  193. font-size: 30rpx;
  194. overflow: hidden;
  195. -webkit-box-orient: vertical;
  196. -webkit-line-clamp:2;
  197. }
  198. .empty-icon{
  199. width: 30rpx;
  200. height: 30rpx;
  201. background-color:rgb(252, 248, 248);
  202. }
  203. .containertag{
  204. display: flex;
  205. flex-direction: row;
  206. align-items: flex-end;
  207. flex-wrap: wrap;
  208. margin:5rpx 30rpx 10rpx 10rpx;
  209. }
  210. .btn{
  211. margin-bottom: 5rpx;
  212. }
  213. .describe{
  214. color: #f4f4f5;
  215. font-size: 28rpx;
  216. }
  217. .fanli{
  218. position: absolute;
  219. right: 10rpx;
  220. }
  221. .l-tag {
  222. padding: 0 16rpx;
  223. display: inline-flex;
  224. align-items: center;
  225. justify-content: center;
  226. flex-direction: row;
  227. color: #fff;
  228. background-color: #3963bc;
  229. margin-left: 15rpx;
  230. }
  231. .tag{
  232. margin: 6rpx 15rpx 6rpx 0 !important;
  233. }
  234. .price-container{
  235. display: flex;
  236. flex-direction: row;
  237. align-items: center;
  238. margin-left: 10rpx;
  239. }
  240. .price{
  241. color:#d81e06;
  242. font-size: 25rpx;
  243. color: rgba(69, 82, 107, 1);
  244. position: absolute;
  245. }
  246. .yprice{
  247. position: absolute;
  248. right: 25rpx;
  249. color: rgba(69, 82, 107, 1);
  250. font-size: 25rpx;
  251. }
  252. .price-v{
  253. margin:5rpx 20rpx 10rpx 10rpx;
  254. }
  255. .l-form-btn-class{
  256. display: flex;
  257. justify-content: space-around;
  258. margin-top: 10rpx;
  259. }
  260. .tip-type{
  261. display: flex;
  262. align-items: center;
  263. justify-content: space-around;
  264. margin: 40rpx 0;
  265. }
  266. .l-input-container-class {
  267. width: 100% !important;
  268. }
  269. .list-title {
  270. padding: 10px;
  271. display: flex;
  272. justify-content: space-between;
  273. }
  274. .list-title view{
  275. width:50%;
  276. display:inline-block;
  277. }
  278. .right{
  279. text-align:right;
  280. padding-right:30rpx;
  281. }