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

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