更换版本

This commit is contained in:
2024-01-22 18:48:00 +08:00
parent 9f65ea8fd9
commit 00e6dcaec0
1158 changed files with 70609 additions and 51780 deletions

7
pages/space/index.js Normal file
View File

@@ -0,0 +1,7 @@
getApp(),
Page({
data: {},
onLoad: function (t) {
wx.setNavigationBarTitle({ title: "临时演示" });
},
});

1
pages/space/index.json Normal file
View File

@@ -0,0 +1 @@
{ "usingComponents": {} }

4
pages/space/index.wxml Normal file
View File

@@ -0,0 +1,4 @@
<import src="/pages/data_null/index.wxml"></import>
<view>
<template is="title" data="{{title:'暂无查看数据'}}"></template>
</view>

47
pages/space/index.wxss Normal file
View File

@@ -0,0 +1,47 @@
.modle {
border-bottom: 1rpx solid #f9f9f9;
height: 100rpx;
margin-left: 5%;
padding-bottom: 30rpx;
padding-top: 30rpx;
width: 90%;
}
.modle_img {
border-radius: 100%;
float: left;
height: 100rpx;
width: 100rpx;
}
.modle_title {
color: #333;
float: left;
font-size: 30rpx;
font-weight: 700;
margin-left: 23rpx;
margin-top: 30rpx;
width: 50%;
}
.modle_btn {
background: #3d61f0;
}
.modle_btn,
.modle_btn_no {
border-radius: 10rpx;
color: #fff;
float: right;
font-size: 28rpx;
height: 54rpx;
line-height: 54rpx;
margin-top: 25rpx;
text-align: center;
width: 100rpx;
}
.modle_btn_no {
background: #d0d0d0;
}
.choose_view_modle_img {
height: 40rpx;
margin-top: -5rpx;
vertical-align: middle;
width: 40rpx;
}