From 34db7035c9c7880e00b9328d022be65a29c62cb2 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期一, 31 七月 2023 10:40:56 +0800 Subject: [PATCH] Merge branch 'feature/v1.1.5接口' into develop --- h5/apph5/pages/takeout/mt.css | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 119 insertions(+), 0 deletions(-) diff --git a/h5/apph5/pages/takeout/mt.css b/h5/apph5/pages/takeout/mt.css new file mode 100644 index 0000000..6cbbce0 --- /dev/null +++ b/h5/apph5/pages/takeout/mt.css @@ -0,0 +1,119 @@ +.toptxt { + position: fixed; + top: 0px; + text-align: center; + font-size: 0.3rem; + width: 100%; + background: #FFD100; + padding: 10px 0; + color: #fff; +} + +.mtbodycont { + background: #FFD100; + width: 100%; + padding-top: 95rpx; +} + +.pageBac { + width: 100%; + height: 294rpx; + margin-top: 20rpx; +} + +.tabcont { + display: flex; + justify-content: center; + align-items: center; +} + +.tabcontsp { + width: 35%; + background: rgba(254, 254, 254, 0.3); + border-radius: 23px; + text-align: center; + + +} + +.tabconttxt { + + width: 50%; + border-radius: 23px; + font-size: 14px; + padding: 10rpx; +} + +.getBtn-containe-uncheck { + color: #fff; +} + +.mttabconttxt-check { + color: #FFD100; + background: #fff; +} + +.code-cont { + background: #fff; + width: 92%; + margin: 0 auto; + border-radius: 0.4rem; + padding-bottom: 1.5rem; +} + +.mtcode-flow { + text-align: center; + padding: 1rem; + border-bottom: 1px dashed #FFD100; +} + +.code-flow-img { + width: 80%; + height: 3.1rem; +} + +.code-img { + text-align: center; + padding: 1rem 3rem; +} + +.code-img-code { + width: 9rem; + height: 9rem; +} + +.code-btn { + width: 50%; + margin: 0 auto; + text-align: center; + background: linear-gradient(0deg, #F1B641 0%, #FFCE6D 100%); + font-size: 34rpx; + font-weight: 500; + color: #C03F11; + width: 580rpx; + height: 78rpx; + border-radius: 39rpx; + line-height: 78rpx; +} +.rulesContent{ + padding: 0 28rpx; + margin-top: 45rpx; + color: #fff; + .txt-title { + width: 100%; + font-size: 32rpx; + font-weight: 500; + color: #FFFFFF; + line-height: 48rpx; + margin-bottom: 20rpx; + } + + .richtext-content { + width: 100%; + margin-bottom: 40rpx; + font-size: 26rpx; + font-weight: 400; + line-height: 48rpx; + color: #FFFFFF; + } +} \ No newline at end of file -- Gitblit v1.9.3