猫妈狗爸伴宠师小程序前端代码
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
1.8 KiB

1 month ago
  1. .bind-user {
  2. // height: 100vh;
  3. height: 453rpx;
  4. background: linear-gradient(360deg, #ffffff 0%, #ffbf60 99%);
  5. &-header {
  6. padding: 60rpx 20rpx 0;
  7. color: #ffffff;
  8. }
  9. .header-name {
  10. margin-left: 20rpx;
  11. .label1 {
  12. background-color: #ffa848;
  13. border-radius: 20rpx;
  14. font-size: 22rpx;
  15. border: 1px solid #ffffff;
  16. padding: 0 10rpx;
  17. box-sizing: border-box;
  18. }
  19. }
  20. .header-card {
  21. padding: 20rpx;
  22. border-radius: 20rpx;
  23. font-size: 28rpx;
  24. }
  25. .card-left {
  26. background: #78f7eb;
  27. }
  28. .card-right {
  29. background: #de8585;
  30. }
  31. &-foot {
  32. width: 100%;
  33. height: 180rpx;
  34. background-color: #ffffff;
  35. position: fixed;
  36. bottom: 0;
  37. .tab-bar {
  38. margin-bottom: 60rpx;
  39. .activeColor {
  40. color: #000;
  41. }
  42. }
  43. }
  44. }
  45. .bind-main {
  46. padding: 0 20rpx;
  47. box-sizing: border-box;
  48. height: 100vh;
  49. }
  50. .my-data {
  51. padding: 0 40rpx;
  52. box-sizing: border-box;
  53. background-color: #ffffff;
  54. margin-bottom: 40rpx;
  55. border-radius: 20rpx;
  56. &-mounth {
  57. padding: 40rpx 0;
  58. box-sizing: border-box;
  59. background-color: #ffffff;
  60. }
  61. &-total {
  62. padding: 40rpx 0;
  63. box-sizing: border-box;
  64. background-color: #ffffff;
  65. }
  66. }
  67. .bottom {
  68. height: 546rpx;
  69. background-color: #fff4e6;
  70. padding: 3%;
  71. font-size: 22rpx;
  72. box-sizing: border-box;
  73. .line1 {
  74. position: relative;
  75. margin-bottom: 50rpx;
  76. &::before {
  77. position: absolute;
  78. top: 25rpx;
  79. left: 0;
  80. content: '';
  81. width: 660rpx;
  82. height: 1rpx;
  83. background-color: #f5f5f7;
  84. }
  85. }
  86. .form_item {
  87. font-size: 22rpx;
  88. color: #a55822;
  89. position: relative;
  90. margin-left: 10rpx;
  91. &::before {
  92. position: absolute;
  93. top: 5rpx;
  94. left: -18rpx;
  95. content: '*';
  96. }
  97. }
  98. }
  99. .my-level {
  100. padding: 0 40rpx;
  101. box-sizing: border-box;
  102. background-color: #ffffff;
  103. margin-bottom: 40rpx;
  104. border-radius: 20rpx;
  105. &-need {
  106. padding: 40rpx 0;
  107. box-sizing: border-box;
  108. background-color: #ffffff;
  109. }
  110. &-content {
  111. .data {
  112. }
  113. }
  114. }