个人中心的上半部分的静态页面和登录的静态页面
首页的页面列表的浏览人数的图标放大
This commit is contained in:
parent
087d8b5b36
commit
1ad9951258
@ -99,9 +99,9 @@
|
||||
</view>
|
||||
<view class="title3">2025-07-24</view>
|
||||
<view style="display: flex;">
|
||||
<image style="width: 23rpx;height: 15rpx;"
|
||||
<image style="width: 26rpx;height: 20rpx;"
|
||||
src="https://jiangxiaoxian.0rui.cn/eye.png"></image>
|
||||
<view class="title3" style="margin-left: 10rpx;">河南省洛阳市</view>
|
||||
<view class="title3" style="margin-left: 10rpx;">11400</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@ -358,7 +358,7 @@
|
||||
|
||||
.reListItem {
|
||||
background-color: #ffffff;
|
||||
width: 630rpx;
|
||||
width: 640rpx;
|
||||
height: 190rpx;
|
||||
padding: 30rpx;
|
||||
display: flex;
|
||||
@ -388,6 +388,7 @@
|
||||
margin-top: 20rpx;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,67 +3,105 @@
|
||||
:navbarStyle="template.style?.navbar" onShareAppMessage :showFloatButton="true">
|
||||
<!-- 登录信息 -->
|
||||
<view class="myBox">
|
||||
<view class="box flex justify-start align-items flex-column">
|
||||
<scroll-view @touchmove.prevent scroll-y="true" :show-scrollbar="true"
|
||||
<view @touchmove.prevent scroll-y="true" :show-scrollbar="true"
|
||||
class="con-center flex flex-start flex-column">
|
||||
<view class="header flex align-items">
|
||||
<view class="hea-left flex align-items">
|
||||
<image :src="avatar" mode="" class="avatar" @click="clickTop"></image>
|
||||
<view class="first-header flex justify-center align-items">
|
||||
<view class="flex flex-column" @click="clickTop">
|
||||
<!-- <view
|
||||
style="display: flex;align-items: center;;margin-bottom: 20rpx;font-weight: 800;font-size: 34rpx;color: #181818;">
|
||||
<view>{{ userName }}</view>
|
||||
<view style="padding-left: 20rpx; height: 35rpx;">
|
||||
<image v-if="shop_auth_info.auth_status == 1" src="/static/my/owenr.png" mode=""
|
||||
style="width: 35rpx; height: 35rpx;">
|
||||
</image>
|
||||
<view class="header">
|
||||
<!-- 用户信息 -->
|
||||
<view class="hea-left flex">
|
||||
<view class="head-avatar" @click="toLogin">
|
||||
<image style="width: 130rpx;height: 130rpx;border-radius: 152rpx;"
|
||||
src="/static/wechat.png"></image>
|
||||
</view>
|
||||
</view> -->
|
||||
<view style="color: #909090; font-size: 24rpx;">{{ bio || '带着热爱,在搭子圈里撒野~'}}</view>
|
||||
<view class="headAvatar-info justify-start">
|
||||
<view class="info-name fs-36 weight8 flexD">会飞的蜗牛
|
||||
<view class="authenticationBox weight8 fs-20">已认证</view>
|
||||
</view>
|
||||
<image src="/static/goods-empty.png" mode=""
|
||||
style="width: 50rpx; height: 50rpx;position: absolute;right: 0;" @click="clickTop">
|
||||
</image>
|
||||
<view class="fs-28 weight4" style="margin-top: 30rpx;">剩余拨打次数: 10次</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="hea-right flex flex-column align-items" @click="out()" v-if="token">
|
||||
<image src="../../static/my/Leave.png" mode="" style="width: 64rpx; height: 64rpx;"></image>
|
||||
<span>退出登录</span>
|
||||
</view> -->
|
||||
<view class="head-signInBox">
|
||||
<image style="width: 46rpx;height: 44rpx;" src="https://jiangxiaoxian.0rui.cn/signIn.png" mode=""></image>
|
||||
<view class="signInText" style="margin-left: 10rpx;">签到</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
<!-- 四个主内容 -->
|
||||
<view class="head-secondBox">
|
||||
<view class="collect">
|
||||
<view class="collect-num">14</view>
|
||||
<view class="collect-text">收藏</view>
|
||||
</view>
|
||||
<view class="feetPrint">
|
||||
<view class="feetPrint-num">14</view>
|
||||
<view class="feetPrint-text">足迹</view>
|
||||
</view>
|
||||
<view class="feetPrint">
|
||||
<view class="feetPrint-num">14</view>
|
||||
<view class="feetPrint-text">积分</view>
|
||||
</view>
|
||||
<view class="collect">
|
||||
<view class="collect-num">14</view>
|
||||
<view class="collect-text">优惠券</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 我的订单 -->
|
||||
<view class="myOrder">
|
||||
<view class="myOrder-first">
|
||||
<view style="font-weight: 800;font-size: 34rpx;line-height: 28rpx;color: #3d3d3d;">我的订单</view>
|
||||
<view style="display: flex;align-items: center;justify-content: center;">
|
||||
<view style="font-size: 26rpx;line-height: 26rpx;font-weight: 400;color: #999999;">全部订单</view>
|
||||
<image style="width: 28rpx;height: 28rpx;margin-left: 10rpx;" src="https://jiangxiaoxian.0rui.cn/rightMore.png" mode=""></image>
|
||||
<!-- <uni-icons type="arrowthinright" color="#999" style="line-height: 40px;"></uni-icons> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="myOrder-second">
|
||||
<view class="pendingBox">
|
||||
<image class="pendImg" src="https://jiangxiaoxian.0rui.cn/pendPay.png"></image>
|
||||
<view class="fs-28 weight4" style="margin-top: 20rpx;color: #3d3d3d;">待支付</view>
|
||||
</view>
|
||||
<view class="pendingBox">
|
||||
<image class="pendImg" src="https://jiangxiaoxian.0rui.cn/shipment.png"></image>
|
||||
<view class="fs-28 weight4" style="margin-top: 20rpx;color: #3d3d3d;">待发货</view>
|
||||
</view>
|
||||
<view class="pendingBox">
|
||||
<image class="pendImg" src="https://jiangxiaoxian.0rui.cn/pendingDoods.png"></image>
|
||||
<view class="fs-28 weight4" style="margin-top: 20rpx;color: #3d3d3d;">待收货</view>
|
||||
</view>
|
||||
<view class="pendingBox">
|
||||
<image class="pendImg" src="https://jiangxiaoxian.0rui.cn/completed.png"></image>
|
||||
<view class="fs-28 weight4" style="margin-top: 20rpx;color: #3d3d3d;">已完成</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<view style="height: 80rpx;width: 100%;"></view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
<!-- 授权登录 -->
|
||||
<u-popup :show="showPopup" mode="center" round="20"
|
||||
<!-- 授权登录
|
||||
<u-popup :show="showLogin == true" type="center" round="20"
|
||||
:customStyle="{ 'width': '644rpx', 'height': '426rpx','position': 'relative'}" :closeable="false"
|
||||
@close="close">
|
||||
<!-- 隐私协议 -->
|
||||
<lsl-protocol-popup title="用户协议和隐私政策提示" predesc="感谢您使用洛阳多样青春搭+。为保护您的个人信息安全,在您洛阳多样青春搭+的服务前,请务必仔细阅读"
|
||||
subdesc='以了解详细内容。如您同意,请点击“同意并继续”并开始使用我们的服务。'
|
||||
top_img='https://naweigetetest2.hschool.com.cn/dyqc/dyqclogo.png' color="#C9935C" hideTabBar="true"
|
||||
:onNeed='false' :other="other" :title_style="'padding-top:60rpx;'"
|
||||
open_type='agreePrivacyAuthorization' @agree_call="miniLogin()">
|
||||
</lsl-protocol-popup>
|
||||
|
||||
@close="closeLogin" @open="openLogin">
|
||||
<view class="popup">
|
||||
<img class="img_shouquan" src="https://naweigetetest2.hschool.com.cn/dyqc/shou1.png" alt="" />
|
||||
<text id="txt2">授权成功后即可参加多种户外活动</text>
|
||||
<button class="texbut" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
|
||||
授权登录
|
||||
<!-- <u-icon label="" labelColor="#fff" size="28" name="/static/wechat1.png"></u-icon> -->
|
||||
</button>
|
||||
</view>
|
||||
</u-popup>
|
||||
</u-popup>-->
|
||||
|
||||
<su-popup :show="showLogin == true" type="center" round="10" :isMaskClick="false">
|
||||
<view class="popup">
|
||||
<button class="texbut" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
|
||||
授权登录
|
||||
</button>
|
||||
</view>
|
||||
</su-popup>
|
||||
|
||||
<!-- <u-toast ref="uToast"></u-toast> -->
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
@ -75,7 +113,8 @@
|
||||
|
||||
<script setup>
|
||||
import {
|
||||
computed
|
||||
computed,
|
||||
ref
|
||||
} from 'vue';
|
||||
import {
|
||||
onShow,
|
||||
@ -84,6 +123,9 @@
|
||||
} from '@dcloudio/uni-app';
|
||||
import sheep from '@/sheep';
|
||||
|
||||
const showLogin = ref(false);
|
||||
|
||||
|
||||
// 隐藏原生tabBar
|
||||
uni.hideTabBar({
|
||||
fail: () => {},
|
||||
@ -104,33 +146,58 @@
|
||||
});
|
||||
|
||||
onPageScroll(() => {});
|
||||
|
||||
function toLogin() {
|
||||
console.log('toLogin',showLogin.value);
|
||||
showLogin.value = true;
|
||||
console.log('showLogin',showLogin.value);
|
||||
}
|
||||
function closeLogin() {
|
||||
console.log('closeLogin');
|
||||
showLogin.value = false;
|
||||
}
|
||||
function openLogin() {
|
||||
console.log('openLogin');
|
||||
showLogin.value = true;
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.myBox {
|
||||
position: fixed;
|
||||
padding-top: 200rpx;
|
||||
width: 750rpx;
|
||||
min-height: 100vh;
|
||||
background-color: #F5F5F5;
|
||||
// background-image: url("https://naweigetetest2.hschool.com.cn/dyqc/bgx2.png");
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
.pendImg {
|
||||
width: 70rpx;
|
||||
height: 70rpx;
|
||||
}
|
||||
|
||||
.box {
|
||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||
|
||||
// padding-top: env(safe-area-inset-top);
|
||||
/* 顶部安全距离 */
|
||||
.backImg {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
.weight4 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.weight8 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.fs-28 {
|
||||
font-size: 28rpx;
|
||||
line-height: 28rpx;
|
||||
}
|
||||
|
||||
.fs-36 {
|
||||
font-size: 36rpx;
|
||||
line-height: 36rpx;
|
||||
}
|
||||
|
||||
.fs-20 {
|
||||
font-size: 20rpx;
|
||||
line-height: 20rpx;
|
||||
}
|
||||
|
||||
.flexD {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.gird {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.w-100 {
|
||||
@ -161,18 +228,36 @@
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.myBox {
|
||||
position: fixed;
|
||||
width: 750rpx;
|
||||
min-height: 100vh;
|
||||
background-color: #F5F5F5;
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.con-center {
|
||||
height: 1314rpx;
|
||||
// padding: 0 30rpx;
|
||||
|
||||
.header {
|
||||
width: 690rpx;
|
||||
width: 93%;
|
||||
height: 620rpx;
|
||||
padding: 0 30rpx;
|
||||
justify-content: space-between;
|
||||
margin: 0 auto;
|
||||
align-items: center;
|
||||
// margin: 0 auto;
|
||||
// padding: 30rpx;
|
||||
background-image: url('https://jiangxiaoxian.0rui.cn/topback.png');
|
||||
background-size: 100%;
|
||||
|
||||
.hea-left {
|
||||
width: 100%;
|
||||
height: 140rpx;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
top: 180rpx;
|
||||
|
||||
.avatar {
|
||||
width: 140rpx;
|
||||
@ -180,20 +265,60 @@
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.head-avatar {
|
||||
width: 130rpx;
|
||||
height: 130rpx;
|
||||
margin-right: 30rpx;
|
||||
}
|
||||
|
||||
.headAvatar-info {
|
||||
display: gird;
|
||||
// align-items: center;
|
||||
// justify-content: center;
|
||||
|
||||
.info-name {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
font-weight: 900rpx;
|
||||
align-items: center;
|
||||
|
||||
|
||||
.first-header {
|
||||
margin-left: 18rpx;
|
||||
.authenticationBox {
|
||||
margin-left: 10rpx;
|
||||
background-color: #333333;
|
||||
border-radius: 8rpx;
|
||||
width: 80rpx;
|
||||
height: 30rpx;
|
||||
color: #fecc4e;
|
||||
display: flex;
|
||||
padding: 5rpx 10rpx 8rpx 10rpx;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
.head-signInBox {
|
||||
width: 156rpx;
|
||||
height: 70rpx;
|
||||
position: absolute;
|
||||
right: -30rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-color: #fff;
|
||||
align-items: center;
|
||||
border-radius: 116rpx 0 0 116rpx;
|
||||
|
||||
.signInText {
|
||||
font-size: 30rpx;
|
||||
font-weight: 800;
|
||||
font-size: 34rpx;
|
||||
color: #181818;
|
||||
// line-height: 26rpx;
|
||||
line-height: 28rpx;
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.line {
|
||||
width: 320rpx;
|
||||
height: 1rpx;
|
||||
@ -211,95 +336,116 @@
|
||||
}
|
||||
}
|
||||
|
||||
.hea-right {
|
||||
// width: 20%;
|
||||
.head-secondBox {
|
||||
margin-top: 50rpx;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
height: 76rpx;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
top: 190rpx;
|
||||
|
||||
.collect {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
width: 158rpx;
|
||||
height: 100%;
|
||||
|
||||
.collect-num {
|
||||
font-size: 34rpx;
|
||||
font-weight: 800;
|
||||
color: #333333;
|
||||
line-height: 28rpx;
|
||||
}
|
||||
|
||||
.collect-text {
|
||||
margin-top: 20rpx;
|
||||
font-size: 28rpx;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
line-height: 28rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.feetPrint {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
width: 188rpx;
|
||||
height: 100%;
|
||||
|
||||
.feetPrint-num {
|
||||
font-size: 34rpx;
|
||||
font-weight: 800;
|
||||
color: #333333;
|
||||
line-height: 28rpx;
|
||||
}
|
||||
|
||||
.feetPrint-text {
|
||||
margin-top: 20rpx;
|
||||
font-size: 28rpx;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
line-height: 28rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.line {}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.top_box {
|
||||
width: 690rpx;
|
||||
.myOrder {
|
||||
width: 630rpx;
|
||||
height: 206rpx;
|
||||
margin: 0 auto;
|
||||
margin-top: 32rpx;
|
||||
|
||||
view {
|
||||
background: #FFFFFF;
|
||||
border-radius: 18rpx;
|
||||
width: 330rpx;
|
||||
padding: 20rpx 0;
|
||||
|
||||
image {
|
||||
width: 70rpx;
|
||||
height: 70rpx;
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
|
||||
span {
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
|
||||
.p1 {
|
||||
width: 100%;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: bold;
|
||||
font-size: 30rpx;
|
||||
color: #323232;
|
||||
}
|
||||
|
||||
.p2 {
|
||||
width: 100%;
|
||||
margin-top: 10rpx;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #9C9C9C;
|
||||
}
|
||||
}
|
||||
|
||||
.top_box_right {
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.first {
|
||||
width: 690rpx;
|
||||
padding-bottom: 32rpx;
|
||||
margin-top: 52rpx;
|
||||
background: #FFFFFF;
|
||||
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
||||
|
||||
.centerBox {
|
||||
flex-wrap: wrap;
|
||||
|
||||
view {
|
||||
width: 120rpx;
|
||||
margin: 42rpx 90rpx 0 0;
|
||||
position: relative;
|
||||
bottom: 108rpx;
|
||||
background-color: #ffffff;
|
||||
border-radius: 18rpx;
|
||||
display: block;
|
||||
padding: 40rpx 30rpx;
|
||||
|
||||
.numberPos {
|
||||
position: absolute;
|
||||
right: 0%;
|
||||
top: 0;
|
||||
.myOrder-first {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-weight: 500;
|
||||
font-size: 30rpx;
|
||||
color: #181818;
|
||||
.myOrder-second {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
margin-top: 40rpx;
|
||||
justify-content: space-between;
|
||||
|
||||
.pendingBox {
|
||||
display: block;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.popup {
|
||||
|
||||
background-image: url('https://jiangxiaoxian.0rui.cn/showLogin.png');
|
||||
background-size: 100%;
|
||||
width: 600rpx;
|
||||
height: 640rpx;
|
||||
display: flex;
|
||||
padding-bottom: 44rpx;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-items: baseline;
|
||||
justify-content: flex-end;
|
||||
padding-left: 73rpx;
|
||||
padding-right: 73rpx;
|
||||
|
||||
@ -323,12 +469,12 @@
|
||||
}
|
||||
|
||||
.texbut {
|
||||
width: 317rpx;
|
||||
width: 507rpx;
|
||||
height: 90rpx;
|
||||
border-radius: 45rpx;
|
||||
background: #323232;
|
||||
background: #ffbd25;
|
||||
font-size: 34rpx;
|
||||
color: #fff;
|
||||
color: #3d3d3d;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@ -336,318 +482,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
.jifen {
|
||||
width: 690rpx;
|
||||
height: 86rpx;
|
||||
background: #FFFFFF;
|
||||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||||
margin-top: 41rpx;
|
||||
justify-content: space-between;
|
||||
|
||||
.left {
|
||||
margin-left: 32rpx;
|
||||
|
||||
.title {
|
||||
width: 104rpx;
|
||||
height: 32rpx;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 800;
|
||||
font-size: 26rpx;
|
||||
color: #181818;
|
||||
line-height: 32rpx;
|
||||
margin: 0 12rpx 0 6rpx;
|
||||
}
|
||||
|
||||
.scoring {
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 500;
|
||||
font-size: 42rpx;
|
||||
color: #FFB134;
|
||||
line-height: 32rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.right {
|
||||
margin-right: 32rpx;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 500;
|
||||
font-size: 24rpx;
|
||||
color: #9E9E9E;
|
||||
line-height: 32rpx;
|
||||
|
||||
span {
|
||||
margin-right: 8rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mymoney {
|
||||
|
||||
width: 690rpx;
|
||||
height: 200rpx;
|
||||
background: #323232;
|
||||
border-radius: 24rpx;
|
||||
position: relative;
|
||||
align-items: flex-start;
|
||||
margin: 0 auto;
|
||||
margin-top: 30rpx;
|
||||
|
||||
.myyue {
|
||||
margin-top: 30rpx;
|
||||
margin-left: 30rpx;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.tixian {
|
||||
width: 148rpx;
|
||||
height: 68rpx;
|
||||
position: absolute;
|
||||
right: -10rpx;
|
||||
top: 45rpx;
|
||||
|
||||
}
|
||||
|
||||
.tixianwz {
|
||||
position: absolute;
|
||||
right: 35rpx;
|
||||
top: 62rpx;
|
||||
font-size: 28rpx;
|
||||
color: #323232;
|
||||
}
|
||||
|
||||
.botmoney {
|
||||
margin-top: 22rpx;
|
||||
margin-left: 30rpx;
|
||||
color: #777777;
|
||||
font-weight: 400;
|
||||
font-size: 26rpx;
|
||||
|
||||
.shu {
|
||||
width: 2rpx;
|
||||
height: 22rpx;
|
||||
margin: 0 20rpx;
|
||||
background: #848484;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.service {
|
||||
margin: 0 auto;
|
||||
margin-top: 30rpx;
|
||||
height: 206rpx;
|
||||
// background: url("https://naweigetetest2.hschool.com.cn/dyqc/zhuliren.png");
|
||||
background-size: 690rpx 206rpx;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.hot {
|
||||
// margin-top: 30rpx;
|
||||
margin-bottom: 100rpx;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.part {
|
||||
width: 162rpx;
|
||||
height: 70rpx;
|
||||
// background: url(@/static/index/shangche.png);
|
||||
background-size: 162rpx 70rpx;
|
||||
background-repeat: no-repeat;
|
||||
font-family: 'YouSheBiaoTiHei';
|
||||
font-weight: 400;
|
||||
font-size: 42rpx;
|
||||
color: #BBFC5B;
|
||||
}
|
||||
|
||||
.part1 {
|
||||
width: 162rpx;
|
||||
height: 70rpx;
|
||||
// background: url(@/static/index/shangchew.png);
|
||||
background-size: 162rpx 70rpx;
|
||||
background-repeat: no-repeat;
|
||||
font-family: 'YouSheBiaoTiHei';
|
||||
font-weight: 400;
|
||||
font-size: 42rpx;
|
||||
color: #9C9C9C;
|
||||
}
|
||||
|
||||
.content {
|
||||
// height: 462rpx;
|
||||
// overflow-x: auto;
|
||||
/* 允许横向滚动 */
|
||||
// white-space: nowrap;
|
||||
|
||||
width: 690rpx;
|
||||
margin: 0 auto;
|
||||
|
||||
.bbb {
|
||||
background: #ffffff;
|
||||
margin-top: 24rpx;
|
||||
border-radius: 36rpx;
|
||||
}
|
||||
|
||||
.right {
|
||||
margin-left: 30rpx;
|
||||
width: 100%;
|
||||
|
||||
.title {
|
||||
width: 95%;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: bold;
|
||||
font-size: 30rpx;
|
||||
color: #323232;
|
||||
}
|
||||
|
||||
.first-image {
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #9C9C9C;
|
||||
|
||||
span {
|
||||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
font-size: 26rpx;
|
||||
color: #222222;
|
||||
}
|
||||
}
|
||||
|
||||
.row {
|
||||
margin: 10rpx 0 26rpx 0;
|
||||
|
||||
.remen {
|
||||
// width: 136rpx;
|
||||
height: 40rpx;
|
||||
background: #ebfaf5;
|
||||
border-radius: 4rpx 4rpx 4rpx 4rpx;
|
||||
|
||||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #14bc84;
|
||||
line-height: 28rpx;
|
||||
padding: 2rpx 8rpx;
|
||||
}
|
||||
|
||||
.line-colum {
|
||||
width: 1rpx;
|
||||
height: 32rpx;
|
||||
background: #7a7a7a;
|
||||
margin: 0 13rpx;
|
||||
}
|
||||
|
||||
.name {
|
||||
width: 110rpx;
|
||||
height: 32rpx;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 500;
|
||||
font-size: 26rpx;
|
||||
color: #7a7a7a;
|
||||
line-height: 32rpx;
|
||||
margin-left: 12rpx;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.jigou {
|
||||
width: 312rpx;
|
||||
// height: 32rpx;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 500;
|
||||
font-size: 26rpx;
|
||||
color: #7a7a7a;
|
||||
margin: 4rpx 0 14rpx 0;
|
||||
}
|
||||
|
||||
.time {
|
||||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
font-size: 26rpx;
|
||||
color: #323232;
|
||||
line-height: 30rpx;
|
||||
|
||||
.time_tex {
|
||||
width: 116rpx;
|
||||
height: 42rpx;
|
||||
background: #BBFC5B;
|
||||
border-radius: 159rpx;
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #323232;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.time_texs {
|
||||
background: #FF4810;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.imgs_con {
|
||||
width: 202rpx;
|
||||
height: 202rpx;
|
||||
margin-right: 12rpx;
|
||||
|
||||
&:first-child {
|
||||
border-radius: 18rpx 0 0 18rpx;
|
||||
}
|
||||
|
||||
&:nth-child(3) {
|
||||
border-radius: 0 18rpx 18rpx 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.bottom {
|
||||
margin: 32rpx 0 32rpx 24rpx;
|
||||
width: 655rpx;
|
||||
|
||||
.toptext {
|
||||
width: 480rpx;
|
||||
|
||||
.smalld {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.number {
|
||||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
font-size: 26rpx;
|
||||
color: #3D3D3D;
|
||||
line-height: 30rpx;
|
||||
width: 242rpx;
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 800;
|
||||
font-size: 26rpx;
|
||||
color: #7a7a7a;
|
||||
}
|
||||
|
||||
.money {
|
||||
width: 150rpx;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 800;
|
||||
font-size: 36rpx;
|
||||
color: #ff2323;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
.ovr {
|
||||
width: 312rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 20rpx 20rpx 20rpx 20rpx;
|
||||
margin-top: 18rpx;
|
||||
margin-right: 24rpx;
|
||||
}
|
||||
}
|
||||
</style>
|
BIN
static/wechat.png
Normal file
BIN
static/wechat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
x
Reference in New Issue
Block a user