This commit is contained in:
王丹 2024-09-19 10:27:54 +08:00
parent e77620924b
commit 90e4b344d1
14 changed files with 22 additions and 5 deletions

View File

@ -172,7 +172,7 @@
</u-col>
</u-row>
<view class="card-grey">
<view class="title">
<view class="card-title">
<u-row>
<u-col span="3">
<view><text class="font-green"></text>1-1</view>
@ -196,7 +196,17 @@
</u-col>
</u-row>
</view>
<view class="control">
<view class="buttons"></view>
<view class="valve">
<view class=""></view>
<view class="">
<image src="../static/images/login/logo.png"></image>
</view>
<view class=""></view>
</view>
<view class="buttons"></view>
</view>
</view>
</view>
</u-collapse-item>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -75,11 +75,18 @@
}
.card-grey {
.title {
.card-title {
padding: 10px;
border-bottom: 1px solid #c7c7c7;
border-bottom: 1px solid #c7c7c7;
.icon {
color: #39ac4f;
}
.u-row{margin-bottom: 0 !important;}
}
.control{
display: flex;
justify-content: space-between;
align-items: center;
}
}