parent
de71aa5263
commit
f23362a433
Binary file not shown.
@ -1,52 +1,84 @@
|
||||
/* pages/shdz/shdz.wxss */
|
||||
#address{
|
||||
width:100%;
|
||||
height:100%;
|
||||
background:#f5f5f5}
|
||||
.address_item{
|
||||
border-bottom:solid 1px #ececec;
|
||||
padding:40rpx 25rpx;
|
||||
background:#fff;
|
||||
}
|
||||
.address_left .text1{
|
||||
color:#262626;
|
||||
font-size:34rpx;}
|
||||
.text_other{
|
||||
margin-top:30rpx;
|
||||
}
|
||||
.address_right{
|
||||
font-size:30rpx;
|
||||
color:#262626;
|
||||
}
|
||||
.address_set{
|
||||
padding:20px 25rpx;
|
||||
border-bottom:solid 1px #ececec;
|
||||
background:#fff;
|
||||
justify-content:center;
|
||||
}
|
||||
.address_set text{font-size:24rpx;}
|
||||
.address_set .default{
|
||||
color:#2c9fe1;
|
||||
width:71%;
|
||||
align-items:center;
|
||||
height:30rpx;
|
||||
display:flex;
|
||||
align-items:center;
|
||||
}
|
||||
.address_set .default image{
|
||||
margin-right:15px;
|
||||
width:29rpx;
|
||||
height:29rpx;}
|
||||
.address_set .edit image{
|
||||
width:26rpx;
|
||||
height:26rpx;
|
||||
margin-right:10rpx;
|
||||
}
|
||||
.edit{color:#7d7d7d;width:15%;display:flex;
|
||||
align-items:center;}
|
||||
.de_color{color:#7d7d7d}
|
||||
.submit_info{
|
||||
margin-top:0rpx;
|
||||
position:absolute;
|
||||
bottom:120rpx;
|
||||
|
||||
#address {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.address_item {
|
||||
border-bottom: solid 1px #ececec;
|
||||
padding: 40rpx 25rpx;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.address_left .text1 {
|
||||
color: #262626;
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.text_other {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
.address_right {
|
||||
font-size: 30rpx;
|
||||
color: #262626;
|
||||
}
|
||||
|
||||
.address_set {
|
||||
padding: 20px 25rpx;
|
||||
border-bottom: solid 1px #ececec;
|
||||
background: #fff;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.address_set text {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
.address_set .default {
|
||||
color: #2c9fe1;
|
||||
width: 71%;
|
||||
align-items: center;
|
||||
height: 30rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.address_set .default image {
|
||||
margin-right: 15px;
|
||||
width: 29rpx;
|
||||
height: 29rpx;
|
||||
}
|
||||
|
||||
.address_set .edit image {
|
||||
width: 26rpx;
|
||||
height: 26rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.edit {
|
||||
color: #7d7d7d;
|
||||
width: 15%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.de_color {
|
||||
color: #7d7d7d;
|
||||
}
|
||||
|
||||
.submit_info {
|
||||
margin-top: 0rpx;
|
||||
position: absolute;
|
||||
bottom: 120rpx;
|
||||
}
|
||||
|
||||
.person-line {
|
||||
width: 100%;
|
||||
height: 2rpx;
|
||||
background: rgb(211, 211, 211);
|
||||
margin-left: 0rpx;
|
||||
|
||||
}
|
@ -1,55 +1,36 @@
|
||||
<view class="containers">
|
||||
<!--<view class="userinfo">
|
||||
<button wx:if="{{!hasUserInfo && canIUse}}" open-type="getUserInfo" bindgetuserinfo="getUserInfo"> 获取头像昵称 </button>
|
||||
<block wx:else>
|
||||
<image bindtap="bindViewTap" class="userinfo-avatar" src="{{userInfo.avatarUrl}}" background-size="cover"></image>
|
||||
<text class="userinfo-nickname">{{userInfo.nickName}}</text>
|
||||
</block>
|
||||
</view>
|
||||
<view class="usermotto">
|
||||
<text class="user-motto">{{motto}}</text>
|
||||
</view>-->
|
||||
<view class="swiper-ai">
|
||||
<swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}">
|
||||
<block wx:for="{{imgUrls}}">
|
||||
<block wx:for="{{ppt}}" wx:for-item="ppts">
|
||||
<swiper-item>
|
||||
<image src="{{item}}" class="slide-image" width="355" height="240" />
|
||||
<image src="http://45.76.158.31:8080/web/BookImage/{{ppts.BookName}}.jpg" class="slide-image" width="355" height="240" />
|
||||
</swiper-item>
|
||||
</block>
|
||||
</swiper>
|
||||
</view>
|
||||
<!--<view>
|
||||
<label class="weui-search-bar__label" hidden="{{inputShowed}}" bindtap="showInput">
|
||||
<icon class="weui-icon-search" type="search" size="14"></icon>
|
||||
<view class="weui-search-bar__text">搜索</view>
|
||||
</label>
|
||||
</view>-->
|
||||
|
||||
<view class="weui-search-bar__form">
|
||||
<view class="weui-search-bar__box">
|
||||
<icon class="weui-icon-search_in-box" type="search" size="14"></icon>
|
||||
<form bindsubmit="formSubmit">
|
||||
<input type="text" placeholder="搜索" placeholder-class="placeholder" bindinput="getSearch_txt'" bindconfirm="searchSubmit"/>
|
||||
<!--
|
||||
<form bindsubmit="formSubmit" action="">
|
||||
<input type="text" bindconfirm="bindKeyFirm" class="weui-search-bar__input" placeholder="搜索" value="{{inputVal}}" focus="{{inputShowed}}" bindinput="inputTyping" />
|
||||
</form>
|
||||
</form>-->
|
||||
</view>
|
||||
</view>
|
||||
<view class="weui-panel weui-panel_access" style="margin-top:0;">
|
||||
<view class="weui-panel__hd">推荐模块</view>
|
||||
<view class="weui-panel__bd">
|
||||
<navigator wx:for="{{forumList}}" url="../logs/logs?id={{item.id}}" data-id="{{item.id}}" class="weui-media-box weui-media-box_appmsg" hover-class="weui-cell_active">
|
||||
<navigator wx:for="{{book}}" wx:for-item="books" url="../detail/detail?id={{books.BookID}}" data-id="{{books.BookID}}" class="weui-media-box weui-media-box_appmsg" hover-class="weui-cell_active">
|
||||
<view class="weui-media-box__hd weui-media-box__hd_in-appmsg" style="width:120px;height:80px;">
|
||||
<image class="weui-media-box__thumb" src='../index/image/banner/img{{index}}.jpeg' />
|
||||
<image class="weui-media-box__thumb" src="http://45.76.158.31:8080/web/BookImage/{{books.BookName}}.jpg" />
|
||||
</view>
|
||||
<view class="weui-media-box__bd weui-media-box__bd_in-appmsg">
|
||||
<view class="weui-media-box__title">{{item.forum_name}}</view>
|
||||
<view class="weui-media-box__desc">{{item.forum_description}}</view>
|
||||
<view class="weui-media-box__title">{{books.BookName}}</view>
|
||||
<view class="weui-media-box__desc">{{books.Introduce}}</view>
|
||||
</view>
|
||||
</navigator>
|
||||
</view>
|
||||
<view class="weui-panel__ft">
|
||||
<view class="weui-cell weui-cell_access weui-cell_link">
|
||||
<view class="weui-cell__bd" bindtap="toList">查看更多</view>
|
||||
<view class="weui-cell__ft weui-cell__ft_in-access"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
Loading…
Reference in new issue