當前位置:首頁 > IT技術 > 微信平臺 > 正文

微信小程序七夕節(jié)禮物
2021-07-26 10:32:33

?

VSCode
Node.js
HbuilderX

安裝前端開發(fā)環(huán)境

微信小程序七夕節(jié)禮物_微信小程序

image.png

npm install -g cnpm
--registry=https://registry.npm.taobao.org
cnpm install -g less

微信小程序七夕節(jié)禮物_微信小程序_02

image.png

HBuilderX是國內最優(yōu)秀的前端開發(fā)工具,我們用它來開發(fā)Electron項目和小程序項目

微信小程序七夕節(jié)禮物_微信小程序_03

image.png

微信小程序七夕節(jié)禮物_微信小程序_04

image.png

微信小程序七夕節(jié)禮物_微信小程序_05

image.png

微信小程序七夕節(jié)禮物_微信小程序_06

image.png

微信小程序七夕節(jié)禮物_微信小程序_07

image.png

微信小程序七夕節(jié)禮物_微信小程序_08

image.png

微信小程序七夕節(jié)禮物_微信小程序_09

image.png

{
"pages": [
"pages/index/index"
],
"requiredBackgroundModes": [
"audio",
"location"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "我喜歡你",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"usingComponents": {}
}
@import './common/main.wxss';
require('./common/runtime.js')
require('./common/vendor.js')
require('./common/main.js')
.content {
padding: 0 40rpx;
}
.content image {
width: 100%;
}
.content .title {
display: block;
text-align: center;
font-size: 50rpx;
font-weight: bold;
}
.content .operate {
text-align: center;
margin-top: 30rpx;
margin-bottom: 30rpx;
}
.content .operate .btn {
width: 200rpx;
height: 80rpx;
display: inline-block;
}
.content .operate .btn:first-of-type {
margin-right: 40rpx;
}
.content .message {
font-size: 34rpx;
margin: 15rpx 0;
color: #333;
}
<view class="content"><image src="../../static/g1.gif" mode="widthFix"></image><text class="title">小姐姐,做我女朋友吧!</text><view class="operate"><button class="btn" type="primary" data-event-opts="{{[['tap',[['agree',['$event']]]]]}}" bindtap="__e">好呀</button><button class="btn" type="warn" data-event-opts="{{[['tap',[['disagree',['$event']]]]]}}" bindtap="__e">不好</button></view><block wx:for="{{love}}" wx:for-item="one" wx:for-index="__i0__" wx:key="*this"><view class="message">{{one}}</view></block></view>

若本號內容有做得不到位的地方(比如:涉及版權或其他問題),請及時聯(lián)系我們進行整改即可,會在第一時間進行處理。

微信小程序七夕節(jié)禮物_微信小程序_10

?

?

本文摘自 :https://blog.51cto.com/u

開通會員,享受整站包年服務立即開通 >