@ -1 +1,25 @@
|
|||||||
/* pages/history/history.wxss */
|
/* pages/history/history.wxss */
|
||||||
|
.his_main{
|
||||||
|
width:auto;
|
||||||
|
height: auto;
|
||||||
|
background-color: #ddcfc3;
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
/* 字体大小 */
|
||||||
|
font-size: 20px;
|
||||||
|
/* 字体颜色 */
|
||||||
|
color: black;
|
||||||
|
/* 字体风格-粗细 */
|
||||||
|
font-weight:normal;
|
||||||
|
/*段落排版--首字缩进*/
|
||||||
|
text-indent: 2em;
|
||||||
|
/*段落排版--行间距(行高)*/
|
||||||
|
line-height: 1.5em;
|
||||||
|
/*段落排版--中文字间距*/
|
||||||
|
letter-spacing: 1px;
|
||||||
|
/*字母间距*/
|
||||||
|
word-spacing: 4px;
|
||||||
|
/*文字对齐 right 、left 、center */
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
|
}
|
After Width: | Height: | Size: 265 KiB |
After Width: | Height: | Size: 234 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 152 KiB |
After Width: | Height: | Size: 148 KiB |
After Width: | Height: | Size: 246 KiB |
After Width: | Height: | Size: 333 KiB |
@ -1,18 +1,24 @@
|
|||||||
<!--pages/match/match.wxml-->
|
<!--pages/match/match.wxml-->
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="match_main">
|
<view class="match_main">
|
||||||
<view class="choose_scene" bindtap="showActionSheet" >选择场景</view>
|
<view class="choose_scene">
|
||||||
<view class="choose_way" bindtap="tipwindow" >点击开始拍照</view>
|
<button bindtap="showActionSheet" type="default">选择场景</button>
|
||||||
|
</view>
|
||||||
|
<view class="choose_img">
|
||||||
|
<button bindtap="tipwindow" type="default">上传全身照片</button>
|
||||||
|
</view>
|
||||||
<!-- <text class="match_display">预览</text>
|
<!-- <text class="match_display">预览</text>
|
||||||
<image mode="widthFix" src="{{imgList}}"></image> -->
|
<image mode="widthFix" src="{{imgList}}"></image> -->
|
||||||
|
|
||||||
<camera device-position="front" flash="off" binderror="error" style="width: 100%; height: 400px;"></camera>
|
<!-- <camera device-position="front" flash="off" binderror="error" style="width: 100%; height: 400px;"></camera> -->
|
||||||
<!-- 显示摄像头 -->
|
<!-- 显示摄像头 -->
|
||||||
<button type="primary" bindtap="takePhoto">拍照</button>
|
<!-- <button type="primary" bindtap="takePhoto">拍照</button> -->
|
||||||
<view class="match_display">
|
<view class="match_display">
|
||||||
预览
|
<text class="text" style="color:whitesmoke;background-color: rgba(114, 103, 74, 0.849);font-weight: bold;font-size: larger;">预览:</text>
|
||||||
<image mode="widthFix" src="{{src}}"></image>
|
<view class="match_sure">
|
||||||
<button type="primary" bindtap="bindphoViewTap">确定</button>
|
<image mode="widthFix" src="{{src}}"></image>
|
||||||
|
<button type="primary" bindtap="bindphoViewTap">确定</button>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -1 +1,38 @@
|
|||||||
/* pages/recommend/rec4.wxss */
|
/* pages/recommend/rec4.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 +1,38 @@
|
|||||||
/* pages/recommend/rec5.wxss */
|
/* pages/recommend/rec5.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;
|
||||||
|
}
|