帮你贷的小程序

mine.wxss 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. /**index.wxss**/
  2. .my_applisation navigator {
  3. display: inline-block;
  4. width: 100%;
  5. }
  6. .logo_img, .ellipse_border .userinfo-btn{
  7. width: 60px;
  8. height: 60px;
  9. margin: auto;
  10. display: block;
  11. position: relative;
  12. border: 6px solid #fff;
  13. border-radius: 50%;
  14. top: 18px;
  15. }
  16. .ellipse_border .userinfo-btn{
  17. padding: 0px;
  18. box-sizing: content-box;
  19. background: url('http://m.henhaojie.com/images/KX0004.png') no-repeat;
  20. -webkit-background-size: 100% 100%;
  21. background-size: 100% 100%;
  22. }
  23. .backfff {
  24. background-color: #fff;
  25. }
  26. .top {
  27. width: 100%;
  28. height: 24px;
  29. background-color: #ffcf00;
  30. }
  31. .ellipse_border {
  32. display: block;
  33. width: 100%;
  34. height: auto;
  35. background: url('https://chaoshi.henhaojie.com/icon/bg@2x.png') no-repeat;
  36. background-size: 100% 100%;
  37. }
  38. .user_id {
  39. width: 100%;
  40. /* align-items: center; */
  41. text-align: center;
  42. font-size: 14px;
  43. font-family: PingFangSC-Regular;
  44. color: rgba(102, 102, 102, 1);
  45. display: block;
  46. margin-top: 20px;
  47. /* line-height: 1rem; */
  48. }
  49. /*我的列表*/
  50. .top_hr {
  51. border-top: 1rpx solid #E5E5E5;
  52. border-bottom: 1rpx solid #E5E5E5;
  53. }
  54. .content_list {
  55. margin-top: 40px;
  56. width: 100%;
  57. display: block;
  58. }
  59. .content_list .my_applisation {
  60. width: 100%;
  61. height: 54px;
  62. display: block;
  63. line-height: 54px;
  64. }
  65. .content_list .my_applisation .my_list_01 {
  66. float: left;
  67. display: inline-block;
  68. /*width: 96rpx;*//*height: 96rpx;*/
  69. background: url('http://m.henhaojie.com/images/icon02.png') no-repeat;
  70. background-size: 750rpx 400rpx;
  71. background-position: 0 -354rpx;
  72. /* background-color: #ccc; */
  73. }
  74. .top_content_list {
  75. margin-top: 10px;
  76. border-top: 1rpx solid #E5E5E5;
  77. border-bottom: 1rpx solid #E5E5E5;
  78. }
  79. .border_bottom_hr {
  80. border-bottom: 1rpx solid #e5e5e5;
  81. }
  82. .border_top_hr {
  83. border-top: 1rpx solid #e5e5e5;
  84. }
  85. .mine .my_applisation {
  86. font-size: 0px;
  87. }
  88. .mine .my_applisation .my_list_text {
  89. display: inline-block;
  90. font-size: 14px;
  91. }
  92. .mine .my_applisation .icon {
  93. display: inline-block;
  94. margin: 30rpx 20rpx 0 20rpx;
  95. width: 48rpx;
  96. height: 48rpx;
  97. /* background-color: #ccc; */
  98. }
  99. .mine .my_applisation .my_list_01 {
  100. background: url('http://m.henhaojie.com/images/icon02.png') no-repeat;
  101. background-size: 750rpx 400rpx;
  102. background-position: 5rpx -354rpx;
  103. }
  104. .mine .my_applisation .my_list_02 {
  105. margin: -26rpx 20rpx 0 20rpx;
  106. background: url('https://chaoshi.henhaojie.com/icon/question@3x.png') no-repeat;
  107. background-size: 100% 100%;
  108. }
  109. .mine .my_applisation .my_list_03 {
  110. margin: -26rpx 20rpx 0 20rpx;
  111. background: url('https://chaoshi.henhaojie.com/icon/Feedback.png') no-repeat;
  112. background-size: 100% 100%;
  113. }