After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 382 KiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 446 KiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 481 KiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 389 KiB After Width: | Height: | Size: 1022 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 1.4 MiB |
After Width: | Height: | Size: 1.0 MiB |
@ -1,24 +1,17 @@
|
||||
<!--pages/match/match.wxml-->
|
||||
<view class="container">
|
||||
<view class="match_main">
|
||||
<navigator url="../match/photo">
|
||||
<view>点击开始拍照</view>
|
||||
</navigator>
|
||||
<!-- <text bindtap:"bindphoViewTap"/> -->
|
||||
<view class="choose_way" bindtap="tipwindow" >点击开始拍照</view>
|
||||
<!-- <text class="match_display">预览</text>
|
||||
<image mode="widthFix" src="{{imgList}}"></image> -->
|
||||
|
||||
<camera device-position="front" flash="off" binderror="error" style="width: 100%; height: 400px;"></camera>
|
||||
<!-- 显示摄像头 -->
|
||||
<button type="primary" bindtap="takePhoto">拍照</button>
|
||||
<view class="match_display">
|
||||
预览
|
||||
<image mode="widthFix" src="{{src}}"></image>
|
||||
<button type="primary" bindtap="bindphoViewTap">确定</button>
|
||||
</view>
|
||||
<!-- <view class="navi">
|
||||
<view>
|
||||
<text bindtap="bindmaiViewTap" >首页</text>
|
||||
</view>
|
||||
<view>
|
||||
<text bindtap="bindmacViewTap" >匹配</text>
|
||||
</view>
|
||||
<view>
|
||||
<text bindtap="bindhisViewTap" >历史</text>
|
||||
</view>
|
||||
<view>
|
||||
<text bindtap="bindrecViewTap" >推荐</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<text>pages/match/match.wxml</text>
|
@ -1 +1,23 @@
|
||||
/* pages/match/match.wxss */
|
||||
.match_main{
|
||||
width:auto;
|
||||
height: auto;
|
||||
background-color: #ddcfc3;
|
||||
}
|
||||
.choose_way{
|
||||
width:100%;
|
||||
height:400px;
|
||||
background-color: #ddcfc3;
|
||||
text-align: center;
|
||||
padding-top: 200px;
|
||||
}
|
||||
.match_display{
|
||||
width:auto;
|
||||
height:100px;
|
||||
background-color: #ddcfc3;
|
||||
text-align: center;
|
||||
padding-top: 50px;
|
||||
}
|
||||
.match_sure{
|
||||
text-align: center;
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
<!--pages/match/photo.wxml-->
|
||||
<view class='container'>
|
||||
<view class='imgwindow'>
|
||||
<image class='imgwindow' mode='widthFix' src='{{imgFilePath}}'/>
|
||||
<!-- 图片预览 -->
|
||||
</view>
|
||||
</view>
|
@ -0,0 +1 @@
|
||||
/* pages/match/photo.wxss */
|
@ -1 +1,46 @@
|
||||
/* pages/recommend/rec1.wxss */
|
||||
.container{
|
||||
|
||||
}
|
||||
.rec1{
|
||||
|
||||
}
|
||||
|
||||
.text {
|
||||
/* 字体大小 */
|
||||
font-size: 20px;
|
||||
/* 字体颜色 */
|
||||
color: black;
|
||||
/* 字体风格-粗细 */
|
||||
font-weight: bold;
|
||||
/*段落排版--首字缩进*/
|
||||
text-indent: 2em;
|
||||
/*段落排版--行间距(行高)*/
|
||||
line-height: 1.5em;
|
||||
/*段落排版--中文字间距*/
|
||||
letter-spacing: 1px;
|
||||
/*字母间距*/
|
||||
word-spacing: 4px;
|
||||
/*文字对齐 right 、left 、center */
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
.text2 {
|
||||
/* 字体大小 */
|
||||
font-size: 15px;
|
||||
/* 字体颜色 */
|
||||
color: black;
|
||||
/* 字体风格-粗细 */
|
||||
/*font-weight: bold;*/
|
||||
/*段落排版--首字缩进*/
|
||||
text-indent: 2em;
|
||||
/*段落排版--行间距(行高)*/
|
||||
line-height: 1.5em;
|
||||
/*段落排版--中文字间距*/
|
||||
letter-spacing: 1px;
|
||||
/*字母间距*/
|
||||
word-spacing: 4px;
|
||||
/*文字对齐 right 、left 、center */
|
||||
text-align: left;
|
||||
|
||||
}
|
@ -1 +1,45 @@
|
||||
/* pages/recommend/rec2.wxss */
|
||||
.container{
|
||||
|
||||
}
|
||||
.rec2{
|
||||
|
||||
}
|
||||
.text {
|
||||
/* 字体大小 */
|
||||
font-size: 20px;
|
||||
/* 字体颜色 */
|
||||
color: black;
|
||||
/* 字体风格-粗细 */
|
||||
font-weight: bold;
|
||||
/*段落排版--首字缩进*/
|
||||
text-indent: 2em;
|
||||
/*段落排版--行间距(行高)*/
|
||||
line-height: 1.5em;
|
||||
/*段落排版--中文字间距*/
|
||||
letter-spacing: 1px;
|
||||
/*字母间距*/
|
||||
word-spacing: 4px;
|
||||
/*文字对齐 right 、left 、center */
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
.text2 {
|
||||
/* 字体大小 */
|
||||
font-size: 15px;
|
||||
/* 字体颜色 */
|
||||
color: black;
|
||||
/* 字体风格-粗细 */
|
||||
/*font-weight: bold;*/
|
||||
/*段落排版--首字缩进*/
|
||||
text-indent: 2em;
|
||||
/*段落排版--行间距(行高)*/
|
||||
line-height: 1.5em;
|
||||
/*段落排版--中文字间距*/
|
||||
letter-spacing: 1px;
|
||||
/*字母间距*/
|
||||
word-spacing: 4px;
|
||||
/*文字对齐 right 、left 、center */
|
||||
text-align: left;
|
||||
|
||||
}
|
@ -1 +1,39 @@
|
||||
/* pages/recommend/rec3.wxss */
|
||||
.text {
|
||||
/* 字体大小 */
|
||||
font-size: 20px;
|
||||
/* 字体颜色 */
|
||||
color: black;
|
||||
/* 字体风格-粗细 */
|
||||
font-weight: bold;
|
||||
/*段落排版--首字缩进*/
|
||||
text-indent: 2em;
|
||||
/*段落排版--行间距(行高)*/
|
||||
line-height: 1.5em;
|
||||
/*段落排版--中文字间距*/
|
||||
letter-spacing: 1px;
|
||||
/*字母间距*/
|
||||
word-spacing: 4px;
|
||||
/*文字对齐 right 、left 、center */
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
.text2 {
|
||||
/* 字体大小 */
|
||||
font-size: 15px;
|
||||
/* 字体颜色 */
|
||||
color: black;
|
||||
/* 字体风格-粗细 */
|
||||
/*font-weight: bold;*/
|
||||
/*段落排版--首字缩进*/
|
||||
text-indent: 2em;
|
||||
/*段落排版--行间距(行高)*/
|
||||
line-height: 1.5em;
|
||||
/*段落排版--中文字间距*/
|
||||
letter-spacing: 1px;
|
||||
/*字母间距*/
|
||||
word-spacing: 4px;
|
||||
/*文字对齐 right 、left 、center */
|
||||
text-align: left;
|
||||
|
||||
}
|
@ -1,5 +1,7 @@
|
||||
/* pages/recommend/recommend.wxss */
|
||||
|
||||
swiper{
|
||||
width: 100%;
|
||||
height: calc(100vw*9/16);
|
||||
/* height: calc(100vw*9/16); */
|
||||
height: 350px;
|
||||
}
|
||||
|