@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ uni-button[type=primary].data-v-57280228 { background: -webkit-linear-gradient(top, #5a52c5 0%, #8257ed 100%); background: linear-gradient(180deg, #5a52c5 0%, #8257ed 100%); } page.data-v-57280228 { font-size: 28rpx; } .wrap.data-v-57280228 { margin: 0 40rpx; } .full-img.data-v-57280228 { width: 100%; height: auto; } .f-tac.data-v-57280228 { text-align: center; } .write-radius.data-v-57280228 { background-color: #fff; border-radius: 24rpx; padding: 24rpx; margin-bottom: 24rpx; } .bottom-btn-wrap.data-v-57280228 { height: 110rpx; } .bottom-btn.data-v-57280228 { height: 110rpx; line-height: 110rpx; position: fixed; left: 0; bottom: 0; width: 100%; } .operating.data-v-57280228 { margin-top: 24rpx; } .operating-item.data-v-57280228 { display: -webkit-box; display: -webkit-flex; display: flex; margin-bottom: 24rpx; -webkit-box-align: center; -webkit-align-items: center; align-items: center; border-radius: 12rpx; background-color: #6e55da; padding: 30rpx 40rpx 25rpx; color: #fff; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; } .operating-item.data-v-57280228:nth-of-type(2) { background-color: #f96e0e; } .operating-item:nth-of-type(2) .operating-item-link.data-v-57280228 { color: #f96e0e; } .operating-item.data-v-57280228:nth-of-type(3) { background-color: #0e95f9; } .operating-item:nth-of-type(3) .operating-item-link.data-v-57280228 { color: #0e95f9; } .operating-item.data-v-57280228:nth-of-type(4) { background-color: #fd1d79; } .operating-item:nth-of-type(4) .operating-item-link.data-v-57280228 { color: #fd1d79; } .operating-item-text-til.data-v-57280228 { font-size: 32rpx; margin-bottom: 8rpx; } .operating-item-link.data-v-57280228 { display: inline-block; margin-top: 25rpx; padding: 10rpx 65rpx; border-radius: 25rpx; line-height: 1; background-color: #ffffff; color: #6e55da; text-align: center; } .operating-item-icon.data-v-57280228 { margin-right: 20rpx; } .operating-item-icon .iconfont.data-v-57280228 { font-size: 80rpx; opacity: 0.6; }