From c0b24b804539df3a40a0be613b44562c7e073005 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 20 四月 2023 10:43:46 +0800
Subject: [PATCH] #
---
static/css/putOnSale.css | 110 ++++++++++++++++++++++++++++++++----------------------
1 files changed, 65 insertions(+), 45 deletions(-)
diff --git a/static/css/putOnSale.css b/static/css/putOnSale.css
index 0ba664b..e1c5594 100644
--- a/static/css/putOnSale.css
+++ b/static/css/putOnSale.css
@@ -1,3 +1,23 @@
+.revise-box {
+ width: 400rpx;
+ height: 300rpx;
+ border-radius: 25px;
+}
+.revise-box-top {
+ width: 400rpx;
+ height: 120rpx;
+ border-radius: 25px;
+}
+.changeBox {
+ width: 400rpx;
+ height: 100rpx;
+}
+.num-box {
+ margin-left: 100rpx;
+}
+.revise-box-buttom{
+ margin-left: 130rpx;
+}
.bg-false {
background-color: #FFFFFF;
}
@@ -5,49 +25,49 @@
background-color: #ebebeb;
}
.data-list {
- border-bottom: 1px solid #d8d8d8;
- height: 180rpx;
- margin: 15rpx;
- border-radius: 20rpx;
- }
- .data-list:first-child {
- margin-top: 20rpx;
- }
- .data-list:last-child {
- margin-bottom: 120rpx;
- }
- /* .data-list-left {
- display: inline-block;
- float: left;
- text-align: center;
- width: 100rpx;
- height: 180rpx;
- line-height: 180rpx;
- } */
- .data-list-left {
- display: inline-block;
- float: left;
- margin-left: 6%;
- height: 180rpx;
- color: #676767;
- }
- .matnr {
- padding-top: 10rpx;
- }
- .data-list-right {
- display: inline-block;
- float: right;
- height: 180rpx;
- line-height: 180rpx;
- }
- /* display: inline-block;
- float: right;
- width: 200rpx;
+ border-bottom: 1px solid #d8d8d8;
height: 180rpx;
- line-height: 180rpx; */
- .data-list-right label {
- display: inline-block;
- float: left;
- width: 80rpx;
- height: 180rpx;
- }
\ No newline at end of file
+ margin: 15rpx;
+ border-radius: 20rpx;
+}
+.data-list:first-child {
+ /* margin-top: 20rpx; */
+}
+.data-list:last-child {
+ margin-bottom: 120rpx;
+}
+/* .data-list-left {
+ display: inline-block;
+ float: left;
+ text-align: center;
+ width: 100rpx;
+ height: 180rpx;
+ line-height: 180rpx;
+} */
+.data-list-left {
+ display: inline-block;
+ float: left;
+ margin-left: 6%;
+ height: 180rpx;
+ color: #676767;
+}
+.matnr {
+ padding-top: 10rpx;
+}
+.data-list-right {
+ display: inline-block;
+ float: right;
+ height: 180rpx;
+ line-height: 180rpx;
+}
+/* display: inline-block;
+float: right;
+width: 200rpx;
+height: 180rpx;
+line-height: 180rpx; */
+.data-list-right label {
+ display: inline-block;
+ float: left;
+ width: 80rpx;
+ height: 180rpx;
+}
\ No newline at end of file
--
Gitblit v1.9.1