store_options.css 2.0 KB

123456789101112131415161718192021222324252627282930
  1. /* .top{box-sizing: border-box;align-items: center;}
  2. .top-bg{display: block;width: 100%;height: 192rpx;position: absolute;top: 0;left: 0;z-index: 1;}
  3. .topcon{position: relative;z-index: 2;display: flex;display: -webkit-flex;padding-top: 20rpx;padding-bottom: 20rpx;}
  4. .logo{display: block;width: 80rpx;height: 80rpx;z-index: 2;}
  5. .areas{align-items: center;color: #fff; z-index: 3;}
  6. .areas image{width: 22rpx;height: 17rpx;margin-left: 10rpx;margin-top: 10rpx;}
  7. .recent{align-items: center;font-size: 22rpx;color: #fff;margin-top: 10rpx;}
  8. .recent text{display: block;width: 100rpx;height: 32rpx;text-align: center;line-height: 32rpx;border-radius: 16rpx;margin-right: 9rpx;font-size: 22rpx;}
  9. .renqi{padding: 0 35rpx;text-align: center;font-size: 34rpx;color: #fff;}
  10. .renqi text{display: block;opacity: .7;font-size: 24rpx;margin-top: 10rpx;} */
  11. .box1{border-radius: 50rpx 50rpx 0 0;padding-top: 26rpx;padding-bottom: 5rpx;position: relative;z-index: 2;}
  12. .search{background: #fff;height: 60rpx;border-radius: 10rpx;padding: 0 15rpx 0 30rpx;align-items: center;font-size: 26rpx;color: #B3B3B3;margin-right: 30rpx;}
  13. .search image{width: 30rpx;height: 30rpx;margin-right: 13rpx;}
  14. .search image.sao{width: 42rpx;height: 42rpx;}
  15. .cont{flex-wrap: wrap;font-size: 26rpx;}
  16. .cont .li{align-items: center;margin-right: 20rpx; color: #fff;margin-top: 5rpx;}
  17. .cont image{width: 30rpx;height: 30rpx;}
  18. .idx-top-contact image{width: 49rpx;height: 60rpx;}
  19. .top-nav{position: relative;z-index: 5;padding-right: 80rpx;}
  20. .top-nav scroll-view{white-space: nowrap;height: 70rpx;padding-right: 30rpx;}
  21. .top-nav .li{display: inline-block;font-size: 28rpx;color: #fff;margin-right: 30rpx;line-height: 70rpx;}
  22. .top-nav .li:last-child{margin-right: 0;}
  23. .top-nav .li:first-child{margin-left: 30rpx;}
  24. .column{position: absolute;top: 0;right: 0;font-size: 28rpx;color: #fff;height: 70rpx;align-items: center;padding: 0 20rpx;}
  25. .column image{width: 35rpx;height: 35rpx;margin-right: 10rpx;}
  26. .not-color{background: #fff !important;}