homecolumn.css 1.9 KB

1234567891011121314151617181920212223242526272829
  1. /* components/special/special.wxss */
  2. .idxnav{justify-content: space-between;padding: 30rpx;}
  3. .zbgm image{width: 336rpx;height: 321rpx;}
  4. .lqzx{margin-bottom: 20rpx;}
  5. .lqzx image{width: 336rpx;height: 151rpx;}
  6. .myzx image{width: 336rpx;height: 151rpx;}
  7. .column{padding: 10rpx 30rpx 30rpx;}
  8. .column .li{width: 332rpx !important;height: 150rpx !important;border-radius: 10rpx !important;box-shadow: 0rpx 3rpx 6rpx 1rpx rgba(0,0,0,0.05);margin: 26rpx 26rpx 0 0 !important;}
  9. .column .li:nth-child(2n){margin-right: 0 !important;}
  10. .column .li image{width: 100%;height: 100%;border-radius: 10rpx;}
  11. .column3{padding: 10rpx 30rpx 30rpx;}
  12. .column3 .li{width: 332rpx !important;height: 150rpx !important;border-radius: 10rpx !important;box-shadow: 0rpx 3rpx 6rpx 1rpx rgba(0,0,0,0.05);margin: 26rpx 0 0 0 !important;}
  13. .column3 > .li:first-child{width: 332rpx !important;height: 326rpx !important;margin-right: 26rpx !important;}
  14. .column3 .li image{width: 100%;height: 100%;border-radius: 10rpx;}
  15. .mer-tit{padding: 0 30rpx;font-size: 32rpx;color: #333;justify-content: space-between;font-weight: bold;}
  16. .mer-more{font-size: 24rpx;color: #999;font-weight: normal;}
  17. .mer-more image{width: 12rpx;height: 21rpx;margin-left: 10rpx;}
  18. .mer-list{padding: 0 30rpx 30rpx;}
  19. .mer-list .li{background-color: #fff;border-radius: 20rpx;padding: 20rpx;box-shadow: 0 0 10rpx rgba(0,0,0,0.05);margin-top: 30rpx;}
  20. .mer-logo{width: 180rpx;height: 180rpx;border-radius: 16rpx;margin-right: 20rpx;}
  21. .mer-name{font-size: 30rpx;color: #333;font-weight: bold;}
  22. .mer-addr{font-size: 26rpx;color: #999;margin-top: 10rpx;}
  23. .yue{font-size: 24rpx;color: #999;margin-top: 5rpx;}
  24. .mer-label{margin-top: 10rpx;}
  25. .mer-label text{margin: 0 10rpx 0 0;height: 31rpx;border: 2rpx solid var(--mina);border-radius: 5rpx;padding: 0 10rpx;line-height: 31rpx;color: var(--mina);font-size: 20rpx;}
  26. .mer-map{width: 40rpx;height: 40rpx;background: #f2f2f2;border-radius: 50%;}