Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c9c29bc0
authored
Sep 27, 2020
by
wjw
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
ww-已结束活动,电影场次修改
parent
774387e6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
9 deletions
pages/commodity/project/project.wxss
pages/mine/home/home.wxml
pages/mine/home/home.wxss
pages/play/activity/activity.wxml
pages/play/movie-detail/movie-detail.js
pages/commodity/project/project.wxss
View file @
c9c29bc0
...
...
@@ -107,6 +107,10 @@
color: #959DA9;
}
.commodity-price {
text-align: right;
}
.commodity-price-symbol {
height: 32rpx;
font-size: 24rpx;
...
...
pages/mine/home/home.wxml
View file @
c9c29bc0
...
...
@@ -9,7 +9,7 @@
</view>
<view wx:if="{{isRegister}}" class="mine-info col">
<view class="row align-c" style="height:7
6
rpx">
<view class="row align-c" style="height:7
0
rpx">
<text>{{userInfo.name}}</text>
<image src="./image/inform.png" bindtap="goMyInfo"></image>
</view>
...
...
@@ -37,11 +37,11 @@
<image class="background-image" style="height:512rpx;"
src="http://upload.miaomiao-bao.com/8f046202008201043321555.jpg"></image>
<view class="row align-c approve">
<view class="mine-avatar">
<
l-avatar size="112" src="{{userInfo.avatar}}" /
>
<view class="mine-avatar
mine-avatar-special
">
<
image src="{{userInfo.avatar}}"></image
>
</view>
<view class="mine-info col">
<view class="row align-c" style="height:
76
rpx">
<view class="row align-c" style="height:
60
rpx">
<text style="color:#F0DABB;font-weight:500;" class="padding-l-18">{{userInfo.name}}</text>
<image src="/image/inform-w.png" bindtap="goMyInfo"></image>
</view>
...
...
pages/mine/home/home.wxss
View file @
c9c29bc0
...
...
@@ -35,7 +35,7 @@
line-height: 40rpx;
border-radius: 4rpx;
letter-spacing: 10rpx;
margin-top:
20
rpx;
margin-top:
8
rpx;
}
.owner-tag {
...
...
@@ -47,6 +47,16 @@
.mine-avatar {
z-index: 11;
margin-right: 32rpx;
width: 136rpx;
height: 136rpx;
}
.mine-avatar-special {
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: #F0DABB;
}
.mine-avatar>image {
...
...
@@ -54,6 +64,9 @@
height: 128rpx;
border-radius: 50%;
}
.mine-info {
padding-top: 12rpx;
}
.mine-info view:nth-child(1) text {
z-index: 11;
...
...
@@ -81,11 +94,12 @@
font-size: 54rpx;
line-height: 76rpx;
padding-right: 80rpx;
font-weight: 600;
}
.integral-title {
display: flex;
height:
80
rpx;
height:
52
rpx;
align-items: center;
font-size: 26rpx;
line-height: 36rpx;
...
...
pages/play/activity/activity.wxml
View file @
c9c29bc0
...
...
@@ -73,7 +73,7 @@
<view class="row con-c align-c">
<image src="{{item.cover}}" mode="aspectFill"></image>
</view>
<text class="route-item-title">{{item.
titl
e}}</text>
<text class="route-item-title">{{item.
nam
e}}</text>
<text class="route-item-content">{{item.date}}</text>
</view>
</block>
...
...
@@ -91,7 +91,7 @@
<text>{{'# ' + itemTags}}</text>
</block>
</view>
<text class="route-item-title">{{item.
titl
e}}</text>
<text class="route-item-title">{{item.
nam
e}}</text>
<text class="route-item-content">{{item.date}}</text>
</view>
</block>
...
...
pages/play/movie-detail/movie-detail.js
View file @
c9c29bc0
...
...
@@ -93,7 +93,7 @@ Page({
// console.log(timeList)
timeList
.
forEach
(
key
=>
{
let
tempItem
=
{}
if
(
key
===
App
.
modular
.
miment
().
format
(
'YYYY-MM-DD'
))
{
if
(
key
===
App
.
modular
.
miment
().
format
(
'YYYY-MM-DD'
)
&&
movieInfo
.
today
.
length
>
0
)
{
tempItem
=
{
id
:
0
,
name
:
'今日'
+
App
.
modular
.
miment
().
format
(
'MM月DD日'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment