企业信息

This commit is contained in:
zdx
2020-12-31 16:10:36 +08:00
parent 3855eb456f
commit f9f71e1c19
75 changed files with 425 additions and 357 deletions

View File

@@ -1,5 +1,7 @@
/* /**
* vip相关 * Web二雪
* 趁时光不老 努力活成自己想要成为的样子
* 企获客企业相关
*/ */
import { import {
req req

View File

@@ -48,7 +48,6 @@
"pages/user/companyMine/refundInfo/refundInfo", "pages/user/companyMine/refundInfo/refundInfo",
"pages/user/companyMine/projectDetail/projectDetail", "pages/user/companyMine/projectDetail/projectDetail",
"pages/home/index", "pages/home/index",
"pages/home/companyInfo/companyInfo",
"pages/home/noticeDetail/noticeDetail", "pages/home/noticeDetail/noticeDetail",
"pages/home/activeDetail/activeDetail", "pages/home/activeDetail/activeDetail",
"pages/home/projectDetail/projectDetail", "pages/home/projectDetail/projectDetail",

View File

@@ -1,4 +1,7 @@
// components/videoList/videoList.js /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({ Component({
/** /**
* 组件的属性列表 * 组件的属性列表

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.active_content { .active_content {
background-color: #fff; background-color: #fff;
margin: 20rpx; margin: 20rpx;

View File

@@ -1,4 +1,7 @@
// components/enterprise/enterprise.js /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({ Component({
/** /**
* 组件的属性列表 * 组件的属性列表

View File

@@ -1,4 +1,7 @@
/* components/enterprise/enterprise.wxss */ /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
/* title */ /* title */
image{ image{
height: auto; height: auto;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({ Component({
/** /**
* 组件的属性列表 * 组件的属性列表

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
/* 企业视频*/ /* 企业视频*/
.enterprise_content { .enterprise_content {
font-size: 29rpx; font-size: 29rpx;
@@ -10,6 +14,7 @@
padding: 30rpx 20rpx 20rpx 20rpx; padding: 30rpx 20rpx 20rpx 20rpx;
} }
.enterprise_content .content { .enterprise_content .content {
position: relative; position: relative;
text-overflow: -o-ellipsis-lastline; text-overflow: -o-ellipsis-lastline;
@@ -36,6 +41,7 @@
align-items: center; align-items: center;
box-sizing: border-box; box-sizing: border-box;
} }
.content .play image { .content .play image {
width: 102rpx; width: 102rpx;
height: 102rpx; height: 102rpx;

View File

@@ -1,4 +1,7 @@
// components/videoList/videoList.js /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({ Component({
/** /**
* 组件的属性列表 * 组件的属性列表

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.active_content { .active_content {
/* height: 600rpx; */ /* height: 600rpx; */
background-color: #fff; background-color: #fff;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({ Component({
/** /**
* 组件的属性列表 * 组件的属性列表

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.personal_list { .personal_list {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

View File

@@ -1,4 +1,7 @@
// components/videoList/videoList.js /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Component({ Component({
/** /**
* 组件的属性列表 * 组件的属性列表

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.project_content { .project_content {
background-color: #fff; background-color: #fff;
margin: 20rpx; margin: 20rpx;
@@ -104,14 +108,17 @@
/* box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1); */ /* box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1); */
font-size: 26rpx; font-size: 26rpx;
} }
.scroll-view_H { .scroll-view_H {
white-space: nowrap; white-space: nowrap;
color: #666; color: #666;
} }
.scroll-view-item { .scroll-view-item {
height: 90rpx; height: 90rpx;
line-height: 90rpx; line-height: 90rpx;
} }
.scroll-view-item_H { .scroll-view-item_H {
display: inline-block; display: inline-block;
/* width: 25%; */ /* width: 25%; */
@@ -122,6 +129,7 @@
/* border-top: solid 10rpx #fff; /* border-top: solid 10rpx #fff;
border-bottom: solid 10rpx #fff; */ border-bottom: solid 10rpx #fff; */
} }
.scroll_view_select { .scroll_view_select {
/* border-bottom: solid 4rpx #378fff; */ /* border-bottom: solid 4rpx #378fff; */
color: #378fff; color: #378fff;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.active_content { .active_content {
background-color: #fff; background-color: #fff;
box-sizing: border-box; box-sizing: border-box;

View File

@@ -1,4 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,6 +1,11 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page { page {
height: 100%; height: 100%;
} }
.content { .content {
padding-top: 160rpx; padding-top: 160rpx;
width: 100%; width: 100%;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
data: { data: {
crowdfund_item_id: '', crowdfund_item_id: '',

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
/* 立即报名 */ /* 立即报名 */
.besure_now_act { .besure_now_act {
margin-top: 20rpx; margin-top: 20rpx;

View File

@@ -1,66 +0,0 @@
// pages/home/companyInfo/companyInfo.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})

View File

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

View File

@@ -1,2 +0,0 @@
<!--pages/home/companyInfo/companyInfo.wxml-->
<text>pages/home/companyInfo/companyInfo.wxml</text>

View File

@@ -1 +0,0 @@
/* pages/home/companyInfo/companyInfo.wxss */

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
data: { data: {
type: 1, type: 1,

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page { page {
padding-bottom: 30rpx; padding-bottom: 30rpx;
} }

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,8 +1,13 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
/* 顶部图片logo展示 start */ /* 顶部图片logo展示 start */
page { page {
padding-bottom: 30rpx; padding-bottom: 30rpx;
background-color: #f8f8f8; background-color: #f8f8f8;
} }
.company_info { .company_info {
width: 100%; width: 100%;
height: 300rpx; height: 300rpx;
@@ -46,9 +51,12 @@ page{
font-weight: 600; font-weight: 600;
padding-bottom: 30rpx; padding-bottom: 30rpx;
text-align: center; text-align: center;
white-space: nowrap;/*强制一行显示*/ white-space: nowrap;
overflow:hidden;/*超出部分隐藏*/ /*强制一行显示*/
text-overflow: ellipsis;/*最后添加省略号*/ overflow: hidden;
/*超出部分隐藏*/
text-overflow: ellipsis;
/*最后添加省略号*/
} }
/* 顶部图片logo展示 start */ /* 顶部图片logo展示 start */
@@ -107,6 +115,7 @@ page{
box-sizing: border-box; box-sizing: border-box;
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.2);
} }
.cop_call image { .cop_call image {
width: 26rpx; width: 26rpx;
margin-right: 10rpx; margin-right: 10rpx;
@@ -119,9 +128,11 @@ page{
.cop_focus { .cop_focus {
background-color: #efbd32; background-color: #efbd32;
} }
.cop_shop image { .cop_shop image {
width: 40rpx; width: 40rpx;
} }
/* 拨打电话 进入商城 end */ /* 拨打电话 进入商城 end */
@@ -130,14 +141,17 @@ page{
background-color: #fff; background-color: #fff;
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1);
} }
.scroll-view_H { .scroll-view_H {
white-space: nowrap; white-space: nowrap;
color: #666; color: #666;
} }
.scroll-view-item { .scroll-view-item {
height: 90rpx; height: 90rpx;
line-height: 90rpx; line-height: 90rpx;
} }
.scroll-view-item_H { .scroll-view-item_H {
display: inline-block; display: inline-block;
width: 25%; width: 25%;
@@ -146,6 +160,7 @@ page{
text-align: center; text-align: center;
border-bottom: solid 4rpx #fff; border-bottom: solid 4rpx #fff;
} }
.scroll_view_select { .scroll_view_select {
border-bottom: solid 4rpx #378fff; border-bottom: solid 4rpx #378fff;
color: #378fff; color: #378fff;

View File

@@ -1,10 +1,10 @@
Page({
/** /**
* 页面的初始数据 * Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/ */
data: {
Page({
data: {
dynamic_id: '', //活动id dynamic_id: '', //活动id
info: '', //详情信息 info: '', //详情信息
loaded: false loaded: false

View File

@@ -1,3 +1,8 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.active_content { .active_content {
background-color: #fff; background-color: #fff;
box-sizing: border-box; box-sizing: border-box;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.project_content { .project_content {
background-color: #fff; background-color: #fff;
box-sizing: border-box; box-sizing: border-box;

View File

@@ -1,5 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
data: { data: {
lists: [], //列表 lists: [], //列表

View File

@@ -1,4 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.project_detail_html { .project_detail_html {
padding: 20rpx; padding: 20rpx;
background-color: #fff; background-color: #fff;
@@ -114,6 +117,7 @@
padding-top: 100rpx; padding-top: 100rpx;
font-size: 26rpx; font-size: 26rpx;
} }
.no_list image { .no_list image {
width: 200rpx; width: 200rpx;
margin-bottom: 20rpx; margin-bottom: 20rpx;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page { page {
height: 100%; height: 100%;
} }
@@ -85,6 +89,7 @@ page {
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
overflow: hidden; overflow: hidden;
} }
.share_content .des { .share_content .des {
color: #fff; color: #fff;
text-align: left; text-align: left;
@@ -108,6 +113,7 @@ page {
font-size: 28rpx; font-size: 28rpx;
padding: 20rpx 0; padding: 20rpx 0;
} }
.share_content .icon_share { .share_content .icon_share {
width: 30rpx; width: 30rpx;
margin-right: 10rpx; margin-right: 10rpx;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
const style = { const style = {
codeContent: { codeContent: {
backgroundColor: 'white', backgroundColor: 'white',

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.codeImg { .codeImg {
position: fixed; position: fixed;
left: -100%; left: -100%;
@@ -70,4 +74,3 @@
.code-btn[size="default"]:last-child { .code-btn[size="default"]:last-child {
background: #378fff; background: #378fff;
} }

View File

@@ -1,4 +1,7 @@
// pages/companyOrder/companyOrder.js /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page { page {
padding-top: 100rpx; padding-top: 100rpx;
} }

View File

@@ -1,4 +1,7 @@
// pages/user/companyMine/focusedProject/focusedProject.js /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.content { .content {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

View File

@@ -1,4 +1,7 @@
// pages/user/companyMine/focusedProject/focusedProject.js /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.content { .content {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

View File

@@ -1,4 +1,7 @@
// pages/companyModule/companyMoreVideo/companyMoreVideo.js /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.active_content { .active_content {
background-color: #fff; background-color: #fff;
box-sizing: border-box; box-sizing: border-box;

View File

@@ -1,4 +1,7 @@
// pages/companyOrder/companyOrder.js /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
/* 滚动菜单 */ /* 滚动菜单 */
.scroll_menu { .scroll_menu {
background-color: #fff; background-color: #fff;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
data: { data: {
name: '***' name: '***'

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.content { .content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@@ -1,4 +1,7 @@
// pages/user/companyMine/focusedProject/focusedProject.js /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -78,6 +78,10 @@
margin-bottom: 30rpx; margin-bottom: 30rpx;
} }
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.runIn { .runIn {
color: #fff; color: #fff;
border: solid 1rpx #fff; border: solid 1rpx #fff;
@@ -103,6 +107,7 @@
flex-wrap: wrap; flex-wrap: wrap;
box-sizing: border-box; box-sizing: border-box;
} }
.vip image { .vip image {
margin-right: 10rpx; margin-right: 10rpx;
} }

View File

@@ -1,8 +1,7 @@
/* /**
* 手太欠 * Web二雪
* 企获客商城 * 趁时光不老 努力活成自己想要成为的样子
*/ */
const app = getApp() const app = getApp()
Page({ Page({

View File

@@ -1,6 +1,6 @@
/* /**
* 手太欠 * Web二雪
* 企获客商城 * 趁时光不老 努力活成自己想要成为的样子
*/ */
image { image {
height: auto; height: auto;

View File

@@ -1,6 +1,6 @@
/* /**
* 手太欠 * Web二雪
* 企获客商城 * 趁时光不老 努力活成自己想要成为的样子
*/ */
const app = getApp() const app = getApp()

View File

@@ -1,6 +1,6 @@
/* /**
* 手太欠 * Web二雪
* 企获客商城 * 趁时光不老 努力活成自己想要成为的样子
*/ */
image { image {
height: auto; height: auto;

View File

@@ -1,6 +1,6 @@
/* /**
* 手太欠 * Web二雪
* 企获客商城 * 趁时光不老 努力活成自己想要成为的样子
*/ */
const app = getApp() const app = getApp()

View File

@@ -1,8 +1,7 @@
/* /**
* 手太欠 * Web二雪
* 企获客商城 * 趁时光不老 努力活成自己想要成为的样子
*/ */
page { page {
background-color: #f7f7f7; background-color: #f7f7f7;
} }

View File

@@ -1,87 +0,0 @@
<form bindsubmit="refundSign">
<view class="refund-content">
<!-- 退货产品 -->
<view class="refund-goods">
<view class="refund-good" wx:for="{{orderData.items}}" wx:key="index">
<image class="refund-good-cover" src="{{item.cover}}"></image>
<view class="refund-good-info">
<view class="refund-good-title nowrap">{{item.title}}</view>
<view class="refund-good-value nowrap">{{item.value}}</view>
<view class="refund-good-price nowrap">单价:<text>{{item.price}}</text> X {{item.qty}}</view>
</view>
</view>
</view>
<!-- 产品信息 -->
<view class="refund-statistical">
<view class="refund-statistical-item">
商品总金额
<label class="refund-statistical-item-label">¥{{orderData.amount || '0.00'}}</label>
</view>
<view class="refund-statistical-item">
运费
<label class="refund-statistical-item-label">¥{{orderData.freight || '0.00'}}</label>
</view>
<view class="refund-statistical-item">
优惠券抵扣
<label class="refund-statistical-item-label">¥{{orderData.coupons_all_price || '0.00'}}</label>
</view>
<view class="refund-statistical-item">
实际支付金额
<label class="refund-statistical-item-label">¥{{orderData.total || '0'}}</label>
</view>
</view>
<!-- 退款原因 -->
<view class="refund-statistical refund-info">
<view class="refund-statistical-item">
退款金额
<label
class="refund-statistical-item-label refund-info-item-label">¥{{orderData.total || '0.00'}}</label>
</view>
</view>
<view class="refund-statistical refund-info">
<view class="refund-statistical-item refundTitle-item">
选择退款原因
<picker bindchange="refundChange" range-key="remark" value="{{refundIndex}}" range="{{refundTitle}}">
<view class="picker">
{{refundTitle[refundIndex].remark}}
</view>
</picker>
</view>
</view>
<view class="refund-statistical refund-info">
<view class="refund-statistical-item">
退款类型
<label class="refund-statistical-item-label">{{refundType[1]}}</label>
</view>
</view>
<view class="refund-statistical refund-info">
<view class="refund-info-item-text">
退款原因
<textarea class="refund-info-item-textarea" placeholder="输入退款原因" name="remark"></textarea>
</view>
</view>
<view class="refund-statistical refund-info">
<view class="refund-info-item-text">
添加图片
<view class="issue-info-img">
<view class="issue-info-img-itme issue-info-img-tag" wx:for="{{imgs}}" wx:key="imgs">
<image class="form-img" mode="aspectFill" src="{{item}}"></image>
<text class="issue-info-img-remove" data-index="{{index}}" bindtap="removeImg">×</text>
</view>
<view class="issue-info-img-itme" wx:if="{{imgs.length < 9}}">
<view class="issue-info-img-add" bindtap="formUploadFile">
<image src="/static/images/images_add.png" mode="widthFix"></image>
<view>添加图片</view>
</view>
</view>
</view>
</view>
</view>
</view>
<view class="refund-footer">
<button class="refund-footer-btn" size="mini" form-type="submit">提交</button>
</view>
</form>

View File

@@ -1,8 +1,7 @@
/* /**
* 手太欠 * Web二雪
* 企获客商城 * 趁时光不老 努力活成自己想要成为的样子
*/ */
const app = getApp() const app = getApp()
Page({ Page({

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.refund-content { .refund-content {
padding-bottom: 190rpx; padding-bottom: 190rpx;
} }

View File

@@ -1,4 +1,7 @@
// pages/user/companyMine/refundInfo/refundInfo.js /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,4 +1,7 @@
/* pages/user/companyMine/refundInfo/refundInfo.wxss */ /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.content { .content {
padding: 120rpx 30rpx; padding: 120rpx 30rpx;
background-color: #fff; background-color: #fff;

View File

@@ -1,4 +1,7 @@
// pages/user/user.js /**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,6 +1,6 @@
/* /**
* 手太欠 * Web二雪
* 企获客商城模块 * 趁时光不老 努力活成自己想要成为的样子
*/ */
page { page {

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
data: { data: {
content: '', content: '',

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.content { .content {
width: 100%; width: 100%;
display: flex; display: flex;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
/** /**

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.info_blcok { .info_blcok {
margin-top: 30rpx; margin-top: 30rpx;
} }

View File

@@ -1,7 +1,6 @@
/** /**
* Web唐明明 * Web二雪
* 匆匆数载恍如梦,岁月迢迢华发增。 * 趁时光不老 努力活成自己想要成为的样子
* 碌碌无为枉半生,一朝惊醒万事空。
*/ */
Page({ Page({

View File

@@ -1,9 +1,7 @@
/** /**
* Web唐明明 * Web二雪
* 匆匆数载恍如梦,岁月迢迢华发增。 * 趁时光不老 努力活成自己想要成为的样子
* 碌碌无为枉半生,一朝惊醒万事空。
*/ */
.inputTxt { .inputTxt {
background-color: #fff; background-color: #fff;
padding: 0 30rpx; padding: 0 30rpx;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
data: { data: {
nodes: { nodes: {

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
page { page {
padding: 30rpx; padding: 30rpx;
box-sizing: border-box; box-sizing: border-box;

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
Page({ Page({
data: {}, data: {},
showtoast() { showtoast() {

View File

@@ -1,3 +1,7 @@
/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.item { .item {
display: flex; display: flex;
flex-direction: row; flex-direction: row;