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

92 lines
1.3 KiB

  1. .box {
  2. width: 100vw;
  3. height: 100vh;
  4. padding: 0 20rpx;
  5. position: absolute;
  6. .top{
  7. width: 710rpx;
  8. height: auto;
  9. background-color: #fff;
  10. padding: 0 23rpx 53rpx 23rpx;
  11. }
  12. .img {
  13. image, .u-image, .img{
  14. width: 173rpx;
  15. height: 230rpx;
  16. }
  17. }
  18. .notes{
  19. width: 681rpx;
  20. height: auto;
  21. padding: 4rpx 10rpx;
  22. border: 1rpx solid #999999;
  23. }
  24. .input_{
  25. border-bottom: 1px solid #000;
  26. text-align: center;
  27. }
  28. .line{
  29. width: 691rpx;
  30. height: 1rpx;
  31. background-color: #707070;
  32. opacity: 0.14;
  33. margin: 35rpx 0 35rpx -13rpx;
  34. }
  35. .buttom{
  36. width: 750rpx;
  37. height: 163rpx;
  38. background-color: #fff;
  39. position: relative;
  40. bottom: 32rpx;
  41. left: -20rpx;
  42. padding: 40rpx 85rpx;
  43. .buttom-item{
  44. width: 594rpx;
  45. height: 94rpx;
  46. background-color: #FFBF60;
  47. align-items: center;
  48. justify-content: center;
  49. }
  50. }
  51. .buttom_{
  52. width: 750rpx;
  53. height: 163rpx;
  54. background-color: #fff;
  55. padding: 40rpx 40rpx;
  56. position: relative;
  57. bottom: 32rpx;
  58. left: -20rpx;
  59. justify-content: space-between;
  60. .buttom_item{
  61. width: 307rpx;
  62. height: 94rpx;
  63. background-color: #FFBF60;
  64. align-items: center;
  65. justify-content: center;
  66. }
  67. }
  68. }
  69. .ml--15{
  70. margin-left: -15rpx;
  71. }
  72. .color-A55{
  73. color: #A55822;
  74. }
  75. .box-size {
  76. box-sizing: border-box;
  77. }
  78. .level{
  79. display: flex;
  80. }