addmendian.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .contentV{
  2. display: flex;
  3. width: 100%;
  4. justify-content: center;
  5. display: inline-block;
  6. }
  7. .yzmctV{
  8. display: flex;
  9. flex-direction: row;
  10. align-items: center;
  11. justify-content: center;
  12. margin-top: 40rpx;
  13. }
  14. .noinputV{
  15. font-size: 30rpx;
  16. margin-left: 20rpx;
  17. width: 60%;
  18. height: 60rpx;
  19. line-height: 60rpx;
  20. border-radius: 20rpx;
  21. border: 2rpx solid darkgray;
  22. }
  23. .addrtext{
  24. margin-left: 20rpx;
  25. font-size: 26rpx;
  26. width: 60%;
  27. text-decoration:underline;
  28. }
  29. .yzmbt{
  30. font-size: 28rpx;
  31. width: 150rpx;
  32. }
  33. .xialakuang{
  34. margin-left: 20rpx;
  35. width: 60%;
  36. height: 60rpx;
  37. line-height: 60rpx;
  38. }
  39. .imagV{
  40. width: 80%;
  41. height: 20vh;
  42. background-color: antiquewhite;
  43. }
  44. .querenBt{
  45. margin-top: 30rpx;
  46. width: 80%;
  47. height: 60rpx;
  48. line-height: 60rpx;
  49. padding: 10rpx;
  50. border-radius: 20rpx;
  51. border: solid crimson;
  52. border-width: 0px 0px 6rpx 0px;
  53. text-align: center;
  54. justify-content: center;
  55. background-color: #E02F73;
  56. color: white;
  57. box-shadow: -4rpx 4rpx 2rpx 5rpx lightgrey;
  58. }
  59. .skuViewCt{
  60. display: flex;
  61. flex-direction: column;
  62. justify-content:center;
  63. margin-top: 10rpx;
  64. }
  65. .fwyzmbt{
  66. margin-left: 9%;
  67. font-size: 28rpx;
  68. width: 150rpx;
  69. }
  70. .contensbgg{
  71. display: flex;
  72. flex-direction: column;
  73. justify-content:flex-start;
  74. width: 80%;
  75. margin-left: 30%;
  76. }
  77. .youhuixinxi{
  78. margin: 10rpx;
  79. padding: 4rpx;
  80. font-size: 26rpx;
  81. line-height: 54rpx;
  82. height: 54rpx;
  83. border: 2rpx solid lightgray;
  84. border-radius: 8rpx;
  85. }
  86. .xz{
  87. border: 2rpx solid brown;
  88. color: crimson;
  89. }