You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

121 lines
2.1 KiB

1 year ago
  1. /* pages/my/my.wxss */
  2. .vip{
  3. position: relative;
  4. padding:30rpx;
  5. color: #333;
  6. overflow: hidden;
  7. }
  8. .txtxt{
  9. font-size: 36rpx;
  10. }
  11. .setUp{
  12. position: absolute;
  13. right: 30rpx;
  14. top: 30rpx;
  15. }
  16. .setUp .iconfont{
  17. color: #fff;
  18. font-size: 40rpx;
  19. }
  20. .tximg{
  21. width: 150rpx;
  22. height: 150rpx;
  23. overflow: hidden;
  24. border-radius: 50%;
  25. position: relative;
  26. display: inline-block;
  27. vertical-align: middle;
  28. }
  29. .tximg image{
  30. position: absolute;
  31. max-width: 100%;
  32. top: 50%;
  33. left: 50%;
  34. transform: translateX(-50%) translateY(-50%);
  35. }
  36. .txtxt{
  37. display: inline-block;
  38. margin-left: 20rpx;
  39. vertical-align: middle;
  40. width: 480rpx;
  41. }
  42. .txtxt view:nth-child(1){
  43. font-size: 32rpx;
  44. }
  45. .righticon{
  46. display: inline-block;
  47. vertical-align: middle;
  48. width: 40rpx;
  49. text-align: right;
  50. }
  51. .txtxt .phone{
  52. color: #0D72E5;
  53. font-size: 48rpx;
  54. font-weight: 550;
  55. }
  56. .txtxt .qita{
  57. font-size: 28rpx;
  58. color: #999;
  59. margin-top: 12rpx;
  60. }
  61. .righticon .iconfont{
  62. color: #BBBBBB;
  63. }
  64. .serviceList{
  65. padding: 30rpx;
  66. }
  67. .serviceLi{
  68. padding: 30rpx 0;
  69. border-bottom:2rpx solid #EEEEEE;
  70. }
  71. .serviceList .servicetxt{
  72. display: inline-block;
  73. vertical-align: middle;
  74. width: 50%;
  75. }
  76. .serviceList .servicetxt .iconfont{
  77. font-size: 48rpx;
  78. color: #0D72E5;
  79. margin-right: 20rpx;
  80. vertical-align: middle;
  81. }
  82. .serviceList .servicetxt text{
  83. vertical-align: middle;
  84. font-size: 28rpx;
  85. color: #101010;
  86. }
  87. .serviceList .serviceright{
  88. display: inline-block;
  89. vertical-align: middle;
  90. text-align: right;
  91. width: 50%;
  92. }
  93. .serviceright .iconright{
  94. color: #BBBBBB;
  95. font-size: 32rpx;
  96. }
  97. .bottombutton{
  98. /* position: fixed; */
  99. bottom: 40rpx;
  100. width: 100%;
  101. box-sizing: border-box;
  102. padding: 30rpx;
  103. }
  104. .bottombutton button{
  105. width: 100% !important;
  106. font-size: 28rpx;
  107. color: #101010 !important;
  108. font-weight: 500;
  109. padding: 30rpx;
  110. }
  111. .navRow{
  112. display: flex;justify-content: space-around;
  113. }
  114. .navItem{
  115. display: flex;flex-direction: column;justify-content: center;align-items: center;
  116. }
  117. .naval{
  118. font-size: 18px;color: #8E8E93;font-weight: bold;
  119. }
  120. .label{
  121. font-size: 12px;color: #919191;margin-top:5px;
  122. }