From b7ed8541113f8fa116b19d13e34a70a929310077 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 12 三月 2024 14:38:22 +0800 Subject: [PATCH] 样书申请 --- pages/personalCenter/feedBack/index.wxss | 93 +++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 87 insertions(+), 6 deletions(-) diff --git a/pages/personalCenter/feedBack/index.wxss b/pages/personalCenter/feedBack/index.wxss index 6e24a8b..db30755 100644 --- a/pages/personalCenter/feedBack/index.wxss +++ b/pages/personalCenter/feedBack/index.wxss @@ -4,6 +4,15 @@ padding: 0 24rpx; } +.page-header { + background-color: #F2F3F8; + width: 100%; + position: fixed; + top: 0; + left: 0; + z-index: 1 +} + .t-tabs__track { display: none; } @@ -57,18 +66,89 @@ text-align: center; } -.content { +.container { height: calc(100vh - env(safe-area-inset-bottom)); box-sizing: border-box; } -.content-item { - background: #fff; +.pageInfo { + margin-top: -30rpx; } -.listBox:nth-child(1) { - margin-top: -30rpx; - padding-top: 30rpx; +.content-item { + background: #fff; + display: flex; + margin-bottom: 30rpx; + border-radius: 10rpx; + padding: 40rpx 30rpx; +} + +.content-item:nth-child(1) { + padding-top: 70rpx; +} + +.listBox .icon { + width: 150rpx; + height: 200rpx; +} + +.listBox .icon .img { + width: 100%; + height: 100%; + object-fit: contain; +} + +.listBox .item-con { + flex: 1; + margin-left: 20rpx; +} + +.listBox .titleBox { + font-size: 28rpx; + font-weight: bold; + border-bottom: 2rpx solid #EDEDED; + line-height: 80rpx; + word-break: break-all; + display: -webkit-box; + -webkit-line-clamp: 1; + -webkit-box-orient: vertical; + overflow: hidden; + padding-bottom: 10rpx; +} + +.name { + font-size: 26rpx; + color: #9D9D9D; + line-height: 70rpx; +} + +.feedBack { + font-size: 26rpx; + color: #FF6C00; +} + +.backBox .content-item { + display: block; +} + +.backBox .item-title { + font-size: 28rpx; + font-weight: bold; + line-height: 80rpx; + word-break: break-all; + display: -webkit-box; + -webkit-line-clamp: 1; + -webkit-box-orient: vertical; + overflow: hidden; + padding-bottom: 10rpx; +} + +.backCon { + background: #FAFAFA; + border-radius: 5rpx; + padding: 10rpx 20rpx; + font-size: 28rpx; + line-height: 60rpx; } .submitBox { @@ -99,5 +179,6 @@ } .empyt { + background: #fff; padding: 200rpx 0; } \ No newline at end of file -- Gitblit v1.9.1