123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .button.data-v-254b6ae8 {
- width: 420rpx;
- height: 82rpx;
- background: linear-gradient(90deg, #B8E7FB 0%, #97D6F6 100%);
- opacity: 1;
- border-radius: 42rpx;
- font-size: 36rpx;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- line-height: 82rpx;
- color: #FFFFFF;
- text-align: center;
- }
- .bottom.data-v-254b6ae8 {
- width: 750rpx;
- height: 122rpx;
- background: white;
- position: fixed;
- bottom: 0;
- left: 0;
- }
- .ji.data-v-254b6ae8 {
- font-size: 30rpx;
- font-family: PingFangSC-Regular;
- font-weight: 500;
- line-height: 42rpx;
- color: #323337;
- margin-bottom: 18rpx;
- }
- .hui.data-v-254b6ae8 {
- width: 50rpx;
- height: 50rpx;
- background: #bbbbbb;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 50%;
- }
- .font1.data-v-254b6ae8 {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 34rpx;
- color: #7A7A7A;
- margin-top: 16rpx;
- }
- .font2.data-v-254b6ae8 {
- font-size: 20rpx;
- font-family: PingFangSC-Regular;
- font-weight: 400;
- line-height: 28rpx;
- color: #959595;
- }
- .qian.data-v-254b6ae8 {
- width: 184rpx;
- height: 176rpx;
- background: #efeff0;
- border-radius: 16rpx;
- padding: 25rpx 0 22rpx 0;
- }
- .jiangli.data-v-254b6ae8 {
- margin-top: 40rpx;
- width: 692rpx;
- height: 316rpx;
- background: white;
- border-radius: 34rpx;
- padding: 34rpx 24rpx 0;
- }
- .guize.data-v-254b6ae8 {
- font-size: 22rpx;
- font-weight: 400;
- line-height: 26rpx;
- color: #5881C1;
- }
- .qiandao.data-v-254b6ae8 {
- width: 168rpx;
- height: 54rpx;
- background: linear-gradient(180deg, #B8E7FB 0%, #97D6F6 100%);
- box-shadow: 0rpx 6rpx 12rpx #8fccf1;
- border-radius: 28rpx;
- font-size: 26rpx;
- font-family: PingFangSC-Regular;
- line-height: 56rpx;
- color: #FFF7F7;
- text-align: center;
- margin-top: 28rpx;
- }
- .haowu.data-v-254b6ae8 {
- width: 158rpx;
- height: 48rpx;
- background: white;
- border-radius: 24rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 48rpx;
- color: #26303A;
- text-align: center;
- margin-left: 108rpx;
- margin-right: -50rpx;
- }
- .jifen.data-v-254b6ae8 {
- font-size: 70rpx;
- font-family: PingFang SC;
- font-weight: 500;
- line-height: 98rpx;
- color: #323337;
- }
- .huoqu.data-v-254b6ae8 {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 34rpx;
- color: #7C879A;
- }
- .top.data-v-254b6ae8 {
- padding: 24rpx 44rpx 0 40rpx;
- }
- .page.data-v-254b6ae8 {
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- width: 750rpx;
- min-height: 120vh;
- background: linear-gradient(180deg, #CFF4FE 0%, #D5E5FF 41%, #8FCCF1 100%);
- padding: 0 24rpx;
- }
- .index-navbar.data-v-254b6ae8 {
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- left: 0;
- width: 750rpx;
- z-index: 100;
- }
|