小程序打印日志

 console.log(`展开列表${e}`)

斜角设置

.menu-default {
  height: 40px;
  line-height: 40px;
  width: 130px;
  background: linear-gradient(135deg, transparent 0px, #FF8D1A 0) top left, linear-gradient(-135deg, transparent 20px, #FF8D1A 0) top right, linear-gradient(-45deg, transparent 20px, #FF8D1A 0) bottom right, linear-gradient(45deg, transparent 0px, #FF8D1A 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  font-size: 12px;
  padding-left: 10rpx;
  box-sizing: border-box;
  position: absolute;
}

.menu-choose {
  height: 40px;
  line-height: 40px;
  width: 160px;
  margin-left: 100px;
  background: linear-gradient(45deg, transparent 20px, #FF8D1A 0) top left, linear-gradient(-135deg, transparent 20px, #FF8D1A 0) top right, linear-gradient(-45deg, transparent 20px, #FF8D1A 0) bottom right, linear-gradient(135deg, transparent 20px, #FF8D1A 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  font-size: 12px;
  padding-left: 60rpx;
  box-sizing: border-box;
  position: absolute;
}
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容