更换版本
This commit is contained in:
7
pages/space/index.js
Normal file
7
pages/space/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
getApp(),
|
||||
Page({
|
||||
data: {},
|
||||
onLoad: function (t) {
|
||||
wx.setNavigationBarTitle({ title: "临时演示" });
|
||||
},
|
||||
});
|
||||
1
pages/space/index.json
Normal file
1
pages/space/index.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "usingComponents": {} }
|
||||
4
pages/space/index.wxml
Normal file
4
pages/space/index.wxml
Normal 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
47
pages/space/index.wxss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user