index.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. @import '../common/common.wxss';
  2. .search{
  3. padding: 20rpx;
  4. }
  5. .search-text{
  6. display: flex;
  7. justify-content: center;
  8. align-items: center;
  9. height: 50rpx;
  10. color: #aaa;
  11. text-align: center;
  12. border: 1px solid #ddd;
  13. border-radius: 20rpx;
  14. }
  15. .search-text icon{
  16. margin-right: 10rpx;
  17. }
  18. swiper {
  19. height: 421.5rpx;
  20. }
  21. swiper-item image {
  22. width: 100%;
  23. height: 100%;
  24. }
  25. .select-title,.newest-title{
  26. width: 100%;
  27. padding:30rpx 0;
  28. height: 40rpx;
  29. color: #AB956D;
  30. text-align: center;
  31. }
  32. .select-top-small{
  33. width: 375rpx;
  34. height: 375rpx;
  35. float: left;
  36. }
  37. .select-bottom,.select-top{
  38. width: 100%;
  39. height: 375rpx;
  40. }
  41. .select-top-small image,.select-bottom image,.select-top-small navigator,.select-bottom navigator{
  42. display: block;
  43. width: 100%;
  44. height: 100%;
  45. }
  46. .newest-box{
  47. padding:0 40rpx;
  48. }
  49. .newest-box .newest-list{
  50. display: inline-block;
  51. width: 325rpx;
  52. height: 325rpx;
  53. margin:0 20rpx 20rpx 0;
  54. border-radius: 10px;
  55. text-align: center;
  56. background: #f5f6f5;
  57. }
  58. .newest-box .newest-list:nth-child(2n){
  59. margin-right: 0;
  60. }
  61. .newest-box .newest-list image{
  62. width: 175rpx;
  63. height: 175rpx;
  64. margin: 20rpx 0 10rpx;
  65. }
  66. .newest-box .newest-list .newest-text{
  67. font-size: 32rpx;
  68. }