赞
踩
废话不多说 说多了放屁 上代码
- <view class="container">
- <image class="avatar" src="/images/avatar/1.png"></image>
- <text class="motto">Hello, 七月</text>
- <view class="journey-container" bindtap="onTap" >
- <text class="journey" >开启小程序之旅</text>
- </view>
- </view>
- .container{
- display: flex;
- flex-direction:column;
- align-items: center;
- background-color:#b3d4db;
- }
-
- .avatar{
- width:200rpx;
- height:200rpx;
- margin-top:160rpx;
- }
-
- .motto{
- margin-top:100rpx;
- font-size:32rpx;
- font-weight: bold;
- }
-
- .journey-container{
- margin-top: 200rpx;
- border: 1px solid #405f80;
- width: 200rpx;
- height: 80rpx;
- border-radius: 5px;
- text-align:center;
- }
-
- .journey{
- font-size:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。