From bb0febe1c4a4bbd7acd6eb2ac27689b97ee75e98 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 10 Oct 2024 16:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=85=E7=94=B5=E6=A1=A9?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/machine/chargeMachines.vue | 62 ++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/pages/machine/chargeMachines.vue b/pages/machine/chargeMachines.vue index cdf0efd..b88098e 100644 --- a/pages/machine/chargeMachines.vue +++ b/pages/machine/chargeMachines.vue @@ -158,4 +158,66 @@ text { text-align: center; } + + .block__title { + margin: 0; + font-weight: 400; + font-size: 14px; + color: rgba(69, 90, 100, .6); + padding: 40rpx 30rpx 20rpx; + } + + .button_up_blank { + height: 40rpx; + } + + .cu-list.menu-avatar>.cu-item .content-left { + left: 30upx; + } + + .cu-list+.cu-list { + margin-top: 20upx; + } + + .cu-btn.lgplus { + padding: 0 20px; + font-size: 18px; + height: 100upx; + + } + + .cu-btn.sharp { + border-radius: 0upx; + } + + .line-height { + line-height: 100upx; + } + + .sub-info { + background-color: #fff; + //margin-top: 0.5upx; + padding: 15upx; + + .sub-info-item { + width: 45%; + margin: 10upx 15upx 0upx 15upx; + } + } + .apply-title { + height: 60upx; + line-height: 50upx; + border-bottom: 1upx solid #F1F1F1; + } + + .apply-content { + .item { + width: 50%; + margin-top: 20upx; + } + } + + .radius-sm { + border-radius: 16upx; + } \ No newline at end of file