From f26f29d84e0a68831a6af14dab3eec5500496d2e Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 28 五月 2025 16:48:52 +0800 Subject: [PATCH] 初始化项目 --- pages/common/common.scss | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 156 insertions(+), 0 deletions(-) diff --git a/pages/common/common.scss b/pages/common/common.scss new file mode 100644 index 0000000..408f9cb --- /dev/null +++ b/pages/common/common.scss @@ -0,0 +1,156 @@ +.wrap { + + .search{ + padding: 20rpx 20rpx 0; + background: #f8f8f8; + height: 105rpx; + } + + .scroll-list { + height: calc(100vh - var(--window-top) - var(--window-bottom) - 105rpx); // 105rpx 涓� .search 鐨勯珮搴� + width: 100%; + + .loadmore { + padding: 30rpx; + } + } + + .box { + padding-bottom: 10rpx; + + .item { + margin: 0 20rpx 20rpx; + padding: 8rpx 20rpx; + border-radius: 20rpx; + box-sizing: border-box; + background-color: #fff; + font-size: 28rpx; + + .title { + display: flex; + justify-content: space-between; + background-color: #fff; + padding-left: 15rpx; + align-items: center; + + .text { + margin: 0 20rpx; + font-size: 35rpx; + font-weight: bold; + } + + } + } + + } + + .list { + + .u-cell-item-box { + + .u-swipe-content { + width: 750rpx; + } + + .u-cell_title { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + min-width: 655rpx; + } + + .u-border-bottom:last-child:after { + border-bottom: 0; + } + } + } + + .form { + display: flex; + flex-direction: column; + padding: 20rpx 30rpx; + + .u-cell-item-box { + border-radius: 20rpx; + } + } + + .form-footer { + display: flex; + margin: 10rpx; + padding-bottom: 30rpx; + + .btn { + flex: 1; + margin: 10rpx; + } + } + + .u-cell-box { + + .u-cell { + font-size: 30rpx; + } + + .u-cell_title { + font-size: 30rpx; + } + + .u-cell__left-icon-wrap { + margin-right: 18rpx; + } + } + + .span-lable { + padding-right: 20rpx; + color: #909399; + } + + .row-list { + padding-top: 10rpx; + } + + .card-foot { + text-align: center; + button { + margin: 20rpx; + } + } + +} + + +.btn-plus { + position: fixed; + bottom: 2rem; + right: 0.5rem; + z-index: 9999; +} + +.btn-plus:hover { + opacity: 1; +} + +.u-icon { + position: relative; + color: #9E9E9E; +} + +.view-fixed-one { + position: fixed; + bottom: 4.5rem; + right: 0.5rem; + z-index: 9999; +} + +.view-fixed-two { + position: fixed; + bottom: 0rem; + right: 0rem; + z-index: 9999; +} + +.mask-content{ + height: 100%; + background-color: #fff; +} \ No newline at end of file -- Gitblit v1.9.3