From 1629cb4a35884cdbd52088377fffd37fca2c225e Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Mon, 23 Mar 2020 16:47:09 +0800 Subject: [PATCH] 123 --- SunshineLnsMinApp/pages/createSubList/createSubList.wxss | 135 ++++++++------------------------------------- 1 files changed, 24 insertions(+), 111 deletions(-) diff --git a/SunshineLnsMinApp/pages/createSubList/createSubList.wxss b/SunshineLnsMinApp/pages/createSubList/createSubList.wxss index 1830c58..8a511af 100644 --- a/SunshineLnsMinApp/pages/createSubList/createSubList.wxss +++ b/SunshineLnsMinApp/pages/createSubList/createSubList.wxss @@ -1,121 +1,34 @@ /* pages/createSub/createSub.wxss */ -page { - background-color: #eaf3fb; - width: 100%; - height: 100%; -} - -.container { - padding: 0 20rpx; - background-color: #eaf3fb; - color: #343434; - overflow: auto; -} - -.title { - text-align: center; - font-size: 32rpx; - padding: 30rpx 0 20rpx; -} - -.des { - padding: 0 30rpx; - line-height: 50rpx; - font-size: 28rpx; - margin-bottom: 24rpx; -} - -.question { - width: 100%; - padding: 0 20rpx; -} - -.questionB { - padding: 0 20rpx; - border-radius: 5px; - background-color: white; - margin-top: 24rpx; -} - -.questionB .questionT { - padding: 20rpx 0; - border-bottom: 1px solid #58a6f6; - font-size: 32rpx; - color: #58a6f6; -} - -.questionA radio-group { - display: block; -} - -.questionT text { - color: red; -} - -.questionT view { - float: right; - font-size: 28rpx; - margin-top: -5px; -} - -.radio { - display: block; - font-size: 30rpx; - padding: 20rpx; - border-bottom: 1rpx dashed #dadada; -} - -.radio:last-child { - border-bottom: none; -} - -.radio radio { - margin-right: 20rpx; -} - -.textarea { - padding: 24rpx; -} - -.questionA textarea { - width: 100%; - height: 160rpx; - padding: 20rpx; - box-sizing: border-box; - font-size: 30rpx; - border: 1rpx solid #dadada; - border-radius: 5px; -} - -.selectType { - padding: 20rpx 100rpx; - border-radius: 5px; - background-color: white; - margin-top: 24rpx; +.guide-all-list { display: flex; - justify-content: space-between; - font-size: 32rpx; + flex-direction: column; + padding: 2vh; + border-bottom: 1px solid #f2f2f2; } -.selectType icon { - font-size: 40rpx; - color: #58a6f6; +.guide-all-list-top { + font-size: 16px; + color: #333; } -.toRadio icon { - position: relative; - font-size: 45rpx; - top: 5rpx; +.guide-all-list-bottom { + font-size: 14px; + color: #999; + display: flex; + margin-top: 1vh; } -.btn { - width: 80%; - height: 40px; - background-color: #58a6f6; - border-radius: 40px; - line-height: 40px; - color: white; - margin: 24rpx auto; - font-size: 32rpx; +.guide-all-list-left { + margin-right: auto; +} + +.guide-all-list-right { + width: 3vh; + height: 3vh; +} +.index-pane-icon { + width: 16px; + height: 16px; + float:right; } -- Gitblit v1.8.0