Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
52451519
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
5995
Star
90
Fork
162
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
18
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
18
Issue
18
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
52451519
编写于
1月 20, 2024
作者:
H
hdx
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
choose-image: rpx to px
上级
4d6d6910
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
20 addition
and
18 deletion
+20
-18
pages/API/choose-image/choose-image.uvue
pages/API/choose-image/choose-image.uvue
+20
-18
未找到文件。
pages/API/choose-image/choose-image.uvue
浏览文件 @
52451519
<template>
<!-- #ifdef APP -->
<scroll-view
style="flex:1
">
<scroll-view
class="page-scroll-view
">
<!-- #endif -->
<view>
<page-head :title="title"></page-head>
...
...
@@ -29,7 +29,8 @@
数量限制
</view>
<view class="uni-list-cell-right">
<input class="click-t" :value="countIndex+1" type="number" :maxlength="1" @confirm="chooseImageCount" confirm-type="done" />
<input class="click-t" :value="countIndex+1" type="number" :maxlength="1" @confirm="chooseImageCount"
confirm-type="done" />
</view>
</view>
<view class="uni-list-cell cell-pd">
...
...
@@ -76,16 +77,17 @@
</view>
</view>
<view class="uni-list list-pd" style="padding:
30r
px;">
<view class="uni-flex" style="margin-bottom:
20r
px;">
<view class="uni-list list-pd" style="padding:
15
px;">
<view class="uni-flex" style="margin-bottom:
10
px;">
<view class="uni-list-cell-left">点击可预览选好的图片</view>
<view style="margin-left: auto;">
<text class="click-t">{{imageList.length}}/{{countIndex+1}}</text>
</view>
</view>
<view class="uni-flex" style="flex-wrap: wrap;">
<view v-for="(image,index) in imageList" :key="index" class="uni-uploader__input-box" style="border: 0rpx;">
<image style="width: 208rpx; height: 208rpx;" :src="image" :data-src="image" @tap="previewImage(index)"></image>
<view v-for="(image,index) in imageList" :key="index" class="uni-uploader__input-box" style="border: 0;">
<image style="width: 104px; height: 104px;" :src="image" :data-src="image" @tap="previewImage(index)">
</image>
<image src="/static/plus.png" class="image-remove" @click="removeImage(index)"></image>
</view>
<image class="uni-uploader__input-box" @tap="chooseImage" src="/static/plus.png"></image>
...
...
@@ -239,7 +241,7 @@
<style>
.cell-pd {
padding:
22rpx 30r
px;
padding:
11px 15
px;
}
.click-t {
...
...
@@ -247,14 +249,14 @@
}
.list-pd {
margin-top:
50r
px;
margin-top:
25
px;
}
.uni-uploader__input-box {
margin:
10r
px;
width:
208r
px;
height:
208r
px;
border:
2r
px solid #D9D9D9;
margin:
5
px;
width:
104
px;
height:
104
px;
border:
1
px solid #D9D9D9;
}
.uni-uploader__input {
...
...
@@ -269,24 +271,24 @@
.image-remove {
transform: rotate(45deg);
width:
50r
px;
height:
50r
px;
width:
25
px;
height:
25
px;
position: absolute;
top: 0;
right: 0;
border-radius:
25r
px;
border-radius:
13
px;
background-color: rgba(200, 200, 200, 0.8);
}
.item_width {
width:
260r
px;
width:
130
px;
}
.crop-option {
border-top-color: lightgray;
border-width: 1
r
px;
border-width: 1px;
border-style: solid;
padding:
20r
px;
padding:
10
px;
transition: height;
transition-duration: 300ms;
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录