From 90b09add4ebe0b245c467bff8372f49b8fe3fb6e Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期四, 11 七月 2024 11:42:49 +0800 Subject: [PATCH] bitian --- packageDomain/pages/resourceDetails/myVideo/index.wxss | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss index 5cf9402..084a21c 100644 --- a/packageDomain/pages/resourceDetails/myVideo/index.wxss +++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss @@ -1,6 +1,4 @@ /* pages/resourceDetails/index.wxss */ -@import "./index.skeleton.wxss"; - .nacigationBar { background-color: #fff; display: flex; @@ -92,14 +90,16 @@ .takeNotes image { width: 30rpx; height: 30rpx; - margin-top: 10rpx; margin-right: 10rpx; } .takeNotesLining { - margin: 25rpx; + margin: 30rpx 25rpx; display: flex; justify-content: flex-end; + align-items: center; + font-size: 26rpx; + color: #ff6c00; } .operateBox { @@ -315,7 +315,7 @@ } .t-tabs__item--active { - color: #FF6C00 !important; + color: #333 !important; } @@ -352,4 +352,8 @@ overflow-y: scroll; overflow-x: hidden; height: 50vh; +} + +.demo-section__content { + margin: 40rpx; } \ No newline at end of file -- Gitblit v1.9.1