| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .more,
- page {
- min-height: 100%;
- height: auto;
- background: #fff6f7;
- }
- .screen {
- position: fixed;
- bottom: 0;
- right: 0;
- width: 0;
- overflow: hidden;
- height: calc(100vh - 88px);
- background: #ffffff;
- z-index: 2021;
- transition: all 0.2s ease;
- }
- .screen .screen_box {
- padding: 30rpx 20rpx 0 30rpx;
- }
- .screen .screen_box .screen_name {
- font-size: 28rpx;
- margin-bottom: 24rpx;
- }
- .screen .screen_box .screen_head .screen_ipt {
- width: 168rpx;
- height: 64rpx;
- padding: 0 30rpx;
- background: #f5f5f5;
- border-radius: 32rpx;
- }
- .screen .screen_box .screen_head .screen_ipt input {
- font-size: 26rpx;
- text-align: center;
- }
- .screen .screen_box .screen_head .screen_head_line {
- width: 27rpx;
- height: 3rpx;
- margin: 0 20rpx;
- background: #999999;
- }
- .screen .screen_box .screen_ul {
- flex-wrap: wrap;
- }
- .screen .screen_box .screen_ul .screen_li {
- width: 166rpx;
- height: 64rpx;
- margin: 24rpx 24rpx 0 0;
- font-size: 26rpx;
- background: #f5f5f5;
- border-radius: 32rpx;
- }
- .screen .screen_box .screen_ul .screen_li:nth-child(3n) {
- margin-right: 0;
- }
- .screen .screen_box .screen_ul .active {
- color: #ffffff;
- background: #f6af32;
- }
- .screen .screen_footer {
- width: 100%;
- bottom: 0;
- position: absolute;
- }
- .screen .screen_footer .screen_footer_li {
- width: 260rpx;
- height: 68rpx;
- color: #666666;
- font-size: 32rpx;
- background: #f5f5f5;
- }
- .screen .screen_footer .screen_footer_li:last-child {
- color: #ffffff;
- background: #f6af32;
- }
- .marking {
- position: fixed;
- bottom: 0;
- right: 0;
- width: 100%;
- height: calc(100vh - 88px);
- background: rgba(0, 0, 0, 0.5);
- }
- .banner {
- width: 715rpx;
- height: 317rpx;
- margin: 0 auto;
- }
- .banner image {
- width: 100%;
- height: 100%;
- }
- .small {
- margin-top: 24rpx;
- width: 100%;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .small .small-item {
- width: 25%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- line-height: 1;
- }
- .small .small-item .small-image {
- width: 64rpx;
- height: 64rpx;
- }
- .small .small-item .small-image image {
- width: 100%;
- height: 100%;
- }
- .small .small-item .small-font {
- margin-top: 16rpx;
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .more_head {
- width: 100%;
- height: 88rpx;
- z-index: 20;
- margin-bottom: 30rpx;
- justify-content: start;
- margin-top: 20rpx;
- }
- .more_head .more_head_li {
- margin: 0 30rpx;
- padding-bottom: 10rpx;
- }
- .more_head .more_head_li text {
- font-size: 30rpx;
- }
- .more_head .more_head_li image {
- width: 22rpx;
- height: 22rpx;
- transition: all 0.2s ease;
- margin-left: 10rpx;
- }
- .more_head .more_head_li .handstand {
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg);
- }
- .more_head .more_head_li.active {
- border-bottom: 2px solid #6087f6;
- }
- .more_head .more_head_li.active text {
- color: #6087f6;
- }
- .home_recommend_ul {
- flex-wrap: wrap;
- padding: 0 28rpx;
- }
- .home_recommend_ul .home_recommend_li {
- width: 700rpx;
- background: #ffffff;
- border-radius: 15rpx;
- padding: 20rpx;
- margin-bottom: 30rpx;
- background: #ffffff;
- box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(153, 153, 153, 0.1);
- border-radius: 10rpx;
- display: flex;
- align-items: center;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_img {
- width: 190rpx;
- height: 190rpx;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_img .home_recommend_li_img_box image {
- width: 190rpx;
- height: 190rpx;
- border-radius: 6rpx;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_main {
- padding-left: 10rpx;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_price {
- padding: 0 8rpx 0 0;
- margin: 10rpx 0 0;
- background: #fff1eb;
- display: flex;
- align-items: center;
- border-top-right-radius: 14rpx;
- border-bottom-right-radius: 14rpx;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_price .home_recommend_li_price_icon {
- position: relative;
- width: 124rpx;
- height: 32rpx;
- padding-left: 36rpx;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_price .home_recommend_li_price_icon .home_recommend_li_price_icon_bg {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- width: 124rpx;
- height: 32rpx;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_price .home_recommend_li_price_icon .home_recommend_li_price_icon_bg imgae {
- width: 100%;
- height: 100%;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_price .home_recommend_li_price_icon .home_recommend_li_price_icon_font {
- position: relative;
- z-index: 2;
- font-size: 18rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ffffff;
- line-height: 32rpx;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_price .home_recommend_li_price_font {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ff2829;
- line-height: 32rpx;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_name {
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- font-size: 28rpx;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_glod {
- justify-content: flex-start;
- align-items: center;
- margin-top: 22rpx;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_glod image {
- width: 32rpx;
- height: 32rpx;
- }
- .home_recommend_ul .home_recommend_li .home_recommend_li_glod .home_recommend_li_glod_font {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ff281e;
- margin-left: 10rpx;
- }
- .home_recommend_shop {
- margin-top: 10rpx;
- display: flex;
- align-items: flex-end;
- }
- .home_recommend_shop text {
- font-size: 16rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #999999;
- }
- .home_recommend_li_img_right {
- display: flex;
- align-items: center;
- }
- .home_recommend_li_img_right image {
- width: 50rpx;
- height: 50rpx;
- background: #ffffff;
- border: 1px solid #e2e2e2;
- border-radius: 5rpx;
- margin-right: 10rpx;
- }
- .home_recommend_li_img_right image:last-child {
- margin-right: 0;
- }
- .home_recommend_li_img_right .home_recommend_li_img_bot {
- display: flex;
- align-items: center;
- }
- .home_recommend_li_img_right .home_recommend_li_img_bot image {
- width: 50rpx;
- height: 50rpx;
- background: #ffffff;
- border: 1px solid #e2e2e2;
- border-radius: 5rpx;
- margin-right: 10rpx;
- }
|