From 6af6427443ec799f2661bb4e136e5612e77a417e Mon Sep 17 00:00:00 2001 From: lqz <2426350504@qq.com> Date: Fri, 18 Nov 2022 20:45:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code2.txt | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 code2.txt diff --git a/code2.txt b/code2.txt new file mode 100644 index 0000000..5677c89 --- /dev/null +++ b/code2.txt @@ -0,0 +1,48 @@ +/* pages/test2/test2.wxss */ +.recovery_other_line { + display: flex; + line-height: 124rpx; + align-items: center; + justify-content: space-between; +} +.recovery_other_line .upload_img { + width: 36rpx; + height: 36rpx; +} +.recovery_other_line .other_text { + width: 150rpx; + font-size: 28rpx; + color: #000; +} +.choose_upload_view { + flex: 1; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-end; +} +.choose_upload_item { + margin-left: 38rpx; + position: relative; + width: 100rpx; + display: flex; + align-items: center; +} +.choose_upload_view .choose_upload_img { + width: 100rpx; + height: 100rpx; +} +.choose_upload_view .remove_img_icon { + padding: 4rpx; + position:absolute; + top: -15rpx; + right: -13rpx; + width: 28rpx; + height: 28rpx; + border-radius: 50%; + background-color: rgba(0, 0, 0, .5); +} +.other_upload { + margin-left: 15rpx; + width: 80rpx; +}