goods.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. page {
  2. background-color: #F5F5F5;
  3. }
  4. .bg {
  5. background-color: #FFFFFF;
  6. }
  7. .btn {
  8. border: 1rpx solid #CCCCCC;
  9. border-radius: 10px;
  10. padding: 0rpx 30rpx;
  11. margin-right: 25rpx;
  12. height: 30px;
  13. line-height: 30px;
  14. }
  15. .boxH {
  16. background: #FCD202;
  17. border: none;
  18. }
  19. .btns {
  20. border: 1rpx dashed #333333;
  21. border-radius: 28px;
  22. padding: 0rpx 35rpx;
  23. margin-right: 25rpx;
  24. height: 30px;
  25. line-height: 30px;
  26. }
  27. .active {
  28. background: #FCD202;
  29. border: none;
  30. }
  31. .actives {
  32. background: #FCD202;
  33. border: none;
  34. }
  35. .addguige {
  36. width: 90%;
  37. margin: 0 auto;
  38. background: #FCD202;
  39. box-shadow: 0px 10rpx 20rpx 0px #FFD9B3;
  40. border-radius: 16rpx;
  41. text-align: center;
  42. height: 88rpx;
  43. line-height: 88rpx;
  44. position: fixed;
  45. bottom: 25rpx;
  46. left: 0;
  47. right: 0;
  48. }
  49. .addguiges {
  50. width: 90%;
  51. margin: 0 auto;
  52. background: #FCD202;
  53. box-shadow: 0px 10rpx 20rpx 0px #FFD9B3;
  54. border-radius: 16rpx;
  55. text-align: center;
  56. height: 88rpx;
  57. line-height: 88rpx;
  58. /* position: fixed;
  59. bottom: 25upx;
  60. left: 0;
  61. right: 0; */
  62. }
  63. .u-input__textarea {
  64. background-color: #f5f5f5 !important;
  65. padding: 10rpx !important;
  66. }