多年电商人的感悟

我不知道我是不是真正的电商人,在某宝8年了,直到去年我才完全放弃!现在。我想打工做副业,但不知道从哪里开始!

13年初,我第一次接触电子商务。当时可以说是某宝的红利期。好像只要上架就可以卖东西,我也尝到了甜头。每天忙到凌晨才能回家,开始黑白颠倒的生活,每天坐在电脑前接订单,上架产品。一日三餐从中午到深夜。这样的生活,只有半年让我胖了30斤!

15年来,各种规则慢慢改变。做起来慢慢变得困难。因为没有系统的学习,我只是赶上了一个好时期。得到的一切都让我沉浸在胜利的喜悦中,忘记了只要上了产品就可以卖,还是不想学,也不想知道平台规则的变化。一步一步走向电商的深渊!

十六年,也许此时我舍得投入大量的广告,还是可以挽回的,但是因为刚接触到广告,每天只敢投一点,不太理想,但也饿不死。

从17年到19年,我开始疯狂地投放广告,直到我在头两年赚了所有的钱,我才开始意识到。有跟上大趋势,只有被淘汰。

一直到去年,挣扎了半年才完全放弃。

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
05-31
好的,下面是一个简单的商首页的HTML代码,您可以根据需要进行修改和完善: ```html <!DOCTYPE html> <html> <head> <title>商首页</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> /* 样式表 */ body { margin: 0; padding: 0; font-family: Arial, sans-serif; } .header { background-color: #333; color: #fff; padding: 20px; text-align: center; font-size: 24px; } .menu { background-color: #f2f2f2; padding: 10px; text-align: center; font-size: 18px; } .menu a { color: #333; text-decoration: none; margin-right: 20px; } .menu a:hover { color: #666; } .banner { background-image: url("banner.jpg"); background-size: cover; height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; text-align: center; font-size: 36px; } .products { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 20px; background-color: #fff; } .product { width: 300px; margin: 20px; padding: 10px; border: 1px solid #ccc; box-shadow: 2px 2px 2px #ccc; text-align: center; font-size: 18px; } .product img { max-width: 100%; height: auto; margin-bottom: 10px; } .product h3 { margin: 0; font-size: 24px; } .product p { margin: 10px 0; font-size: 18px; } .footer { background-color: #333; color: #fff; padding: 20px; text-align: center; font-size: 18px; } </style> </head> <body> <header class="header"> <h1>商首页</h1> </header> <nav class="menu"> <a href="#">首页</a> <a href="#">新品上市</a> <a href="#">热门商品</a> <a href="#">特价促销</a> <a href="#">关于我们</a> </nav> <div class="banner"> <h2>欢迎来到我们的商网站</h2> <p>购物从未如此简单和便捷</p> <button>立即购买</button> </div> <main class="products"> <div class="product"> <img src="product1.jpg" alt="商品1"> <h3>商品1</h3> <p>价格:100元</p> <button>立即购买</button> </div> <div class="product"> <img src="product2.jpg" alt="商品2"> <h3>商品2</h3> <p>价格:200元</p> <button>立即购买</button> </div> <div class="product"> <img src="product3.jpg" alt="商品3"> <h3>商品3</h3> <p>价格:300元</p> <button>立即购买</button> </div> <div class="product"> <img src="product4.jpg" alt="商品4"> <h3>商品4</h3> <p>价格:400元</p> <button>立即购买</button> </div> <div class="product"> <img src="product5.jpg" alt="商品5"> <h3>商品5</h3> <p>价格:500元</p> <button>立即购买</button> </div> <div class="product"> <img src="product6.jpg" alt="商品6"> <h3>商品6</h3> <p>价格:600元</p> <button>立即购买</button> </div> </main> <footer class="footer"> <p>版权所有 © 2021 商网站</p> </footer> </body> </html> ``` 这个商首页包括了一个头部、菜单、轮播图、商品展示和底部版权信息,您可以根据需要进行修改和扩展。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

黄蓝v社

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值