帮你贷的小程序

mine.wxss 2.4KB

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