修改类名

This commit is contained in:
duan 2024-12-23 16:59:35 +08:00
parent 54250730ce
commit 9cbde62fd9
11 changed files with 158 additions and 179 deletions

View File

@ -1,7 +1,7 @@
<template>
<view style="padding-bottom: 160rpx;">
<view class="padding">
<view class="money">
<view class="MWXwdwbxts">
<view class="money-top">
<image src="../../static/images/me/moneyBanner.png" mode=""></image>
<view class="money-top-title">
@ -97,8 +97,8 @@
</view>
</view>
</view>
<view class="sumbit flex align-center justify-center">
<view class="sumbit-box flex align-center justify-center">
<view class="gwdwbjUBRe flex align-center justify-center">
<view class="gwdwbjUBRe-box flex align-center justify-center">
<!-- #ifdef MP-WEIXIN -->
<button v-if="osName!='ios'"
style="background: #ff7581;color: #FFFFFF;width: 100%;height: 100%;border-radius: 44rpx;"
@ -1216,7 +1216,7 @@
}
}
.sumbit {
.gwdwbjUBRe {
width: 100%;
height: 140rpx;
background-color: #FFFFFF;
@ -1224,7 +1224,7 @@
bottom: 0;
left: 0;
.sumbit-box {
.gwdwbjUBRe-box {
width: 686rpx;
height: 88rpx;
background: #6696FF;
@ -1234,7 +1234,7 @@
}
}
.money {
.MWXwdwbxts {
width: 100%;
height: 100%;
border-radius: 32rpx;

View File

@ -1,20 +1,20 @@
<template>
<view style="padding-bottom: 20rpx;">
<view v-for="(item,index) in list" :key="index" class="list flex align-center justify-center">
<view class="list-box">
<view class="list-box-title">
<view class="zdwbUQKCny">
<view class="zdwbUQKCny-title">
{{item.title}}
</view>
<view class="list-box-content">
<view class="zdwbUQKCny-content">
{{item.content}}
</view>
<view class="list-box-time flex align-center justify-between">
<view class="zdwbUQKCny-time flex align-center justify-between">
{{item.createTime}}
<text>{{item.type===1?'+':'-'}}{{item.money}}</text>
</view>
</view>
</view>
<view v-if="list.length > 3" class="loadMore">
<view v-if="list.length > 3" class="jwdSnCdwbd">
<u-loadmore :status="status" />
</view>
@ -91,7 +91,7 @@
height: auto;
margin-top: 20rpx;
.list-box {
.zdwbUQKCny {
width: 686rpx;
height: 100%;
border-radius: 24rpx;
@ -99,18 +99,18 @@
padding: 20rpx;
}
.list-box-title {
.zdwbUQKCny-title {
width: 100%;
font-size: 32rpx;
font-weight: bold;
}
.list-box-content {
.zdwbUQKCny-content {
width: 100%;
margin-top: 20rpx;
}
.list-box-time {
.zdwbUQKCny-time {
width: 100%;
margin-top: 20rpx;
color: #999999;
@ -123,7 +123,7 @@
}
}
.loadMore {
.jwdSnCdwbd {
margin: 20rpx 0;
}
</style>

View File

@ -2,16 +2,16 @@
<view style="padding-bottom: 160rpx;">
<view class="padding">
<view class="money">
<view class="money-top">
<view class="qCLEJdwbZctop">
<image src="../../static/images/me/moneyBanner.png" mode=""></image>
<view class="money-top-title">
<view class="qCLEJdwbZctitle">
当前剩余金币
</view>
<view class="money-top-money">
<view class="qCLEJdwbZc">
{{formatNumber(moneyNum)}}
</view>
</view>
<view @click="goNav('/me/wallet/mingxi')" class="money-bto flex align-center justify-between">
<view @click="goNav('/me/wallet/mingxi')" class="qCLEJdwbZcbto flex align-center justify-between">
金币明细
<u-icon name="arrow-right" color="#6696ff" size="40"></u-icon>
</view>
@ -1200,7 +1200,7 @@
border-radius: 32rpx;
background-color: #FFFFFF;
.money-top {
.qCLEJdwbZctop {
width: 100%;
height: 240rpx;
position: relative;
@ -1211,7 +1211,7 @@
border-radius: 32rpx 32rpx 0 0;
}
.money-top-title {
.qCLEJdwbZctitle {
position: absolute;
font-size: 32rpx;
color: hsla(0, 0%, 100%, .9);
@ -1220,7 +1220,7 @@
}
.money-top-money {
.qCLEJdwbZc {
position: absolute;
font-size: 64rpx;
font-weight: 500;
@ -1230,7 +1230,7 @@
}
}
.money-bto {
.qCLEJdwbZcbto {
width: 100%;
height: 108rpx;
border-radius: 0 0 32rpx 32rpx;

View File

@ -1,8 +1,8 @@
<template>
<view>
<view class="videoImg flex align-center justify-center">
<view class="videoImg-box flex justify-between align-center flex-wrap">
<view class="videoImg-box-item" v-for="(item,index) in wallpaperList" :key="index">
<view class="mFYpdwbMdk flex align-center justify-center">
<view class="mFYpdwbMdk-box flex justify-between align-center flex-wrap">
<view class="mFYpdwbMdk-box-item" v-for="(item,index) in wallpaperList" :key="index">
<image @click="priveImg(item.imageUrl)" :src="item.imageUrl" mode="aspectFill"></image>
</view>
</view>
@ -85,17 +85,17 @@
</script>
<style lang="scss">
.videoImg {
.mFYpdwbMdk {
width: 100%;
padding-top: 20rpx;
height: auto;
.videoImg-box {
.mFYpdwbMdk-box {
width: 686rpx;
height: 100%;
}
.videoImg-box-item {
.mFYpdwbMdk-box-item {
width: 49%;
height: 500rpx;
border-radius: 18rpx;

0
me/mFYpdwbMdk/slkj.html Normal file
View File

View File

@ -1,5 +1,5 @@
<template>
<view class="container">
<view class="FdwbsxoKnh">
<view class="cu-form-group"
style="margin: 30upx;border: 2upx solid whitesmoke;margin-bottom: 20px;border-radius: 30px">
<view class="title">手机号</view>
@ -11,10 +11,10 @@
<text class="title">验证码</text>
<input type="number" :value="code" placeholder="请输入验证码" maxlength="6" data-key="code" @input="inputChange"
@confirm="toLogin" />
<button class="send-msg" @click="sendMsg" :disabled="sending">{{ sendTime }}</button>
<button class="dwbCkbEBqX" @click="sendMsg" :disabled="sending">{{ sendTime }}</button>
</view>
<button class="confirm-btn" @click="toLogin" :disabled="logining">立即换绑
<button class="qKdwbBRntC" @click="toLogin" :disabled="logining">立即换绑
</button>
</view>
</template>
@ -157,7 +157,7 @@
background: #ffffff;
}
.send-msg {
.dwbCkbEBqX {
border-radius: 30px;
color: white;
height: 30px;
@ -166,7 +166,7 @@
background: #ff7581;
}
.container {
.FdwbsxoKnh {
top: 0;
padding-top: 32upx;
position: relative;
@ -175,17 +175,11 @@
overflow: hidden;
background: #ffffff;
}
.wrapper {
position: relative;
z-index: 90;
background: #ffffff;
padding-bottom: 20px;
}
.confirm-btn {
.qKdwbBRntC {
width: 300px;
height: 42px;
line-height: 42px;

View File

@ -10,7 +10,7 @@
"navigationBarTitleText": "任务",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
@ -21,13 +21,13 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/task/prizeList",
"style": {
"navigationBarTitleText": "任务",
"navigationStyle": "custom"
}
},
{
@ -35,7 +35,7 @@
"style": {
"navigationBarTitleText": "任务",
"navigationStyle": "custom"
}
},
{
@ -203,7 +203,7 @@
}
}
}, {
"path": "pages/chasingDrama/chasingDrama",
"path": "pages/yodwbsHlmJ/yodwbsHlmJ",
"style": {
"navigationBarTitleText": "追剧",
"enablePullDownRefresh": false
@ -268,7 +268,7 @@
}
},
{
"path": "pages/first/first",
"path": "pages/BdwbOqUuVz/BdwbOqUuVz",
"style": {
"navigationBarTitleText": "开屏广告",
"navigationStyle": "custom"
@ -461,7 +461,7 @@
}
},
{
"path": "setting/bind",
"path": "setting/FdwbsxoKnh",
"style": {
"navigationBarTitleText": "换绑手机号",
"h5": {
@ -559,14 +559,14 @@
}
}, {
"path": "wallet/wallet",
"path": "FrdwbsihPr/FrdwbsihPr",
"style": {
"navigationBarTitleText": "金币充值",
"enablePullDownRefresh": false
}
}, {
"path": "wallet/wallet_detail",
"path": "FrdwbsihPr/RSKjJIdwbH",
"style": {
"navigationBarTitleText": "金币明细",
"enablePullDownRefresh": true
@ -636,7 +636,7 @@
}
}, {
"path": "wallpaper/wallpaper",
"path": "mFYpdwbMdk/mFYpdwbMdk",
"style": {
"navigationBarTitleText": "壁纸",
"enablePullDownRefresh": true
@ -664,7 +664,7 @@
}
},
{
"path": "wallet/wallets",
"path": "FrdwbsihPr/vkRFXBdwbe",
"style": {
"navigationBarTitleText": "充值",
"enablePullDownRefresh": false,
@ -746,41 +746,36 @@
}
},
{
"path" : "blogger/blogger",
"style" :
{
"navigationBarTitleText" : "",
"path": "blogger/blogger",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path" : "blogger/details",
"style" :
{
"navigationBarTitleText" : "",
"path": "blogger/details",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path" : "topic/topic",
"style" :
{
"navigationBarTitleText" : "话题"
"path": "topic/topic",
"style": {
"navigationBarTitleText": "话题"
}
},
{
"path" : "topic/reserve",
"style" :
{
"navigationBarTitleText" : "",
"path": "topic/reserve",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path" : "tools/tools",
"style" :
{
"navigationBarTitleText" : "",
"path": "tools/tools",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
@ -802,8 +797,7 @@
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"list": [{
"pagePath": "pages/task/index",
"iconPath": "static/tabbar/task@2x.png",
"selectedIconPath": "static/tabbar/task_@2x.png",
@ -828,7 +822,7 @@
// "selectedIconPath": "static/tabbar/learn_@2x.png",
// "text": "推荐"
// },
// {
// "pagePath": "pages/chasingDrama/chasingDrama",
// "iconPath": "static/tabbar/zhuiju.png",

View File

View File

@ -1,8 +1,8 @@
<template>
<view class="u-relative bg-gray fixed position-all">
<view class="time btn" v-if="time<=0" @click="enter"><text>进入</text></view>
<view class="time" v-else ><text>{{time}}</text></view>
<view class="w-full box">
<view class="u-relative bg-gray fixed yodwbsHlmJ-all">
<view class="jdwbHJCFxl ydwbzNqTbj" v-if="time<=0" @click="enter"><text>进入</text></view>
<view class="jdwbHJCFxl" v-else ><text>{{time}}</text></view>
<view class="w-full dumdwbwauP">
<image src="/static/images/share_bg2.png" class="img"></image>
</view>
</view>
@ -37,10 +37,10 @@
</script>
<style lang="scss" scoped>
.position-all{
.yodwbsHlmJ-all{
position: fixed;
inset: 0;
.time{
.jdwbHJCFxl{
position: absolute;
z-index: 10;
width: 50rpx;
@ -57,14 +57,14 @@
border: 1px solid rgba(255, 255, 255, .8);
top: calc(var(--status-bar-height) + 20rpx );
}
.btn{
.ydwbzNqTbj{
border-radius: 100rpx;
white-space: nowrap;
width: auto;
height: auto;
padding: 4rpx 20rpx;
}
.box{
.dumdwbwauP{
position: absolute;
inset: 0;
.img{

View File

View File

@ -46,7 +46,7 @@
</view>
</view>
</view> -->
<view v-if="list.length>0" class="itemTitle flex align-center justify-center">
<view v-if="list.length>0" class="dwbSSEfVRz flex align-center justify-center">
<view class="itemTitle-box flex align-center justify-between">
<view class="itemTitle-box-l">
最近观看
@ -57,27 +57,27 @@
</view>
</view>
<view v-if="list.length>0" class="zuijin flex align-center justify-center">
<view class="zuijin-box flex justify-between">
<view class="zuijin-box-item" @click="goCourse(item.courseId,item.courseDetailsId)"
<view class="GpkmladwbU flex justify-between">
<view class="kjFVivdwbz" @click="goCourse(item.courseId,item.courseDetailsId)"
v-for="(item,index) in list" :key="index">
<view class="zuijin-box-item-img">
<view class="MXdwbIHrMo">
<image :src="item.titleImg" mode="aspectFill"></image>
<view class="zuijin-box-item-img-t" v-if="item.courseDetailsName">
<view class="kpdwbbDLKT" v-if="item.courseDetailsName">
{{item.courseDetailsName}}
</view>
</view>
<view class="zuijin-box-item-txt flex align-center flex-wrap">
<view class="zuijin-box-item-txt-t">
<view class="gSSSCWdwbD flex align-center flex-wrap">
<view class="dwbkFoLNxI">
{{item.title}}
</view>
<view class="zuijin-box-item-txt-l" v-if="item.courseLabel">
<view class="kemrdwbYSM" v-if="item.courseLabel">
{{item.courseLabel}}
</view>
</view>
</view>
</view>
</view>
<view v-if="zhuiju.length>0" class="itemTitle flex align-center justify-center">
<view v-if="zhuiju.length>0" class="dwbSSEfVRz flex align-center justify-center">
<view class="itemTitle-box flex align-center justify-between">
<view class="itemTitle-box-l">
我的追剧
@ -88,20 +88,20 @@
</view>
</view>
<view v-if="zhuiju.length>0" class="zuijin flex align-center justify-center">
<view class="zuijin-box flex justify-between">
<view @click="goCourse(item.courseId,item.courseDetailsId)" class="zuijin-box-item"
<view class="GpkmladwbU flex justify-between">
<view @click="goCourse(item.courseId,item.courseDetailsId)" class="kjFVivdwbz"
v-for="(item,index) in zhuiju" :key="index">
<view class="zuijin-box-item-img">
<view class="MXdwbIHrMo">
<image :src="item.titleImg" mode="aspectFill"></image>
<view class="zuijin-box-item-img-t" v-if="item.courseDetailsName">
<view class="kpdwbbDLKT" v-if="item.courseDetailsName">
{{item.courseDetailsName}}
</view>
</view>
<view class="zuijin-box-item-txt flex align-center flex-wrap">
<view class="zuijin-box-item-txt-t">
<view class="gSSSCWdwbD flex align-center flex-wrap">
<view class="dwbkFoLNxI">
{{item.title}}
</view>
<view class="zuijin-box-item-txt-l" v-if="item.courseLabel">
<view class="kemrdwbYSM" v-if="item.courseLabel">
{{item.courseLabel}}
</view>
</view>
@ -298,7 +298,7 @@
background-color: #F5F7FF;
}
.itemTitle {
.dwbSSEfVRz {
width: 100%;
height: auto;
margin-top: 46rpx;
@ -321,30 +321,30 @@
}
}
.zuijin-box.justify-between{
.GpkmladwbU.justify-between{
justify-content: flex-start;
}
.zuijin {
width: 100%;
margin-top: 26rpx;
.zuijin-box {
.GpkmladwbU {
width: 700rpx;
height: 100%;
flex-wrap: wrap;
}
.zuijin-box-item {
.kjFVivdwbz {
width: calc((700rpx - 40rpx) / 3);
height: 100%;
margin-bottom: 30rpx;
margin-right: calc(40rpx / 2);
}
.zuijin-box-item:nth-of-type(3n){
.kjFVivdwbz:nth-of-type(3n){
margin-right: 0;
}
.zuijin-box-item-img {
.MXdwbIHrMo {
width: 100%;
// height: 204rpx;
height: 204rpx;
@ -357,7 +357,7 @@
border-radius: 24rpx 24rpx 0 0;
}
.zuijin-box-item-img-t {
.kpdwbbDLKT {
position: absolute;
bottom: 10rpx;
right: 0;
@ -374,7 +374,7 @@
}
}
.zuijin-box-item-txt {
.gSSSCWdwbD {
width: 100%;
height: 100rpx;
background-color: #ffffff;
@ -382,7 +382,7 @@
align-content: center;
}
.zuijin-box-item-txt-t {
.dwbkFoLNxI {
width: 100%;
padding: 0 20rpx;
color: #333333;
@ -394,7 +394,7 @@
}
.zuijin-box-item-txt-l {
.kemrdwbYSM {
width: 100%;
padding: 0 20rpx;
color: #999999;
@ -402,83 +402,74 @@
}
}
.title {
width: 100%;
padding-top: 30rpx;
// .title {
// width: 100%;
// padding-top: 30rpx;
.title-box {
width: 686rpx;
background-color: rgba(255, 117, 129, 0.1);
border-radius: 24rpx;
padding: 20rpx;
}
// .title-box {
// width: 686rpx;
// background-color: rgba(255, 117, 129, 0.1);
// border-radius: 24rpx;
// padding: 20rpx;
// }
.title-box-title {
font-size: 36rpx;
font-weight: 700;
color: #333;
}
// .title-box-title {
// font-size: 36rpx;
// font-weight: 700;
// color: #333;
// }
.title-box-title-r {
background-color: #ff7581;
font-size: 26rpx;
color: #ffffff;
font-weight: 500;
border-radius: 40rpx;
padding: 20rpx 0;
width: 166rpx;
}
// .title-box-title-r {
// background-color: #ff7581;
// font-size: 26rpx;
// color: #ffffff;
// font-weight: 500;
// border-radius: 40rpx;
// padding: 20rpx 0;
// width: 166rpx;
// }
.title-box-tishi {
font-size: 24rpx;
margin-top: 20rpx;
color: #999999;
}
// .title-box-tishi {
// font-size: 24rpx;
// margin-top: 20rpx;
// color: #999999;
// }
.title-box-day {
width: 100%;
margin-top: 30rpx;
// .title-box-day {
// width: 100%;
// margin-top: 30rpx;
.title-box-day-item-lin {
width: 30rpx;
height: 4rpx;
background: #bfbfbf;
margin: 0 4rpx;
margin-top: 30rpx;
}
// .title-box-day-item-lin {
// width: 30rpx;
// height: 4rpx;
// background: #bfbfbf;
// margin: 0 4rpx;
// margin-top: 30rpx;
// }
.title-box-day-item-num {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
// border: 1px solid #999999;
color: #999999;
// .title-box-day-item-num {
// width: 60rpx;
// height: 60rpx;
// border-radius: 50%;
// // border: 1px solid #999999;
// color: #999999;
image {
width: 100%;
height: 100%;
border-radius: 50%;
}
}
// image {
// width: 100%;
// height: 100%;
// border-radius: 50%;
// }
// }
.title-box-day-item-day {
width: 100%;
text-align: center;
font-size: 24rpx;
margin-top: 20rpx;
}
// .title-box-day-item-day {
// width: 100%;
// text-align: center;
// font-size: 24rpx;
// margin-top: 20rpx;
// }
}
// }
.title-box-btn {
margin-top: 30rpx;
width: 100%;
border-radius: 44rpx;
background-color: #ff7581;
color: #ffffff;
text-align: center;
padding: 22rpx 0;
font-size: 32rpx;
}
}
// }
</style>