pull/6/head
parent
c9f9d02734
commit
49889d6aba
@ -1,7 +1,12 @@
|
|||||||
<!--pages/match/photo.wxml-->
|
<!--pages/match/photo.wxml-->
|
||||||
<view class='container'>
|
<view class='container'>
|
||||||
<view class='imgwindow'>
|
<view class='imgwindow'>
|
||||||
|
<view class='scewindow' src='{{scene}}'>
|
||||||
|
<text>场景:{{scene}}</text>
|
||||||
|
</view>
|
||||||
<image class='imgwindow' mode='widthFix' src='{{imgFilePath}}'/>
|
<image class='imgwindow' mode='widthFix' src='{{imgFilePath}}'/>
|
||||||
<!-- 图片预览 -->
|
<!-- 图片预览 -->
|
||||||
|
<text bind:tap="return" type="primary">返回</text>
|
||||||
|
<text bind:tap="toMatch">设计妆容</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -1,7 +1,42 @@
|
|||||||
/* pages/recommend/recommend.wxss */
|
/* pages/recommend/recommend.wxss */
|
||||||
|
page{
|
||||||
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
background: #F2F2F2;
|
||||||
|
}
|
||||||
swiper{
|
swiper{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* height: calc(100vw*9/16); */
|
/* height: calc(100vw*9/16); */
|
||||||
height: 350px;
|
height: 350px;
|
||||||
}
|
}
|
||||||
|
.content{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
margin: 20rpx;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.left{
|
||||||
|
width: 345rpx;
|
||||||
|
}
|
||||||
|
.right{
|
||||||
|
width: 345rpx;
|
||||||
|
margin-left: 20rpx;
|
||||||
|
}
|
||||||
|
.block{
|
||||||
|
background: #ffffff;
|
||||||
|
border-radius: 10rpx;
|
||||||
|
}
|
||||||
|
.pic{
|
||||||
|
border-radius: 10rpx 10rpx 0rpx 0rpx;
|
||||||
|
width: 345rpx;
|
||||||
|
}
|
||||||
|
.title{
|
||||||
|
padding: 5rpx 20rpx 0rpx 20rpx;
|
||||||
|
font-size: 30rpx;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #333;
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in new issue