From 7fc7bffeadb3cc75f3fa600ca56a6872e569c16c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 23 八月 2022 08:18:47 +0800
Subject: [PATCH] #
---
static/css/putOnSale.css | 73 +++++++++++++++++++++++-------------
1 files changed, 46 insertions(+), 27 deletions(-)
diff --git a/static/css/putOnSale.css b/static/css/putOnSale.css
index 7daaa9a..0ba664b 100644
--- a/static/css/putOnSale.css
+++ b/static/css/putOnSale.css
@@ -5,30 +5,49 @@
background-color: #ebebeb;
}
.data-list {
- height: 200rpx;
- margin: 15rpx;
- border-bottom: 1px solid #d8d8d8;
- border-radius: 20rpx;
-}
-.list-left {
- display: inline-block;
- float: left;
- width: 80%;
- height: 100%;
- /* background-color: coral; */
-
-}
-.lists-item {
- text-indent: 1em;
- height: 25%;
- line-height: 50rpx;
-}
-.list-right {
- display: inline-block;
- float: left;
- width: 20%;
- height: 100%;
- /* background-color: cadetblue; */
- line-height: 200rpx;
- text-align: center;
-}
\ No newline at end of file
+ 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;
+ 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