| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- .container {
- padding: 0 24rpx;
- }
- .wrapper {
- position: relative;
- z-index: 2;
- }
- .page-head {
- padding: 0 24rpx;
- height: 80rpx;
- font-size: 28rpx;
- position: relative;
- }
- .page-head .title {
- font-size: 32rpx;
- font-weight: bold;
- flex: 1;
- position: absolute;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .integral {
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .integral .top {
- background: url("https://shop.xianghuaqi.net.cn/images/bg.png") no-repeat;
- height: 100rpx;
- padding: 0 30rpx 20rpx;
- background-size: 100%;
- }
- .integral .top image {
- height: 48rpx;
- }
- .integral .top .item {
- margin-right: 30rpx;
- }
- .integral .top .item text {
- font-family: Impact;
- font-size: 48rpx;
- margin-left: 10rpx;
- color: #904c18;
- }
- .integral .top .item:last-child text {
- color: #1c80eb;
- }
- .integral .top .item .status {
- background-color: #fff;
- border-radius: 18rpx;
- color: #3992f8;
- font-size: 20rpx;
- padding: 0 16rpx;
- margin-left: 20rpx;
- }
- .integral .wrap {
- padding: 30rpx 24rpx;
- box-sizing: border-box;
- border-radius: 20rpx;
- margin-top: -20rpx;
- }
- .integral .wrap .trans_num {
- font-size: 36rpx;
- font-weight: bold;
- }
- .integral .wrap .trans_num text {
- color: #f73e33;
- }
- .integral .wrap .today {
- background: #f2f8ff;
- border-radius: 12rpx;
- font-size: 24rpx;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- margin-bottom: 20rpx;
- }
- .integral .wrap .today text {
- color: #2b89f2;
- }
- .integral .wrap .title {
- font-weight: 700;
- font-size: 36rpx;
- color: #040404;
- line-height: 50rpx;
- }
- .integral .wrap .sub {
- line-height: 40rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #aaaaaa;
- }
- .integral .wrap .transformation {
- margin: 30rpx auto 56rpx;
- }
- .integral .wrap .transformation .int-item {
- background-color: #f7f8fa;
- width: 280rpx;
- height: 100rpx;
- border-radius: 12rpx;
- padding-left: 40rpx;
- box-sizing: border-box;
- }
- .integral .wrap .transformation .int-item image {
- height: 34rpx;
- }
- .integral .wrap .transformation .int-item input {
- color: #aaaaaa;
- font-size: 28rpx;
- margin-left: 10rpx;
- flex: 1;
- }
- .integral .wrap .transformation .dy {
- width: 40rpx;
- }
- .integral .wrap .submit {
- background: linear-gradient(142deg, #f16d60 0%, #f8352b 100%);
- width: 384rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- color: #fff;
- margin: 0 auto;
- border-radius: 42rpx;
- }
- .integral .wrap .tips {
- color: #aaaaaa;
- margin-top: 12rpx;
- font-size: 24rpx;
- text-align: center;
- }
- .integral .wrap .task-wrap {
- margin-top: 40rpx;
- }
- .integral .wrap .task-wrap .task-list {
- margin: 20rpx auto;
- }
- .integral .wrap .task-wrap .task-list .logo {
- width: 90rpx;
- height: 92rpx;
- }
- .integral .wrap .task-wrap .task-list .logo image {
- width: 100%;
- height: 100%;
- }
- .integral .wrap .task-wrap .task-list .cont {
- flex: 1;
- margin: 0 20rpx;
- }
- .integral .wrap .task-wrap .task-list .cont .tit {
- line-height: 60rpx;
- font-weight: 700;
- font-size: 28rpx;
- }
- .integral .wrap .task-wrap .task-list .cont .desc {
- color: #616161;
- font-size: 24rpx;
- }
- .integral .wrap .task-wrap .task-list .btn {
- background: linear-gradient(151deg, #f8d360 0%, #f6c93d 100%);
- border-radius: 15px;
- font-size: 28rpx;
- color: #fff;
- width: 162rpx;
- height: 58rpx;
- text-align: center;
- line-height: 58rpx;
- }
- .integral .wrap .task-wrap .task-list:last-child {
- margin-bottom: 0;
- }
- .one-list {
- margin: 20rpx auto;
- }
- .energy-product {
- margin: 20rpx auto;
- }
- .djs-main {
- margin: 20rpx 0;
- font-size: 40rpx;
- text-align: center;
- color: #fd3b39;
- }
|