Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
286c0ae7
Commit
286c0ae7
authored
Nov 16, 2018
by
Junling Bu
Browse files
chore[renard-wx]: 基于微信开发者工具的格式化代码
parent
20b97ec8
Changes
94
Show whitespace changes
Inline
Side-by-side
renard-wx/pages/search/search.wxss
View file @
286c0ae7
renard-wx/pages/shopping/checkout/checkout.js
View file @
286c0ae7
renard-wx/pages/shopping/checkout/checkout.wxml
View file @
286c0ae7
renard-wx/pages/shopping/checkout/checkout.wxss
View file @
286c0ae7
page{
page
{
height: 100%;
background: #f4f4f4;
}
.address-box{
.address-box
{
width: 100%;
height: 166.55rpx;
background: url('http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/address-bg-bd30f2bfeb.png') 0 0 repeat-x;
...
...
@@ -12,24 +12,24 @@ page{
padding-top: 10.5rpx;
}
.address-item{
.address-item
{
display: flex;
height: 155.55rpx;
background: #fff;
padding: 41.6rpx 0 41.6rpx 31.25rpx;
}
.address-item.address-empty{
.address-item.address-empty
{
line-height: 75rpx;
text-align: center;
}
.address-box .l{
.address-box .l
{
width: 125rpx;
height: 100%;
}
.address-box .l .name{
.address-box .l .name
{
margin-left: 6.25rpx;
margin-top: -7.25rpx;
display: block;
...
...
@@ -39,10 +39,9 @@ page{
font-size: 30rpx;
color: #333;
margin-bottom: 5rpx;
}
.address-box .l .default{
.address-box .l .default
{
margin-left: 6.25rpx;
display: block;
width: 62rpx;
...
...
@@ -55,30 +54,30 @@ page{
color: #b4282d;
}
.address-box .m{
.address-box .m
{
flex: 1;
height: 72.25rpx;
color: #999;
}
.address-box .mobile{
.address-box .mobile
{
display: block;
height: 29rpx;
line-height: 29rpx;
margin-bottom: 6.25rpx;
font-size: 30rpx;
color:#333;
color:
#333;
}
.address-box .address{
.address-box .address
{
display: block;
height: 37.5rpx;
line-height: 37.5rpx;
font-size: 25rpx;
color:#666;
color:
#666;
}
.address-box .r{
.address-box .r
{
width: 77rpx;
height: 77rpx;
display: flex;
...
...
@@ -86,19 +85,19 @@ page{
align-items: center;
}
.address-box .r image{
.address-box .r image
{
width: 52.078rpx;
height: 52.078rpx;
}
.coupon-box{
.coupon-box
{
width: 100%;
height: auto;
overflow: hidden;
background: #fff;
}
.coupon-box .coupon-item{
.coupon-box .coupon-item
{
width: 100%;
height: 108.3rpx;
overflow: hidden;
...
...
@@ -107,26 +106,26 @@ page{
padding-left: 31.25rpx;
}
.coupon-box .l{
.coupon-box .l
{
flex: 1;
height: 43rpx;
line-height: 43rpx;
padding-top: 35rpx;
}
.coupon-box .l .name{
.coupon-box .l .name
{
float: left;
font-size: 30rpx;
color: #666;
}
.coupon-box .l .txt{
.coupon-box .l .txt
{
float: right;
font-size: 30rpx;
color: #666;
}
.coupon-box .r{
.coupon-box .r
{
margin-top: 15.5rpx;
width: 77rpx;
height: 77rpx;
...
...
@@ -135,12 +134,12 @@ page{
align-items: center;
}
.coupon-box .r image{
.coupon-box .r image
{
width: 52.078rpx;
height: 52.078rpx;
}
.order-box{
.order-box
{
margin-top: 20rpx;
width: 100%;
height: auto;
...
...
@@ -148,7 +147,7 @@ page{
background: #fff;
}
.order-box .order-item{
.order-box .order-item
{
height: 104.3rpx;
overflow: hidden;
background: #fff;
...
...
@@ -159,7 +158,7 @@ page{
border-bottom: 1px solid #d9d9d9;
}
.order-box .order-item .l{
.order-box .order-item .l
{
float: left;
height: 52rpx;
width: 50%;
...
...
@@ -167,7 +166,7 @@ page{
overflow: hidden;
}
.order-box .order-item .r{
.order-box .order-item .r
{
float: right;
text-align: right;
width: 50%;
...
...
@@ -176,11 +175,11 @@ page{
overflow: hidden;
}
.order-box .order-item.no-border{
.order-box .order-item.no-border
{
border-bottom: none;
}
.goods-items{
.goods-items
{
margin-top: 20rpx;
width: 100%;
height: auto;
...
...
@@ -190,42 +189,41 @@ page{
margin-bottom: 120rpx;
}
.goods-items .item{
.goods-items .item
{
height: 192rpx;
padding-right: 31.25rpx;
display: flex;
align-items: center;
border-bottom: 1px solid rgba(0,0,0,0.15);
border-bottom: 1px solid rgba(0,
0,
0,
0.15);
}
.goods-items .item.no-border{
.goods-items .item.no-border
{
border-bottom: none;
}
.goods-items .item:last-child{
.goods-items .item:last-child {
border-bottom: none;
}
.goods-items .img{
.goods-items .img
{
height: 145.83rpx;
width: 145.83rpx;
background-color: #f4f4f4;
margin-right: 20rpx;
}
.goods-items .img image{
.goods-items .img image
{
height: 145.83rpx;
width: 145.83rpx;
}
.goods-items .info{
.goods-items .info
{
flex: 1;
height: 145.83rpx;
padding-top: 5rpx;
}
.goods-items .t{
.goods-items .t
{
height: 33rpx;
line-height: 33rpx;
margin-bottom: 10rpx;
...
...
@@ -234,12 +232,12 @@ page{
color: #333;
}
.goods-items .t .name{
.goods-items .t .name
{
display: block;
float: left;
}
.goods-items .t .number{
.goods-items .t .number
{
display: block;
float: right;
text-align: right;
...
...
@@ -262,16 +260,16 @@ page{
color: #333;
}
.order-total{
.order-total
{
position: fixed;
left:0;
left:
0;
bottom: 0;
height: 100rpx;
width: 100%;
display: flex;
}
.order-total .l{
.order-total .l
{
flex: 1;
height: 100rpx;
line-height: 100rpx;
...
...
@@ -279,11 +277,11 @@ page{
background: #fff;
font-size: 33rpx;
padding-left: 31.25rpx;
border-top: 1rpx solid rgba(0,0,0,0.2);
border-bottom: 1rpx solid rgba(0,0,0,0.2);
border-top: 1rpx solid rgba(0,
0,
0,
0.2);
border-bottom: 1rpx solid rgba(0,
0,
0,
0.2);
}
.order-total .r{
.order-total .r
{
width: 233rpx;
height: 100rpx;
background: #a78845;
...
...
renard-wx/pages/topic/topic.js
View file @
286c0ae7
renard-wx/pages/topic/topic.wxml
View file @
286c0ae7
renard-wx/pages/topic/topic.wxss
View file @
286c0ae7
page
,.container{
page,
.container
{
width: 750rpx;
height: 100%;
overflow: hidden;
background: #f4f4f4;
}
.topic-list{
.topic-list {
width: 750rpx;
height: 100%;
overflow: hidden;
background: #f4f4f4;
}
.topic-list .item{
.topic-list .item
{
width: 100%;
height: 625rpx;
overflow: hidden;
...
...
@@ -19,18 +20,18 @@ page ,.container{
margin-bottom: 20rpx;
}
.topic-list .img{
.topic-list .img
{
width: 100%;
height: 415rpx;
}
.topic-list .info{
.topic-list .info
{
width: 100%;
height: 210rpx;
overflow: hidden;
}
.topic-list .title{
.topic-list .title
{
display: block;
text-align: center;
width: 100%;
...
...
@@ -42,7 +43,7 @@ page ,.container{
margin-top: 30rpx;
}
.topic-list .desc{
.topic-list .desc
{
display: block;
text-align: center;
position: relative;
...
...
@@ -56,7 +57,7 @@ page ,.container{
margin-bottom: 30rpx;
}
.topic-list .price{
.topic-list .price
{
display: block;
text-align: center;
width: 100%;
...
...
@@ -67,15 +68,14 @@ page ,.container{
font-size: 27rpx;
}
.page{
.page {
width: 750rpx;
height: 108rpx;
background: #fff;
margin-bottom: 20rpx;
}
.page view{
.page view
{
height: 108rpx;
width: 50%;
float: left;
...
...
@@ -85,10 +85,10 @@ page ,.container{
line-height: 108rpx;
}
.page .prev{
border-right: 1px solid #
D9D9D
9;
.page .prev
{
border-right: 1px solid #
d9d9d
9;
}
.page .disabled{
.page .disabled
{
color: #ccc;
}
renard-wx/pages/topicDetail/topicDetail.wxml
View file @
286c0ae7
<scroll-view class="container">
<scroll-view class="content">
<import src="../../lib/wxParse/wxParse.wxml"/>
<template is="wxParse" data="{{wxParseData:topicDetail.nodes}}"/>
<import src="../../lib/wxParse/wxParse.wxml"
/>
<template is="wxParse" data="{{wxParseData:topicDetail.nodes}}"
/>
</scroll-view>
<view class="topic-goods">
</view>
...
...
renard-wx/pages/topicDetail/topicDetail.wxss
View file @
286c0ae7
.content{
.content {
width: 100%;
height: auto;
font-size: 0;
}
.content image{
.content image
{
display: inline-block;
width: 100%;
}
.comments{
.comments
{
width: 100%;
height: auto;
padding-left:30rpx;
padding-left:
30rpx;
background: #fff;
margin-top: 20rpx;
}
.comments .h{
.comments .h
{
height: 93rpx;
line-height: 93rpx;
width: 720rpx;
...
...
@@ -28,7 +25,7 @@
border-bottom: 1px solid #d9d9d9;
}
.comments .h .t{
.comments .h .t
{
display: block;
float: left;
width: 50%;
...
...
@@ -36,7 +33,7 @@
color: #333;
}
.comments .h .i{
.comments .h .i
{
display: block;
float: right;
margin-top: 30rpx;
...
...
@@ -44,25 +41,25 @@
height: 33rpx;
}
.comments .b{
.comments .b
{
height: auto;
width: 720rpx;
}
.comments .item{
.comments .item
{
height: auto;
width: 720rpx;
overflow: hidden;
border-bottom: 1px solid #d9d9d9;
}
.comments .info{
.comments .info
{
height: 127rpx;
width: 100%;
padding: 33rpx 0 27rpx 0;
}
.comments .user{
.comments .user
{
float: left;
width: auto;
height: 67rpx;
...
...
@@ -70,7 +67,7 @@
font-size: 0;
}
.comments .user .avatar{
.comments .user .avatar
{
display: block;
float: left;
width: 67rpx;
...
...
@@ -79,7 +76,7 @@
border-radius: 50%;
}
.comments .user .nickname{
.comments .user .nickname
{
display: block;
width: auto;
float: left;
...
...
@@ -89,7 +86,7 @@
line-height: 66rpx;
}
.comments .time{
.comments .time
{
display: block;
float: right;
width: auto;
...
...
@@ -100,7 +97,7 @@
margin-right: 30rpx;
}
.comments .comment{
.comments .comment
{
width: 720rpx;
padding-right: 30rpx;
line-height: 45.8rpx;
...
...
@@ -109,7 +106,7 @@
color: #333;
}
.comments .load{
.comments .load
{
width: 720rpx;
height: 108rpx;
line-height: 108rpx;
...
...
@@ -117,11 +114,11 @@
font-size: 38.5rpx;
}
.no-comments{
.no-comments
{
height: 297rpx;
}
.no-comments .txt{
.no-comments .txt
{
height: 43rpx;
line-height: 43rpx;
display: block;
...
...
@@ -131,21 +128,20 @@
color: #7f7f7f;
}
.no-comments .icon{
.no-comments .icon
{
margin: 48rpx auto 18rpx auto;
height: 130rpx;
display: block;
width: 115rpx;
}
.rec-box{
.rec-box {
width: 690rpx;
height: auto;
margin: 0 30rpx;
}
.rec-box .h{
.rec-box .h
{
position: relative;
width: 690rpx;
height: 110rpx;
...
...
@@ -153,7 +149,7 @@
margin-bottom: 32rpx;
}
.rec-box .h .txt{
.rec-box .h .txt
{
display: inline-block;
position: absolute;
background: #f4f4f4;
...
...
@@ -167,7 +163,7 @@
text-align: center;
}
.rec-box .b .item{
.rec-box .b .item
{
width: 690rpx;
height: auto;
padding: 24rpx 24rpx 30rpx 24rpx;
...
...
@@ -175,12 +171,12 @@
margin-bottom: 30rpx;
}
.rec-box .b .item .img{
.rec-box .b .item .img
{
height: 355rpx;
width: 642rpx;
}
.rec-box .b .item .title{
.rec-box .b .item .title
{
display: block;
margin-top: 30rpx;
height: 30rpx;
...
...
renard-wx/pages/ucenter/address/address.js
View file @
286c0ae7
renard-wx/pages/ucenter/address/address.wxml
View file @
286c0ae7
renard-wx/pages/ucenter/address/address.wxss
View file @
286c0ae7
page{
page
{
height: 100%;
width: 100%;
background: #f4f4f4;
}
.container{
.container
{
height: 100%;
width: 100%;
}
.address-list{
.address-list
{
padding-left: 31.25rpx;
background: #fff url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/address-bg-bd30f2bfeb.png) 0 0 repeat-x;
background-size: auto 10.5rpx;
margin-bottom: 90rpx;
}
.address-list .item{
.address-list .item
{
height: 156.55rpx;
align-items: center;
display: flex;
border-bottom: 1rpx solid #
DCD9D
9;
border-bottom: 1rpx solid #
dcd9d
9;
}
.address-list .l{
.address-list .l
{
width: 125rpx;
height: 80rpx;
overflow: hidden;
}
.address-list .name{
.address-list .name
{
width: 125rpx;
height: 43rpx;
font-size: 29rpx;
...
...
@@ -39,7 +39,7 @@ page{
overflow: hidden;
}
.address-list .default{
.address-list .default
{
width: 62.5rpx;
height: 33rpx;
line-height: 28rpx;
...
...
@@ -50,45 +50,41 @@ page{
visibility: visible;
}
.address-list .c{
.address-list .c {
flex: 1;
height: auto;
overflow: hidden;
}
.address-list .mobile{
.address-list .mobile {
height: 29rpx;
font-size: 29rpx;
line-height: 29rpx;
overflow: hidden;
margin-bottom: 6.25rpx;
}
.address-list .address{
.address-list .address
{
height: 37rpx;
font-size: 25rpx;
line-height: 37rpx;
overflow: hidden;
}
.address-list .r{
.address-list .r
{
width: 52rpx;
height: auto;
overflow: hidden;
margin-right: 16.5rpx;
}
.address-list .del{
.address-list .del
{
display: block;
width: 52rpx;
height: 52rpx;
}
.add-address{
.add-address
{
background: #a78845;
text-align: center;
width: 100%;
...
...
@@ -100,10 +96,10 @@ page{
color: #fff;
font-size: 29rpx;
bottom: 0;
left:0;
left:
0;
}
.empty-view{
.empty-view
{
height: 100%;
width: 100%;
display: flex;
...
...
@@ -112,13 +108,13 @@ page{
justify-content: center;
}
.empty-view .icon{
.empty-view .icon
{
height: 248rpx;
width: 258rpx;
margin-bottom: 10rpx;
}
.empty-view .text{
.empty-view .text
{
width: auto;
font-size: 28rpx;
line-height: 35rpx;
...
...
renard-wx/pages/ucenter/addressAdd/addressAdd.js
View file @
286c0ae7
...
...
@@ -20,10 +20,24 @@ Page({
},
addressId
:
0
,
openSelectRegion
:
false
,
selectRegionList
:
[
{
id
:
0
,
name
:
'
省份
'
,
pid
:
1
,
type
:
1
},
{
id
:
0
,
name
:
'
城市
'
,
pid
:
1
,
type
:
2
},
{
id
:
0
,
name
:
'
区县
'
,
pid
:
1
,
type
:
3
}
selectRegionList
:
[{
id
:
0
,
name
:
'
省份
'
,
pid
:
1
,
type
:
1
},
{
id
:
0
,
name
:
'
城市
'
,
pid
:
1
,
type
:
2
},
{
id
:
0
,
name
:
'
区县
'
,
pid
:
1
,
type
:
3
}
],
regionType
:
1
,
regionList
:
[],
...
...
@@ -59,7 +73,9 @@ Page({
},
getAddressDetail
()
{
let
that
=
this
;
util
.
request
(
api
.
AddressDetail
,
{
id
:
that
.
data
.
addressId
}).
then
(
function
(
res
)
{
util
.
request
(
api
.
AddressDetail
,
{
id
:
that
.
data
.
addressId
}).
then
(
function
(
res
)
{
if
(
res
.
errno
===
0
)
{
if
(
res
.
data
)
{
that
.
setData
({
...
...
@@ -110,10 +126,24 @@ Page({
this
.
getRegionList
(
address
.
cityId
);
}
else
{
this
.
setData
({
selectRegionList
:
[
{
id
:
0
,
name
:
'
省份
'
,
pid
:
0
,
type
:
1
},
{
id
:
0
,
name
:
'
城市
'
,
pid
:
0
,
type
:
2
},
{
id
:
0
,
name
:
'
区县
'
,
pid
:
0
,
type
:
3
}
selectRegionList
:
[{
id
:
0
,
name
:
'
省份
'
,
pid
:
0
,
type
:
1
},
{
id
:
0
,
name
:
'
城市
'
,
pid
:
0
,
type
:
2
},
{
id
:
0
,
name
:
'
区县
'
,
pid
:
0
,
type
:
3
}
],
regionType
:
1
})
...
...
@@ -123,7 +153,7 @@ Page({
this
.
setRegionDoneStatus
();
},
onLoad
:
function
(
options
)
{
onLoad
:
function
(
options
)
{
// 页面初始化 options为页面跳转所带来的参数
console
.
log
(
options
)
if
(
options
.
id
&&
options
.
id
!=
0
)
{
...
...
@@ -133,7 +163,7 @@ Page({
this
.
getAddressDetail
();
}
},
onReady
:
function
()
{
onReady
:
function
()
{
},
selectRegionType
(
event
)
{
...
...
@@ -240,7 +270,9 @@ Page({
getRegionList
(
regionId
)
{
let
that
=
this
;
let
regionType
=
that
.
data
.
regionType
;
util
.
request
(
api
.
RegionList
,
{
pid
:
regionId
}).
then
(
function
(
res
)
{
util
.
request
(
api
.
RegionList
,
{
pid
:
regionId
}).
then
(
function
(
res
)
{
if
(
res
.
errno
===
0
)
{
that
.
setData
({
regionList
:
res
.
data
.
map
(
item
=>
{
...
...
@@ -302,7 +334,7 @@ Page({
areaId
:
address
.
areaId
,
address
:
address
.
address
,
isDefault
:
address
.
isDefault
},
'
POST
'
).
then
(
function
(
res
)
{
},
'
POST
'
).
then
(
function
(
res
)
{
if
(
res
.
errno
===
0
)
{
//返回之前,先取出上一页对象,并设置addressId
var
pages
=
getCurrentPages
();
...
...
@@ -325,15 +357,15 @@ Page({
});
},
onShow
:
function
()
{
onShow
:
function
()
{
// 页面显示
},
onHide
:
function
()
{
onHide
:
function
()
{
// 页面隐藏
},
onUnload
:
function
()
{
onUnload
:
function
()
{
// 页面关闭
}
...
...
renard-wx/pages/ucenter/addressAdd/addressAdd.wxml
View file @
286c0ae7
...
...
@@ -4,13 +4,13 @@
<input class="input" bindinput="bindinputName" placeholder="姓名" value="{{address.name}}" auto-focus/>
</view>
<view class="form-item">
<input class="input" bindinput="bindinputMobile" value="{{address.mobile}}" placeholder="手机号码"/>
<input class="input" bindinput="bindinputMobile" value="{{address.mobile}}" placeholder="手机号码"
/>
</view>
<view class="form-item">
<input class="input" value="{{address.provinceName + address.cityName + address.areaName}}" disabled="true" bindtap="chooseRegion" placeholder="省份、城市、区县"/>
<input class="input" value="{{address.provinceName + address.cityName + address.areaName}}" disabled="true" bindtap="chooseRegion" placeholder="省份、城市、区县"
/>
</view>
<view class="form-item">
<input class="input" bindinput="bindinputAddress" value="{{address.address}}" placeholder="详细地址, 如街道、楼盘号等"/>
<input class="input" bindinput="bindinputAddress" value="{{address.address}}" placeholder="详细地址, 如街道、楼盘号等"
/>
</view>
<view class="form-default">
<text bindtap="bindIsDefault" class="default-input {{address.isDefault == 1 ? 'selected' : ''}}">设为默认地址</text>
...
...
renard-wx/pages/ucenter/addressAdd/addressAdd.wxss
View file @
286c0ae7
page{
page
{
height: 100%;
background: #f4f4f4;
}
.add-address .add-form{
.add-address .add-form {
background: #fff;
width: 100%;
height: auto;
overflow: hidden;
}
.add-address .form-item{
.add-address .form-item
{
height: 116rpx;
padding-left: 31.25rpx;
border-bottom: 1px solid #d9d9d9;
...
...
@@ -18,14 +19,14 @@ page{
padding-right: 31.25rpx;
}
.add-address .input{
.add-address .input
{
flex: 1;
height: 44rpx;
line-height: 44rpx;
overflow: hidden;
}
.add-address .form-default{
.add-address .form-default
{
border-bottom: 1px solid #d9d9d9;
height: 96rpx;
background: #fafafa;
...
...
@@ -33,7 +34,7 @@ page{
font-size: 28rpx;
}
.default-input{
.default-input
{
margin: 0 auto;
display: block;
width: 240rpx;
...
...
@@ -45,12 +46,12 @@ page{
font-size: 28rpx;
}
.default-input.selected{
.default-input.selected
{
background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/sprites/checkbox-sed825af9d3-a6b8540d42.png) 0 -192rpx no-repeat;
background-size: 38rpx 486rpx;
}
.add-address .btns{
.add-address .btns
{
position: fixed;
bottom: 0;
left: 0;
...
...
@@ -60,50 +61,49 @@ page{
width: 100%;
}
.add-address .cannel,.add-address .save{
.add-address .cannel,
.add-address .save
{
flex: 1;
height: 100rpx;
text-align: center;
line-height: 100rpx;
font-size: 28rpx;
color: #fff;
border:none;
border:
none;
border-radius: 0;
}
.add-address .cannel{
background: #3
F3F3F
;
.add-address .cannel
{
background: #3
f3f3f
;
}
.add-address .save{
.add-address .save
{
background: #a78845;
}
.region-select{
.region-select {
width: 100%;
height: 600rpx;
background: #fff;
position: fixed;
z-index: 10;
left:0;
left:
0;
bottom: 0;
}
.region-select .hd{
.region-select .hd
{
height: 108rpx;
width: 100%;
border-bottom: 1px solid #f4f4f4;
padding: 46rpx 30rpx 0 30rpx;
}
.region-select .region-selected{
.region-select .region-selected
{
float: left;
height: 60rpx;
display: flex;
}
.region-select .region-selected .item{
.region-select .region-selected .item
{
max-width: 140rpx;
margin-right: 30rpx;
text-align: left;
...
...
@@ -116,15 +116,15 @@ page{
white-space: nowrap;
}
.region-select .region-selected .item.disabled{
.region-select .region-selected .item.disabled
{
color: #999;
}
.region-select .region-selected .item.selected{
.region-select .region-selected .item.selected
{
color: #a78845;
}
.region-select .done{
.region-select .done
{
float: right;
height: 60rpx;
width: 60rpx;
...
...
@@ -136,21 +136,21 @@ page{
font-size: 28rpx;
}
.region-select .done.disabled{
.region-select .done.disabled
{
color: #999;
}
.region-select .bd{
.region-select .bd
{
height: 492rpx;
width: 100%;
padding: 0 30rpx;
}
.region-select .region-list{
.region-select .region-list
{
height: 492rpx;
}
.region-select .region-list .item{
.region-select .region-list .item
{
width: 100%;
height: 104rpx;
line-height: 104rpx;
...
...
@@ -159,17 +159,16 @@ page{
font-size: 28rpx;
}
.region-select .region-list .item.selected{
.region-select .region-list .item.selected
{
color: #b4282d;
}
.bg-mask{
.bg-mask {
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.4);
position: fixed;
top:0;
left:0;
top:
0;
left:
0;
z-index: 8;
}
renard-wx/pages/ucenter/collect/collect.wxml
View file @
286c0ae7
renard-wx/pages/ucenter/collect/collect.wxss
View file @
286c0ae7
page{
page
{
background: #f4f4f4;
min-height: 100%;
}
.container{
.container
{
background: #f4f4f4;
min-height: 100%;
width: 100%;
...
...
@@ -11,20 +11,19 @@ page{
overflow: hidden;
}
.no-collect{
.no-collect {
width: 100%;
height: auto;
margin: 0 auto;
}
.no-collect .c{
.no-collect .c
{
width: 100%;
height: auto;
margin-top: 200rpx;
}
.no-collect .c image{
.no-collect .c image
{
margin: 0 auto;
display: block;
text-align: center;
...
...
@@ -32,7 +31,7 @@ page{
height: 258rpx;
}
.no-collect .c text{
.no-collect .c text
{
margin: 0 auto;
display: block;
width: 258rpx;
...
...
@@ -43,7 +42,7 @@ page{
color: #999;
}
.collect-list{
.collect-list
{
width: 100%;
height: auto;
overflow: hidden;
...
...
@@ -52,7 +51,7 @@ page{
border-top: 1px solid #e1e1e1;
}
.item{
.item
{
height: 212rpx;
width: 720rpx;
background: #fff;
...
...
@@ -60,17 +59,17 @@ page{
border-bottom: 1px solid #e1e1e1;
}
.item:last-child{
.item:last-child
{
border-bottom: 1px solid #fff;
}
.item .img{
.item .img
{
float: left;
width: 150rpx;
height: 150rpx;
}
.item .info{
.item .info
{
float: right;
width: 540rpx;
height: 150rpx;
...
...
@@ -80,21 +79,20 @@ page{
padding-left: 20rpx;
}
.item .info .name{
.item .info .name
{
font-size: 28rpx;
color: #333;
line-height: 40rpx;
}
.item .info .subtitle{
.item .info .subtitle {
margin-top: 8rpx;
font-size: 24rpx;
color: #888;
line-height: 40rpx;
}
.item .info .price{
.item .info .price
{
margin-top: 8rpx;
font-size: 28rpx;
color: #333;
...
...
renard-wx/pages/ucenter/coupon/coupon.js
View file @
286c0ae7
var
util
=
require
(
'
../../../utils/util.js
'
);
var
api
=
require
(
'
../../../config/api.js
'
);
var
app
=
getApp
();
Page
({
data
:
{
},
onLoad
:
function
(
options
)
{
},
onReady
:
function
()
{
onLoad
:
function
(
options
)
{},
onReady
:
function
()
{
},
onShow
:
function
()
{
onShow
:
function
()
{
},
onHide
:
function
()
{
onHide
:
function
()
{
// 页面隐藏
},
onUnload
:
function
()
{
onUnload
:
function
()
{
// 页面关闭
}
})
\ No newline at end of file
renard-wx/pages/ucenter/coupon/coupon.wxml
View file @
286c0ae7
renard-wx/pages/ucenter/coupon/coupon.wxss
View file @
286c0ae7
page{
page
{
background: #f4f4f4;
min-height: 100%;
}
.container{
.container
{
background: #f4f4f4;
min-height: 100%;
padding-top: 30rpx;
}
.coupon-form{
.coupon-form
{
height: 110rpx;
width: 100%;
background: #fff;
...
...
@@ -19,7 +19,7 @@ page{
display: flex;
}
.input-box{
.input-box
{
flex: 1;
height: 70rpx;
color: #333;
...
...
@@ -31,7 +31,7 @@ page{
margin-right: 30rpx;
}
.input-box .coupon-sn{
.input-box .coupon-sn
{
position: absolute;
top: 10rpx;
left: 30rpx;
...
...
@@ -42,7 +42,7 @@ page{
font-size: 24rpx;
}
.clear-icon{
.clear-icon
{
position: absolute;
top: 21rpx;
right: 30rpx;
...
...
@@ -50,9 +50,9 @@ page{
height: 28rpx;
}
.add-btn{
.add-btn
{
height: 70rpx;
border:none;
border:
none;
width: 168rpx;
background: #b4282d;
border-radius: 0;
...
...
@@ -61,11 +61,11 @@ page{
font-size: 28rpx;
}
.add-btn.disabled{
.add-btn.disabled
{
background: #ccc;
}
.help{
.help
{
height: 72rpx;
line-height: 72rpx;
text-align: right;
...
...
@@ -76,7 +76,7 @@ page{
font-size: 24rpx;
}
.coupon-list{
.coupon-list
{
width: 100%;
height: auto;
overflow: hidden;
...
...
@@ -84,18 +84,18 @@ page{
padding-right: 30rpx;
}
.item{
.item
{
position: relative;
height: 290rpx;
width: 100%;
background: linear-gradient(to right,#cfa568,#e3bf79);
background: linear-gradient(to right,
#cfa568,
#e3bf79);
margin-bottom: 30rpx;
padding-top: 52rpx;
}
.tag{
.tag
{
height: 32rpx;
background: #
A
48143;
background: #
a
48143;
padding-left: 16rpx;
padding-right: 16rpx;
position: absolute;
...
...
@@ -107,8 +107,7 @@ page{
line-height: 32rpx;
}
.content{
.content {
margin-top: 24rpx;
margin-left: 40rpx;
display: flex;
...
...
@@ -117,50 +116,50 @@ page{
align-items: center;
}
.content .left{
.content .left
{
flex: 1;
}
.name{
.name
{
font-size: 44rpx;
color: #fff;
margin-bottom: 14rpx;
}
.time{
.time
{
font-size: 24rpx;
color: rgba(255,255,255, 0.8);
color: rgba(255,
255,
255, 0.8);
line-height: 30rpx;
}
.content .right{
.content .right
{
width: 162rpx;
}
.go{
.go
{
height: 48rpx;
border:none;
border:
none;
width: 162rpx;
background: rgba(255,255,255, 0.8);
background: rgba(255,
255,
255, 0.8);
border-radius: 4rpx;
line-height: 48rpx;
color: #b69150;
font-size: 24rpx;
}
.condition{
.condition
{
position: absolute;
width: 100%;
bottom: 0;
left:0;
left:
0;
height: 78rpx;
background: rgba(0,0,0,.08);
background: rgba(0,
0,
0,
0
.08);
padding: 24rpx 40rpx;
display: flex;
flex-direction: row;
}
.condition .txt{
.condition .txt
{
display: block;
height: 30rpx;
flex: 1;
...
...
@@ -170,8 +169,7 @@ page{
color: #fff;
}
.condition .icon{
.condition .icon {
margin-left: 30rpx;
width: 24rpx;
height: 24rpx;
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
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