zoukankan      html  css  js  c++  java
  • 小程序 多层背景图

    <view class="page">
      <view class="page__bd" style="background-image: url(http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg);height: 140px;">
        <view class="section section_gap">
          <view class="section__ctn">
            <image style=" 100px; height: 100px; background-color: #eeeeee;margin:20px 0;text-align:center;" mode="scaleToFill" src="../../images/cat.jpg"></image>
          </view>
        </view>
      </view>
    
      <view class="page__hd">
        <view class="page__title">List</view>
        <view class="page__desc">我是张三</view>
      </view>
      <view class="page__bd">
             <view class="weui-cells">

    圆角背景图


    border-radius: 50%;

    <view class="page">
      <view class="page__bd" style="background-image: url(http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg);height: 140px; ">
        <view class="section section_gap">
          <view class="section__ctn">
            <view style="height:60px;opacity:1;">
            </view>
          </view>
          <view class="section__ctn" style="background-color: #fff;280px;height: 100px;margin:0 auto; ">
            <image style=" 100px; height: 100px; background-color: #eeeeee;margin:20px 0 0 0;border-radius: 50%;clear:both" mode="scaleToFill" src="../../images/cat.jpg">
            </image>
          </view>
        </view>
      </view>
  • 相关阅读:
    QTextStream 居然接受FILE*这样的传统参数
    基于IOCP的高速文件传输代码
    tornado web框架
    Kaggle入门
    NET Core 介绍
    Wireshark
    设计和应用分布式调用跟踪系统
    Visual Studio Code和Docker开发asp.net core和mysql应用
    背单词
    多环境开发
  • 原文地址:https://www.cnblogs.com/rsapaper/p/9256404.html
Copyright © 2011-2022 走看看