index.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .page {
  2. margin-bottom: 120rpx;
  3. }
  4. .page_item{
  5. border-radius: 5px;
  6. box-shadow: 0rpx 3rpx 5rpx #DBDBDB;
  7. margin: 30rpx;
  8. padding: 0rpx;
  9. overflow: hidden;
  10. }
  11. .item_pic{
  12. border-top-right-radius: 5px;
  13. border-top-left-radius: 5px;
  14. width:695rpx;
  15. }
  16. .item_title {
  17. padding: 0 30rpx 0 30rpx;
  18. }
  19. .item_desc {
  20. display: flex;
  21. flex-direction: row;
  22. justify-content: space-between;
  23. padding: 0 30rpx 0 30rpx;
  24. align-items: center;
  25. -ms-flex-item-align: center;
  26. }
  27. .item_desc .price {
  28. font-size:36rpx;
  29. color:#ff9900;
  30. }
  31. .item_null {
  32. margin: 50rpx 30rpx 30rpx 30rpx;
  33. padding: 0rpx;
  34. height: 60rpx;
  35. display: flex;
  36. flex-direction: row;
  37. align-items: center;
  38. justify-content: center;
  39. }
  40. .item_null .text {
  41. color: #707070;
  42. margin: 0 20rpx 0 20rpx;
  43. font-size: 35rpx;
  44. }
  45. .item_null .left_line, .right_line{
  46. width: 120rpx;
  47. height: 1rpx;
  48. }
  49. .item_null .left_line{
  50. background: linear-gradient(to right, #DBDBDB , #999);
  51. }
  52. .item_null .right_line{
  53. background: linear-gradient(to left, #DBDBDB , #999);
  54. }
  55. .nxh__button2{
  56. width: 180rpx;
  57. }
  58. .nxh__button3 {
  59. width: 300rpx;
  60. }
  61. .cash {
  62. position: fixed;
  63. bottom: 0rpx;
  64. height: 120rpx;
  65. width: 100%;
  66. background: #fff;
  67. display: flex;
  68. flex-direction: row;
  69. justify-content: space-around;
  70. align-items: center;
  71. }