From e03417edfeaf52c017e4a5539f3b41ad0204a2f0 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 05 三月 2024 19:03:51 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/jsek-applet --- pages/personalCenter/myOrder/index.wxss | 169 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 169 insertions(+), 0 deletions(-) diff --git a/pages/personalCenter/myOrder/index.wxss b/pages/personalCenter/myOrder/index.wxss index e69de29..8ac30eb 100644 --- a/pages/personalCenter/myOrder/index.wxss +++ b/pages/personalCenter/myOrder/index.wxss @@ -0,0 +1,169 @@ +.t-search__input { + font-size: 28rpx !important; + color: rgb(116, 116, 116) !important; +} + +.t-search { + width: 90%; + margin: 0 auto; +} + +.t-search__input-box--square { + border-radius: 50rpx !important; +} + +.t-tabs__item { + flex: 1 !important; +} + +.t-tabs__track { + /* left: 28rpx !important; */ + background-color: #FF6C00 !important; +} + +.t-tabs__item--active { + font-size: 30rpx; + color: #FF6C00 !important; +} + +.pageInfo { + background: #F2F3F8; +} + +.list { + padding: 0 24rpx; +} + +.content-item { + background-color: #fff; + border-radius: 18rpx; + margin-top: 20rpx; + padding: 30rpx; + box-shadow: 0px 0px 20rpx 2px #f1f1f1; +} + +.order-cent { + padding: 10rpx 0; +} + +.right { + float: right; +} + +.cancal { + color: #949494 +} + +.success { + color: #1FBC1F +} + +.waitPay { + color: #F03939 +} + +.price { + color: #FF6C00; + font-weight: bold; +} + +.order-centent { + display: flex; + border-bottom: 2rpx solid #EFF0F1; +} + + +.bookBox { + flex: 1; + padding: 30rpx 0; +} + + + +.bookBox .leftCon { + width: 150rpx; + height: 210rpx; + box-shadow: 0px 0px 20rpx 2px #f1f1f1; +} + +.fl { + float: left; + margin-right: 20rpx; +} + +.bookBox .leftCon .purchasedIcon { + width: 100%; + height: 100%; + object-fit: contain; +} + +.productTitle { + font-size: 32rpx; + height: 88rpx; + color: #333333; + font-weight: bold; + line-height: 44rpx; + display: -webkit-box; + margin-bottom: 30rpx; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + overflow: hidden; + text-overflow: ellipsis; +} + +.flex .rightCon { + margin-left: 160rpx; +} + +.rightCon { + margin-top: 10rpx; + margin-right: 20rpx; +} + +.count { + display: flex; + align-items: center; + margin-left: 30rpx; +} + +.typeBox { + background: rgba(255, 108, 0, 0.24); + border-radius: 9rpx 9rpx 9rpx 9rpx; + padding: 8rpx 20rpx; + color: #FF6C00; + +} + +.order-top { + padding-top: 30rpx; + display: flex; + justify-content: space-between; + align-items: center; +} + +.button-example { + display: flex; +} + +.button { + background-color: #fff; + height: 60rpx; + line-height: 60rpx; + font-size: 28rpx; +} + +.unfollow { + height: 60rpx; + line-height: 60rpx; + font-size: 28rpx; + background: #FF6C00; + color: #fff; + margin-left: 10rpx; + border-color: #FF6C00; +} + + +.empyt { + padding: 200rpx 0; + background: #fff; +} \ No newline at end of file -- Gitblit v1.9.1