From 964e61399f9b558af658d21ea4bbc77a98cf5a16 Mon Sep 17 00:00:00 2001
From: GaoJinshu <1507493974@qq.com>
Date: Mon, 1 Nov 2021 23:03:59 +0800
Subject: [PATCH] practice1: Gaojinshu-2021302721
---
images.js.txt | 73 ++++++++++++++++++++++++++++++++++++++++
images.txt | 3 ++
images.wxml.txt | 42 +++++++++++++++++++++++
images.wxss.txt | 88 +++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 206 insertions(+)
create mode 100644 images.js.txt
create mode 100644 images.txt
create mode 100644 images.wxml.txt
create mode 100644 images.wxss.txt
diff --git a/images.js.txt b/images.js.txt
new file mode 100644
index 0000000..8a6961b
--- /dev/null
+++ b/images.js.txt
@@ -0,0 +1,73 @@
+// pages/images/images.js
+Page({
+
+ /**
+ * 页面的初始数据
+ */
+ data: {
+
+ },
+
+ reg(){
+ console.log("aaaa")
+ wx.navigateTo({
+ url: '../input/input',
+ })
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad: function (options) {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide: function () {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload: function () {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh: function () {
+
+ },
+
+ /**
+ * 页面上拉触底事件的处理函数
+ */
+ onReachBottom: function () {
+
+ },
+
+ /**
+ * 用户点击右上角分享
+ */
+ onShareAppMessage: function () {
+
+ }
+})
\ No newline at end of file
diff --git a/images.txt b/images.txt
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/images.txt
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/images.wxml.txt b/images.wxml.txt
new file mode 100644
index 0000000..8b8b5f4
--- /dev/null
+++ b/images.wxml.txt
@@ -0,0 +1,42 @@
+
+
+
+ .
+
+
+
+ ...
+
+ ......
+
+ .
+ .
+
+
+ ...
+
+ ......
+
+ .
+ .
+
+ ......
+
+ 记住我
+
+ .
+
+
+
+ .
+
+
+ ................
+ 注册账号
+ ........
+ 忘记密码
+
+ .
+ .
+
\ No newline at end of file
diff --git a/images.wxss.txt b/images.wxss.txt
new file mode 100644
index 0000000..1ce19cc
--- /dev/null
+++ b/images.wxss.txt
@@ -0,0 +1,88 @@
+/* pages/images/images.wxss */
+.img {
+ height: 100%;
+ width: 100%;
+ position:absolute
+}
+.img1 {
+ width: 600rpx;
+ height: 400rpx;
+ margin: 0 auto;
+}
+.back{
+ background-color: white;
+ position: absolute;
+ border-radius: 30rpx;
+ top: 80rpx;
+ left: 70rpx;
+}
+.img3 {
+ height: 50rpx;
+ width: 50rpx;
+}
+.img4 {
+ height: 25rpx;
+ width: 25rpx;
+ border: none;
+}
+.test1 {
+ font-size: large;
+ color: blue;
+ font-weight: 100;
+ width: 350rpx;
+ height: 70rpx;
+ border-color: green;
+ border-width: 4rpx 4rpx 0 0;
+}
+.test2 {
+ font-size: small;
+ color: blue;
+ font-weight: 100;
+ width: 350rpx;
+}
+.ssr {
+ border-radius: 15rpx;
+ left: 50rpx;
+ background-color: white;
+ border: 1rpx solid blue;
+ position: absolute;
+ display:flex;
+}
+.tt {
+ color: white
+}
+.input {
+ width:350 rpx;
+}
+.api {
+ border-radius: 40rpx;
+ width: 100rpx;
+}
+.cli[plain] {
+ width: 20rpx;
+ border: none;
+}
+.ji {
+ display: flex;
+}
+checkbox .wx-checkbox-input{
+ border-radius: 50%;
+ width: 46rpx;
+ height: 46rpx;
+}
+checkbox .wx-checkbox-input.wx-checkbox-input-checked{
+ border: 1rpx solid #f3333e;
+ background: #f3333e;
+}
+checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{
+ border-radius: 50%;
+ width: 40rpx;
+ height: 40rpx;
+ line-height: 40rpx;
+ text-align: center;
+ font-size:30rpx;
+ color:#fff;
+ background: transparent;
+ transform:translate(-50%, -50%) scale(1);
+ -webkit-transform:translate(-50%, -50%) scale(1);
+}
--
Gitee