From 3d78ac0ece15f043390a351c70e99b287d0c42e1 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 06 三月 2024 15:26:56 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/jsek-applet --- pages/resourceDetails/index.wxss | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 114 insertions(+), 1 deletions(-) diff --git a/pages/resourceDetails/index.wxss b/pages/resourceDetails/index.wxss index 35232d2..cb4efa3 100644 --- a/pages/resourceDetails/index.wxss +++ b/pages/resourceDetails/index.wxss @@ -22,4 +22,117 @@ .videoBox video { width: 100vw; -} \ No newline at end of file +} + +.titleBox { + margin: 30rpx; + border-bottom: 1px #f4f4f4 solid; + padding-bottom: 20rpx; + font-weight: bold; +} + +.contentBox { + position: relative; +} + +.contentBox .custom-tabs { + /* margin-bottom: 32rpx; */ + width: 400rpx; +} + + +.t-tabs__content { + width: 750rpx !important; + overflow: auto !important; +} + + +.custom-panel { + /* height: 120px; */ + width: 750rpx; + /* height: 200rpx; */ + +} + +.contentBox .takeNotes { + + position: absolute; + top: 5rpx; + right: 0; + width: 350rpx; + border-bottom: 1px solid #f4f4f4; + +} + +.takeNotes image { + width: 30rpx; + height: 30rpx; + margin-top: 10rpx; + margin-right: 10rpx; +} + +.takeNotesLining { + margin: 25rpx; + display: flex; + justify-content: flex-end; +} + +.operateBox { + display: flex; + align-items: flex-end; + justify-content: space-between; + +} + +.iconBox { + display: flex; +} + +.iconBox image { + width: 26rpx; + height: 26rpx; + margin: 0 10rpx; +} + +.t-dialog__content { + padding: 0 !important; +} + +.titleImageBox { + width: 40rpx; + height: 40rpx; + margin-left: 20rpx; +} + +.dialogTitleBox { + margin: 30rpx; + border-bottom: 1px #f4f4f4 solid; + padding-bottom: 20rpx; + font-weight: bold; + display: flex; + align-items: center; +} + +.input-example { + --td-input-vertical-padding: 24rpx; + + background-color: #fff; + padding: 32rpx 32rpx 16rpx; +} + +.input-example__label { + color: rgba(0, 0, 0, 0.9); + font-size: 24rpx; + line-height: 40rpx; + margin: 0 8rpx 16rpx; +} + +.buttonBox { + display: flex; + justify-content: flex-end; + +} + +/* .inputBox { + height: 500rpx; +} */ \ No newline at end of file -- Gitblit v1.9.1