shop.css 1.8 KB

12345678910111213141516171819202122232425
  1. /* shop.css */
  2. .top{position: fixed;top: 0;left: 0;right: 0;z-index: 50;}
  3. .topbg{width: 100%;height: 100%;}
  4. .title{position: absolute;left: 0;right: 0;text-align: left;font-size: 36rpx;color: #fff;padding-left: 34rpx;}
  5. .tcon{position: relative;}
  6. .tcbg{width: 100%;height: 260rpx;position: absolute;top: 0;left: 0;z-index: 0;}
  7. .merchant{padding: 40rpx 45rpx;position: relative;z-index: 1;}
  8. .logo{width: 100rpx;height: 100rpx;border: 2rpx solid #fff;background: #fff;border-radius: 50%;margin-right: 25rpx;}
  9. .merchant-name{font-size: 36rpx;color: #fff;}
  10. .change{margin-left: 10rpx;font-size: 24rpx;color: rgba(255,255,255,.5);}
  11. .change image{width: 14rpx;height: 23rpx;margin-left: 6rpx;}
  12. .merchant-info{font-size: 24rpx;color: #FFDEC4;margin-top: 14rpx;}
  13. .merchant-info image{width: 24rpx;height: 24rpx;margin-right: 8rpx;}
  14. .m-share{font-size: 22rpx;color: #fff;margin-left: 50rpx !important;}
  15. .m-share image{width: 34rpx;height: 34rpx;margin: 0 auto 15rpx;}
  16. .con{background: #fff;border-radius: 25rpx 25rpx 0 0;position: relative;z-index: 1;padding: 25rpx 0 0;}
  17. .search{height: 64rpx;border-radius: 32rpx;background: #f0f1f3;padding: 0 40rpx;font-size: 28rpx;color: #A7A7A7;margin: 0 30rpx;}
  18. .search image{width: 30rpx;height: 30rpx;margin-right: 7rpx;}
  19. .nav .li{width: 25%;text-align: center;font-size: 26rpx;color: #222;padding: 55rpx 0;}
  20. .nav .li image{width: 98rpx;height: 98rpx;margin: 0 auto 15rpx;}
  21. .tab{margin: 0 30rpx;border-bottom: 1rpx solid #D1D1D1;position: relative;}
  22. .tab::after{content: '';display: block;width: 1rpx;height: 78rpx;background: #ccc;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
  23. .tab .li{width: 50%;text-align: center;padding: 5rpx 0 35rpx;}
  24. .tab .li view{font-size: 36rpx;color: #222;font-weight: bold;}
  25. .tab .li text{display: block;font-size: 24rpx;color: #999;margin-top: 10rpx;}