CSS积累

  1. flex布局设置单个子元素靠右显示

    1. 父元素是flex布局
      实现单个子元素靠右显示
      css样式如下
      方法1:
      flex: 1;
      text-align: right;
    2. 方法2
      margin-left: auto;
  2.  jquery实现木马旋转轮播
    1. https://www.w3cschool.cn/jquerygroup/3krs1po2.html
  3. 消息轮播
    1. https://www.jq22.com/webqd2391
    2. http://prototype.site.ctripcorp.com/git/Group/master/ebk_v4/promotion_rights_cloud.php?r=release&type=0
原文地址:https://www.cnblogs.com/ella-li/p/15098420.html