@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .top-content.data-v-760df030 { width: 100%; z-index: 10; position: fixed; top: 0; left: 0; background-color: #ffffff; } .top-content .top-title.data-v-760df030 { height: 88rpx; line-height: 88rpx; font-size: 42rpx; font-family: Source Han Sans CN; font-weight: bold; color: #222222; padding-left: 41rpx; background-color: #ffffff; } .swipr-box.data-v-760df030 { width: 100%; height: 280rpx; padding: 20rpx 0rpx; background-color: #fff; box-shadow: 0rpx 2rpx 4rpx 0rpx rgba(0, 0, 0, 0.05); } .seiper-smbox.data-v-760df030 { padding: 0rpx 0rpx; box-sizing: border-box; width: 100%; } .slide-image.data-v-760df030 { display: inline-block; width: 100%; height: 280rpx; border-radius: 10rpx; } .recommend-box.data-v-760df030 { margin: 20rpx 0rpx; padding: 0rpx 30rpx; } .recommend-box.data-v-760df030, .recommend-smbox.data-v-760df030 { width: 100%; box-sizing: border-box; } .recommend-smbox.data-v-760df030 { background-color: #fff; border-radius: 10rpx; padding: 30rpx 0rpx; display: flex; justify-content: space-around; box-shadow: 0rpx 2rpx 4rpx 0rpx rgba(0, 0, 0, 0.05); } .col-1.data-v-760df030 { width: 25%; } .ad-index.data-v-760df030 { width: 100%; box-sizing: border-box; padding: 0rpx 30rpx; } .ad-df.data-v-760df030 { border-radius: 10rpx; overflow: hidden; box-shadow: 0rpx 2rpx 4rpx 0rpx rgba(0, 0, 0, 0.05); } .server-box.data-v-760df030 { width: 100%; padding: 0rpx 30rpx; box-sizing: border-box; margin: 20rpx 0rpx; margin-top: 17vh; } .tips.data-v-760df030 { background-color: #ff5500; color: #fff; height: 60rpx; line-height: 60rpx; border-radius: 10rpx; padding-left: 20rpx; } .server-smbox.data-v-760df030 { width: 100%; background-color: transparent; border-radius: 10rpx; padding-bottom: 15rpx; box-shadow: inset 0 0 0 1rpx rgba(255, 255, 255, 0.06), 0 16rpx 40rpx rgba(0, 0, 0, 0.18); margin-top: 20rpx; } .server-t.data-v-760df030 { text-align: center; } .server-name.data-v-760df030 { padding: 15rpx 20rpx; } .server-text.data-v-760df030 { border-bottom: 1rpx solid #f6f6f6; font-weight: 700; height: 40rpx; line-height: 40rpx; padding-bottom: 15rpx; margin-top: 60rpx; font-size: 42rpx; margin-left: 40rpx; } .list-server.data-v-760df030, .listbox.data-v-760df030 { box-sizing: border-box; } .listbox.data-v-760df030 { width: 25%; text-align: center; float: left; padding: 15rpx 0rpx; } .listimg.data-v-760df030 { width: 100rpx; height: 100rpx; } .inm.data-v-760df030 { margin-bottom: 60rpx; } .bottomLine.data-v-760df030 { padding: 50rpx 0rpx; font-size: 24rpx; text-align: center; color: #8b8b8b; } /* 科技感九宫格布局与卡片样式 */ .tools-grid.data-v-760df030 { /* 九宫格:3列,顶部/底部保留 10% 视口高度 */ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20rpx; height: 60vh; margin-top: 0vh; padding: 0 24rpx; box-sizing: border-box; } .tool-card.data-v-760df030 { position: relative; margin: 0; border-radius: 20rpx; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; } .span-1.data-v-760df030 { flex: 0 0 33.33%; } .span-2.data-v-760df030 { flex: 0 0 66.66%; } .card-bg.data-v-760df030 { position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0rpx, rgba(255, 255, 255, 0.04) 1rpx, transparent 1rpx, transparent 20rpx), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0rpx, rgba(255, 255, 255, 0.04) 1rpx, transparent 1rpx, transparent 20rpx); opacity: 0.75; } .card-content.data-v-760df030 { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24rpx; } .card-content1.data-v-760df030 { padding: 0rpx; } /* 高亮第二项的内容块(可按需修改效果) */ .content1.data-v-760df030 { -webkit-filter: brightness(1.08); filter: brightness(1.08); } .icon-wrap.data-v-760df030 { width: 96rpx; height: 96rpx; border-radius: 18rpx; background: linear-gradient(180deg, rgba(59, 130, 246, 0.18), rgba(59, 130, 246, 0.06)); border: 1rpx solid rgba(59, 130, 246, 0.35); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 28rpx rgba(59, 130, 246, 0.35); } .icon.data-v-760df030 { width: 72rpx; height: 72rpx; border-radius: 14rpx; } .label.data-v-760df030 { margin-left: 0; margin-top: 16rpx; font-size: 30rpx; letter-spacing: 1rpx; color: #333; text-shadow: 0 2rpx 6rpx rgba(0, 0, 0, 0.35); text-align: center; } .tool-card:active .card-bg.data-v-760df030 { -webkit-filter: brightness(1.08); filter: brightness(1.08); -webkit-transform: scale(1.01); transform: scale(1.01); transition: all 120ms linear; } @charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .empty-box.data-v-760df030 { width: 100%; padding: 60rpx 0; display: flex; align-items: center; justify-content: center; } .empty-text.data-v-760df030 { color: #9ca3af; font-size: 28rpx; }