@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .popuplist.data-v-d37f2538 { display: flex; flex-direction: column; text-align: center; } .popuplist image.data-v-d37f2538 { width: 347rpx; height: 347rpx; margin-top: 20rpx; } .popuplist text.data-v-d37f2538 { color: #888e9c; } .popuplist view.data-v-d37f2538 { margin-top: 15rpx; } .popuplist view.data-v-d37f2538:last-child { padding: 25rpx 0; border-top: 10rpx solid rgba(149, 150, 151, 0.5); } .ucenter.data-v-d37f2538 { padding: 0 30rpx; } .ucenter .mydata.data-v-d37f2538 { color: #1d2129; font-size: 32rpx; font-weight: bold; margin: 40rpx 0; text-indent: 10rpx; } .ucenter .data-box.data-v-d37f2538 { display: flex; justify-content: space-between; } .ucenter .data-box .datashow.data-v-d37f2538 { background-color: #fff; box-sizing: border-box; border-radius: 25rpx; box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(226, 226, 226, 0.25); padding: 25rpx; } .ucenter .data-box .datashow .icon.data-v-d37f2538 { height: 100rpx; } .ucenter .data-box .datashow .num.data-v-d37f2538 { color: #1d2129; font-weight: bold; font-size: 32rpx; height: 50rpx; } .ucenter .data-box .datashow .unit.data-v-d37f2538 { color: #666666; font-size: 30rpx; } .ucenter .data-box .datashow image.data-v-d37f2538 { width: 60rpx; height: 60rpx; } .ucenter .data-box .datashow text.data-v-d37f2538 { color: #86909c; font-size: 28rpx; } .ucenter .common.data-v-d37f2538 { display: flex; margin-top: 20rpx; background-color: #fff; padding: 25rpx 35rpx; box-sizing: border-box; border-radius: 30rpx; flex-direction: column; height: 518rpx; justify-content: space-around; } .ucenter .common .title.data-v-d37f2538 { color: #1d2129; font-size: 32rpx; font-weight: bold; } .ucenter .common .list.data-v-d37f2538 { display: flex; } .ucenter .common .list image.data-v-d37f2538 { width: 36rpx; height: 36rpx; } .ucenter .common .list view.data-v-d37f2538:first-child { width: 56rpx; padding-top: 5rpx; } .ucenter .common .list view.data-v-d37f2538:nth-child(2) { color: #1d2129; font-size: 30rpx; font-weight: 500; width: 558rpx; } .ucenter .common .list view.data-v-d37f2538:last-child { color: #959ea8; font-weight: bold; font-size: 32rpx; }