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

100 lines
1.3 KiB

2 months ago
2 months ago
  1. .box {
  2. width: 100vw;
  3. height: 100vh;
  4. }
  5. .title {
  6. font-size: 28rpx;
  7. font-weight: 400;
  8. }
  9. .top {
  10. width: 100vw;
  11. height: 300rpx;
  12. background-color: #FFFFFF;
  13. padding: 4% 5%;
  14. }
  15. .img {
  16. width: 165rpx;
  17. height: 165rpx;
  18. /* background-color: pink; */
  19. color: #7D8196;
  20. font-size: 25rpx;
  21. margin: 1% 39%;
  22. display: grid;
  23. jplace-items: center;
  24. position: relative;
  25. }
  26. .top_item {
  27. position: absolute;
  28. top: 100rpx;
  29. left: 100rpx;
  30. }
  31. .base-info {
  32. width: 100vw;
  33. margin: 0 auto;
  34. background-color: #fff;
  35. border-radius: 28rpx;
  36. padding: 4% 5% 1% 5%;
  37. margin-top: 20rpx;
  38. }
  39. .information {
  40. width: 100vw;
  41. height: auto;
  42. background-color: #FFFFFF;
  43. font-size: 28rpx;
  44. /* margin-top: 20rpx; */
  45. /* padding: 4% 5%; */
  46. }
  47. .information_ {
  48. width: 680rpx;
  49. margin: 0 auto;
  50. padding: 0 36rpx;
  51. box-sizing: border-box;
  52. /* color: #AAAAAA; */
  53. }
  54. .bottom {
  55. width: 100vw;
  56. height: 120rpx;
  57. padding: 20rpx 40rpx;
  58. justify-content: space-between;
  59. background-color: #FFFFFF;
  60. margin-top: 20rpx;
  61. }
  62. .delet {
  63. width: 316rpx;
  64. height: 80rpx;
  65. background-color: #F2F2F2;
  66. line-height: 80rpx;
  67. justify-content: center;
  68. color: #AAAAAA;
  69. }
  70. .save {
  71. width: 316rpx;
  72. height: 80rpx;
  73. background-color: #FFBF60;
  74. line-height: 80rpx;
  75. justify-content: center;
  76. color: #FFFFFF;
  77. }
  78. .box-size {
  79. box-sizing: border-box;
  80. }
  81. .level {
  82. display: flex;
  83. }
  84. .margin_top_3 {
  85. margin-top: 3%;
  86. }