初始化代码

This commit is contained in:
2025-12-22 17:13:05 +08:00
parent ed0de08e3a
commit 1f7e9d401b
2947 changed files with 526137 additions and 0 deletions

View File

@@ -0,0 +1,132 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.pages-home .icon-right {
font-size: 24rpx;
}
.pages-home .menu-item {
width: 20%;
}
.pages-home .menu-item .menu-img {
width: 96rpx;
height: 96rpx;
}
.pages-home .notice-info {
height: 110rpx;
}
.pages-home .notice-info .notice-img {
width: 128rpx;
height: 48rpx;
}
.pages-home .notice-info .infomation-left {
height: 48rpx;
border-right: 0.03125rem solid #e1e6ec;
}
.pages-home .notice-info .roller-box {
height: 40rpx;
}
.pages-home .notice-info .roller-box .roller-item {
height: 40rpx;
line-height: 1;
}
.pages-home .weather-info {
height: 168rpx;
background: #ffffff;
}
.pages-home .weather-info .number {
font-size: 48rpx;
color: #FEB23A;
}
.pages-home .weather-info .weather {
color: #FEB23A;
}
.pages-home .weather-info .weather-img {
width: 50rpx;
height: 50rpx;
}
.pages-home .weather-info .about-info {
right: 0rpx;
width: 84rpx;
height: 84rpx;
border-radius: 5000rpx;
margin-right: 30rpx;
}
.pages-home .weather-info .about-info .about-img {
width: 102rpx;
height: 25rpx;
margin: 0 8rpx;
}
.pages-home .weather-info .about-info .about-right-img {
width: 34rpx;
height: 25rpx;
}
.pages-home .advertisement-info .coupon-img {
width: 100%;
height: 180rpx;
}
.pages-home .goods-item .cover {
width: 180rpx;
height: 170rpx;
}
.pages-home .goods-item .add-car-img {
width: 70rpx;
height: 70rpx;
}
.pages-home .hot-shop-list {
white-space: nowrap;
width: calc(100% - 30rpx);
}
.pages-home .hot-shop-list .hot-shop-item {
width: 281rpx;
height: 353rpx;
background: #F9FAF9;
display: inline-block;
}
.pages-home .hot-shop-list .hot-shop-item .cover {
width: 281rpx;
height: 175rpx;
border-radius: 15rpx 15rpx 0 0;
}
.pages-home .hot-shop-list .hot-shop-item .business-tag {
width: 86rpx;
height: 34rpx;
background: rgba(52, 162, 99, 0.1);
}
.pages-home .home-index-bg {
background: #39b54a;
height: 15.625rem;
width: 100%;
top: 0;
border-radius: 0 0 5% 5%;
z-index: -1;
}
.pages-home .welfare-item .cover {
width: 180rpx;
height: 160rpx;
}
.pages-home .welfare-item .ellipsis {
max-width: 480rpx;
}