784 lines
18 KiB
Vue
784 lines
18 KiB
Vue
|
<!-- 入库单 -->
|
|||
|
<template>
|
|||
|
<view class="draw-all">
|
|||
|
<view class="draw-contain">
|
|||
|
<!-- 解决margin重叠问题 -->
|
|||
|
<!-- <view class="draw-title">
|
|||
|
<view class="draw-flex">
|
|||
|
<view class="draw-title-gun"></view>
|
|||
|
<view class="draw-title-font">采购单</view>
|
|||
|
</view>
|
|||
|
</view> -->
|
|||
|
<view class="swiper-card-once">
|
|||
|
<view class="swiper-card-top">
|
|||
|
<view class="swiper-card-top-card">
|
|||
|
<view class="swiper-card-top-card-weight">
|
|||
|
<view class="weight-left">
|
|||
|
<view class="green-font">采购单号:</view>
|
|||
|
<view class="green-font" style="font-weight: 700;">A0120250301001</view>
|
|||
|
</view>
|
|||
|
<!-- <view class="weight-left">
|
|||
|
<view class="">总金额:</view>
|
|||
|
<view class="" style="color: red;">100.00</view>
|
|||
|
</view> -->
|
|||
|
</view>
|
|||
|
<!-- <view class="weight-boom"> -->
|
|||
|
<view class="swiper-card-top-card-noral">
|
|||
|
<view class="swiper-all-flex">
|
|||
|
<view class="swiper-gray">
|
|||
|
采购人:
|
|||
|
</view>
|
|||
|
<view class="swiper-black">
|
|||
|
王法
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="swiper-all-flex" style="width: 55%;">
|
|||
|
<view class="swiper-gray">
|
|||
|
采购日期:
|
|||
|
</view>
|
|||
|
<view class="swiper-black">
|
|||
|
2025.03.02
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="swiper-card-top-card-noral" style="margin-top: 15rpx;">
|
|||
|
<view class="swiper-all-flex">
|
|||
|
<view class="swiper-gray">
|
|||
|
付款方式:
|
|||
|
</view>
|
|||
|
<view class="swiper-black">
|
|||
|
月结
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="swiper-all-flex" style="width: 55%;">
|
|||
|
<view class="swiper-gray">
|
|||
|
供应商:
|
|||
|
</view>
|
|||
|
<view class="swiper-black">
|
|||
|
宽城区珂爱个人卫生用品店
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<!-- </view> -->
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="draw-title" style="margin-top: 25rpx;">
|
|||
|
<view class="draw-flex">
|
|||
|
<view class="draw-title-gun"></view>
|
|||
|
<view class="draw-title-font">销账单</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="radio-circle-top-father">
|
|||
|
<scroll-view scroll-x style="height: 100%;" :show-scrollbar="false">
|
|||
|
<view class="swiper-all-flex">
|
|||
|
<view class="radio-circle-top">
|
|||
|
<view :class="!postItems?`radio-circle-target`: `radio-circle`" @click="postItems=0"></view>
|
|||
|
<view class="radio-font" @click="postItems=0">销账单号:A0120250301001555X01</view>
|
|||
|
</view>
|
|||
|
<view class="radio-circle-top">
|
|||
|
<view :class="postItems==1?`radio-circle-target`: `radio-circle`" @click="postItems=1;">
|
|||
|
</view>
|
|||
|
<view class="radio-font" @click="postItems=1">销账单号:A0120250301001555RX2</view>
|
|||
|
</view>
|
|||
|
<view class="radio-circle-top">
|
|||
|
<view :class="postItems==2?`radio-circle-target`: `radio-circle`" @click="postItems=2;">
|
|||
|
</view>
|
|||
|
<view class="radio-font" @click="postItems=2">销账单号:A0120250301001555X03</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</scroll-view>
|
|||
|
</view>
|
|||
|
<view class="ruku-time">
|
|||
|
<view style="display: flex;margin-left: 50rpx;">
|
|||
|
<view class="ruku-time-font">
|
|||
|
销账时间:
|
|||
|
</view>
|
|||
|
<view class="ruku-time-font">
|
|||
|
2025.03.02 10:10:10
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<!-- <view class="button-first" @click="opensuixing">
|
|||
|
随行单
|
|||
|
</view> -->
|
|||
|
</view>
|
|||
|
<view class="scroll-view">
|
|||
|
<scroll-view scroll-y style="height: 93%;margin-top: 2%;" :show-scrollbar="false">
|
|||
|
<view class="swiper-flex">
|
|||
|
<view v-for="(item,index) in [1,1,1,1,1,1,1,1,1,1,1,1,1]" :key="index">
|
|||
|
<view class="swiper-card">
|
|||
|
<view class="swiper-card-top">
|
|||
|
<view class="swiper-card-top-card">
|
|||
|
<view class="card-img-father">
|
|||
|
<view class="card-img-bgc">
|
|||
|
<image class="card-img" src="/static/index/guan.png" />
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="card-right">
|
|||
|
<view class="card-right-title">
|
|||
|
<view class="draw-flex">
|
|||
|
<view class="title-gray">
|
|||
|
采购数量:
|
|||
|
</view>
|
|||
|
<view class="title-black">
|
|||
|
10
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="draw-flex">
|
|||
|
<view class="title-gray">
|
|||
|
总金额:
|
|||
|
</view>
|
|||
|
<view class="title-black">
|
|||
|
1150
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="card-right-bgc">
|
|||
|
<view class="card-boom">
|
|||
|
<view class="card-right-other">
|
|||
|
<!-- margin重叠问题 -->
|
|||
|
<view class="draw-flex" style="width: 35%;margin-left: 30rpx;">
|
|||
|
<view class="title-gray" style="margin-top: 15rpx;">
|
|||
|
货品编码:
|
|||
|
</view>
|
|||
|
<view class="title-black" style="margin-top: 15rpx;">
|
|||
|
FLYPO01
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="draw-flex" style="width: 35%;">
|
|||
|
<view class="title-gray" style="margin-top: 15rpx;">
|
|||
|
规格型号:
|
|||
|
</view>
|
|||
|
<view class="title-black" style="margin-top: 15rpx;">
|
|||
|
6cm*7cm
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="draw-flex" style="width: 30%;">
|
|||
|
<view class="title-gray" style="margin-top: 15rpx;">
|
|||
|
采购单位:
|
|||
|
</view>
|
|||
|
<view class="title-black" style="margin-top: 15rpx;">
|
|||
|
个
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
|
|||
|
|
|||
|
<view class="card-right-other">
|
|||
|
<view class="draw-flex" style="width: 35%;margin-left: 30rpx;">
|
|||
|
<view class="title-gray">
|
|||
|
参考单价:
|
|||
|
</view>
|
|||
|
<view class="title-green">
|
|||
|
0.1
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="draw-flex" style="width: 35%;">
|
|||
|
<view class="title-gray">
|
|||
|
采购单价:
|
|||
|
</view>
|
|||
|
<view class="title-black">
|
|||
|
0.1
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="draw-flex" style="width: 30%;">
|
|||
|
<view class="title-gray">
|
|||
|
采购金额:
|
|||
|
</view>
|
|||
|
<view class="title-black">
|
|||
|
10.12
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
<view class="boom-other">
|
|||
|
<view class="boom-other-card">
|
|||
|
<image class="boom-other-img"
|
|||
|
src="/static/index/Warehousing/goku.png" />
|
|||
|
<view class="boom-other-font">入库数量</view>
|
|||
|
<view class="boom-other-weight">10</view>
|
|||
|
</view>
|
|||
|
<view class="white-shu"></view>
|
|||
|
<view class="boom-other-card">
|
|||
|
<image class="boom-other-img"
|
|||
|
src="/static/index/Warehousing/guazhang.png" />
|
|||
|
<view class="boom-other-font">挂账数量</view>
|
|||
|
<view class="boom-other-weight">0</view>
|
|||
|
</view>
|
|||
|
<view class="white-shu"></view>
|
|||
|
<view class="boom-other-card">
|
|||
|
<image class="boom-other-img"
|
|||
|
src="/static/index/Warehousing/hexiao.png" />
|
|||
|
<view class="boom-other-font">核销数量</view>
|
|||
|
<view class="boom-other-weight">0</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</scroll-view>
|
|||
|
</view>
|
|||
|
<!-- <view class="draw-title" style="margin-top: 35rpx;margin-bottom: 10rpx;">
|
|||
|
<view class="draw-flex">
|
|||
|
<view class="draw-title-gun"></view>
|
|||
|
<view class="draw-title-font">拣货拍照</view>
|
|||
|
</view>
|
|||
|
</view> -->
|
|||
|
<!-- <view class="down-note">
|
|||
|
<image class="down-note-img" style="margin-left: 40rpx;" src="/static/index/Warehousing/zuo.png" />
|
|||
|
<scroll-view scroll-x style="height: 100%;width: 950rpx;" :show-scrollbar="false">
|
|||
|
<view style="display: flex;">
|
|||
|
<view v-for="(item,index) in [1,1,1,1,1,1,1,1,1,1,1]" :key="index" >
|
|||
|
<image class="down-note-photo" src="/static/index/Warehousing/photo.png" />
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
|
|||
|
</scroll-view>
|
|||
|
<image class="down-note-img" src="/static/index/Warehousing/you.png" />
|
|||
|
|
|||
|
</view> -->
|
|||
|
|
|||
|
<!-- <view class="button-card">
|
|||
|
<view class="swiper-button-white" @click="closehexiao">
|
|||
|
关闭
|
|||
|
</view>
|
|||
|
|
|||
|
</view> -->
|
|||
|
|
|||
|
</view>
|
|||
|
</view>
|
|||
|
</template>
|
|||
|
|
|||
|
<script setup lang="ts">
|
|||
|
import { ref, onMounted, onBeforeUnmount, computed, nextTick, defineProps, defineEmits, watch } from 'vue';
|
|||
|
const note = ref("");
|
|||
|
const calendarShow = ref(false);
|
|||
|
const stateTarget = ref("");
|
|||
|
const emit = defineEmits(['opensuixing', "closehexiao"])
|
|||
|
const props = defineProps({
|
|||
|
|
|||
|
});
|
|||
|
const postItems = ref(0);
|
|||
|
// const stateArray = ['已作废', '未确认', '已确认', '未完结', '待结账', '已结账'];
|
|||
|
// 初始化左侧菜单列表
|
|||
|
const buttonList = ref([
|
|||
|
{ url: '/static/index/Warehousing/sousuo.png', name: '查询' },
|
|||
|
{ url: '/static/index/Warehousing/chongzhi.png', name: '重置' },
|
|||
|
|
|||
|
]);
|
|||
|
// const emit = defineEmits(['opendetail'])
|
|||
|
const calendarchange = (e : any) => {
|
|||
|
stateTarget.value = e.result
|
|||
|
}
|
|||
|
const opensuixing = () => {
|
|||
|
emit('opensuixing')
|
|||
|
}
|
|||
|
const closehexiao = () => {
|
|||
|
emit('closehexiao')
|
|||
|
}
|
|||
|
// const opendetail = () => {
|
|||
|
// emit('opendetail')
|
|||
|
// }
|
|||
|
</script>
|
|||
|
|
|||
|
<style lang="less" scoped>
|
|||
|
.draw-all {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
display: flex;
|
|||
|
flex-direction: column;
|
|||
|
background-color: #fff;
|
|||
|
border-top-left-radius: 80rpx;
|
|||
|
border-bottom-left-radius: 80rpx;
|
|||
|
overflow: hidden;
|
|||
|
|
|||
|
.draw-flex {
|
|||
|
display: flex;
|
|||
|
}
|
|||
|
|
|||
|
.draw-contain {
|
|||
|
width: 100%;
|
|||
|
height: calc(100vh);
|
|||
|
background-image: url("/static/index/fanpink.png");
|
|||
|
background-repeat: no-repeat;
|
|||
|
background-attachment: fixed;
|
|||
|
background-size: cover;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.swiper-gray {
|
|||
|
color: #596278;
|
|||
|
}
|
|||
|
|
|||
|
.draw-title {
|
|||
|
width: 100%;
|
|||
|
height: 60rpx;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
margin-top: 80rpx;
|
|||
|
margin-left: 20rpx;
|
|||
|
|
|||
|
.draw-flex {
|
|||
|
display: flex;
|
|||
|
}
|
|||
|
|
|||
|
.draw-title-gun {
|
|||
|
margin-left: 20rpx;
|
|||
|
margin-right: 20rpx;
|
|||
|
width: 13rpx;
|
|||
|
height: 40rpx;
|
|||
|
background: linear-gradient(to bottom, #04BCED, #0160CE);
|
|||
|
border-radius: 10rpx;
|
|||
|
}
|
|||
|
|
|||
|
.draw-title-font {
|
|||
|
font-size: 35rpx;
|
|||
|
font-weight: 700;
|
|||
|
margin-top: -3rpx;
|
|||
|
}
|
|||
|
|
|||
|
.draw-title-blue {
|
|||
|
height: 50rpx;
|
|||
|
width: 120rpx;
|
|||
|
margin-right: 50rpx;
|
|||
|
background: linear-gradient(to right bottom, #00c9ff, #0076ff);
|
|||
|
color: #fff;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
border-radius: 10rpx;
|
|||
|
border: 1rpx solid #fff;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.scroll-view {
|
|||
|
height: 960rpx;
|
|||
|
width: calc(100% - 80rpx);
|
|||
|
margin-left: 40rpx;
|
|||
|
border-radius: 40rpx;
|
|||
|
border: 2rpx solid #fff;
|
|||
|
box-shadow: 4rpx 8rpx 16rpx 4rpx #839fcc;
|
|||
|
overflow: hidden;
|
|||
|
}
|
|||
|
|
|||
|
.swiper-card-once {
|
|||
|
margin: 60rpx 0 30rpx 30rpx;
|
|||
|
width: 1100rpx;
|
|||
|
height: 220rpx;
|
|||
|
border: 2rpx solid #fff;
|
|||
|
border-radius: 30rpx;
|
|||
|
background: url("/static/index/blueMountain.png") center/cover, rgba(255, 255, 255, 0.5);
|
|||
|
background-blend-mode: screen;
|
|||
|
isolation: isolate;
|
|||
|
box-shadow: 5rpx 5rpx 10rpx 0rpx #839fcc;
|
|||
|
overflow: hidden;
|
|||
|
padding: 0 40rpx;
|
|||
|
|
|||
|
.swiper-card-top {
|
|||
|
width: 100%;
|
|||
|
height: 220rpx;
|
|||
|
display: flex;
|
|||
|
|
|||
|
.swiper-card-top-card {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
|
|||
|
.swiper-card-top-card-weight {
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
margin: 25rpx 0;
|
|||
|
font-size: 30rpx;
|
|||
|
font-weight: 500;
|
|||
|
|
|||
|
.weight-left {
|
|||
|
display: flex;
|
|||
|
|
|||
|
.blue-number {
|
|||
|
font-size: 32rpx;
|
|||
|
font-weight: 700;
|
|||
|
color: #017DE9;
|
|||
|
margin-top: 10rpx;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.weight-right {
|
|||
|
color: #FF6000;
|
|||
|
font-weight: 500;
|
|||
|
font-size: 30rpx;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
.swiper-card-top-card-noral {
|
|||
|
// margin-left: 50rpx;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
margin-top: 30rpx;
|
|||
|
font-size: 25rpx;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.swiper-flex {
|
|||
|
display: flex;
|
|||
|
flex-wrap: wrap;
|
|||
|
margin-left: 0rpx;
|
|||
|
|
|||
|
.swiper-card {
|
|||
|
margin: 0 0 30rpx 30rpx;
|
|||
|
width: 1010rpx;
|
|||
|
height: 260rpx;
|
|||
|
border: 2rpx solid #fff;
|
|||
|
border-radius: 30rpx;
|
|||
|
background: url("/static/index/blueMountain.png") center/cover, rgba(255, 255, 255, 0.6);
|
|||
|
background-blend-mode: screen;
|
|||
|
isolation: isolate;
|
|||
|
box-shadow: 5rpx 5rpx 10rpx 0rpx #839fcc;
|
|||
|
overflow: hidden;
|
|||
|
padding: 0 40rpx;
|
|||
|
|
|||
|
.swiper-card-top {
|
|||
|
width: 100%;
|
|||
|
height: 270rpx;
|
|||
|
|
|||
|
.swiper-card-top-card {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
display: flex;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.index-right-button-blue {
|
|||
|
height: 50rpx;
|
|||
|
width: 100rpx;
|
|||
|
background: linear-gradient(to right bottom, #00c9ff, #0076ff);
|
|||
|
color: #fff;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
border-radius: 10rpx;
|
|||
|
border: 1rpx solid #fff;
|
|||
|
}
|
|||
|
|
|||
|
.swiper-all-flex {
|
|||
|
display: flex;
|
|||
|
}
|
|||
|
|
|||
|
.card-img-father {
|
|||
|
height: 100%;
|
|||
|
width: 210rpx;
|
|||
|
|
|||
|
// background-color: #fff;
|
|||
|
.card-img-bgc {
|
|||
|
// margin-top: -15rpx;
|
|||
|
// margin-top: 30rpx;
|
|||
|
margin-top: 20rpx;
|
|||
|
margin-left: -15rpx;
|
|||
|
display: flex;
|
|||
|
width: 200rpx;
|
|||
|
height: 220rpx;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
background-color: rgb(238, 243, 253);
|
|||
|
border-radius: 25rpx;
|
|||
|
box-shadow: 2rpx 2rpx 4rpx 0rpx #839fcc;
|
|||
|
}
|
|||
|
|
|||
|
.card-img {
|
|||
|
|
|||
|
// 图片切的有问题
|
|||
|
width: 130rpx;
|
|||
|
height: 130rpx;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.card-right {
|
|||
|
width: calc(100% - 230rpx);
|
|||
|
height: 100%;
|
|||
|
|
|||
|
.card-right-title {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
font-weight: 700;
|
|||
|
// margin: 20rpx 0;
|
|||
|
margin-top: 20rpx;
|
|||
|
margin-bottom: 5rpx;
|
|||
|
|
|||
|
.title-gray {
|
|||
|
color: #596278;
|
|||
|
font-size: 30rpx;
|
|||
|
}
|
|||
|
|
|||
|
.title-black {
|
|||
|
font-size: 30rpx;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.card-right-other {
|
|||
|
margin-top: 15rpx;
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
font-size: 25rpx;
|
|||
|
|
|||
|
.title-gray {
|
|||
|
color: #596278;
|
|||
|
}
|
|||
|
|
|||
|
.title-green {
|
|||
|
color: #647900;
|
|||
|
}
|
|||
|
|
|||
|
.title-red {
|
|||
|
color: #FF4A27;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.swiper-button-white {
|
|||
|
background: linear-gradient(to bottom, #D5E0F8, #ECF6FF);
|
|||
|
border: 2rpx solid #fff;
|
|||
|
border-radius: 20rpx;
|
|||
|
width: 200rpx;
|
|||
|
height: 80rpx;
|
|||
|
display: flex;
|
|||
|
justify-content: center;
|
|||
|
align-items: center;
|
|||
|
// margin: 0 10rpx;
|
|||
|
margin-right: 20rpx;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.swiper-button-blue {
|
|||
|
background: linear-gradient(to bottom, #FF8251, #F52E2C);
|
|||
|
border: 2rpx solid #fff;
|
|||
|
border-radius: 20rpx;
|
|||
|
width: 200rpx;
|
|||
|
height: 80rpx;
|
|||
|
display: flex;
|
|||
|
justify-content: center;
|
|||
|
align-items: center;
|
|||
|
margin: 0 10rpx;
|
|||
|
color: #fff;
|
|||
|
margin-right: 40rpx;
|
|||
|
}
|
|||
|
|
|||
|
.button-card {
|
|||
|
margin-top: 30rpx;
|
|||
|
display: flex;
|
|||
|
justify-content: flex-end;
|
|||
|
}
|
|||
|
|
|||
|
.down-note {
|
|||
|
width: 100%;
|
|||
|
overflow: hidden;
|
|||
|
height: 170rpx;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
position: relative;
|
|||
|
margin-top: -10rpx;
|
|||
|
display: flex;
|
|||
|
|
|||
|
.down-note-img {
|
|||
|
width: 60rpx;
|
|||
|
height: 60rpx;
|
|||
|
}
|
|||
|
|
|||
|
.down-note-photo {
|
|||
|
height: 150rpx;
|
|||
|
width: 200rpx;
|
|||
|
margin: 0 10rpx;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
// .down-note-title-input {
|
|||
|
// width: calc(100% - 100rpx);
|
|||
|
// margin-left: 40rpx;
|
|||
|
// height: 120rpx;
|
|||
|
// font-size: 27rpx;
|
|||
|
// border: 2rpx #a0adc8 solid;
|
|||
|
// padding: 15rpx 0 15rpx 20rpx;
|
|||
|
// background-color: rgba(234, 243, 254, 0.6);
|
|||
|
// border-radius: 30rpx;
|
|||
|
// }
|
|||
|
|
|||
|
// .char-count {
|
|||
|
// position: absolute;
|
|||
|
// bottom: 30rpx;
|
|||
|
// right: 70rpx;
|
|||
|
// color: #999;
|
|||
|
// font-size: 25rpx;
|
|||
|
// }
|
|||
|
|
|||
|
// .draw-red {
|
|||
|
// color: red;
|
|||
|
// font-size: 40rpx;
|
|||
|
// margin-top: -10rpx;
|
|||
|
// }
|
|||
|
|
|||
|
.green-font {
|
|||
|
background-image: linear-gradient(to bottom right, #FF7A95, #FF9D94);
|
|||
|
/* 2. 将背景裁剪到文字 */
|
|||
|
-webkit-background-clip: text;
|
|||
|
/* Safari/Chrome 私有前缀 :contentReference[oaicite:1]{index=1} */
|
|||
|
background-clip: text;
|
|||
|
/* 标准属性 (兼容新浏览器) */
|
|||
|
/* 3. 文字填充设为透明,露出背景渐变 */
|
|||
|
-webkit-text-fill-color: transparent;
|
|||
|
/* 私有前缀 :contentReference[oaicite:2]{index=2} */
|
|||
|
color: transparent;
|
|||
|
/* 标准属性 */
|
|||
|
}
|
|||
|
|
|||
|
.radio-circle-top-father {
|
|||
|
// overflow: auto;
|
|||
|
display: flex;
|
|||
|
margin: 0 0 0 80rpx;
|
|||
|
height: 50rpx;
|
|||
|
|
|||
|
.radio-circle-top {
|
|||
|
// margin-top: 30rpx;
|
|||
|
// width: 2000rpx;
|
|||
|
display: flex;
|
|||
|
}
|
|||
|
|
|||
|
.radio-circle {
|
|||
|
position: relative;
|
|||
|
margin-top: 2rpx;
|
|||
|
width: 30rpx;
|
|||
|
height: 30rpx;
|
|||
|
border-radius: 50%;
|
|||
|
border: 2rpx solid rgb(2, 171, 254);
|
|||
|
background-color: transparent;
|
|||
|
}
|
|||
|
|
|||
|
.radio-circle-target {
|
|||
|
position: relative;
|
|||
|
margin-top: 2rpx;
|
|||
|
width: 30rpx;
|
|||
|
height: 30rpx;
|
|||
|
border-radius: 50%;
|
|||
|
border: 2rpx solid rgb(2, 171, 254);
|
|||
|
background-color: transparent;
|
|||
|
}
|
|||
|
|
|||
|
.radio-circle-target::after {
|
|||
|
content: "";
|
|||
|
position: absolute;
|
|||
|
top: 50%;
|
|||
|
left: 50%;
|
|||
|
transform: translate(-50%, -50%);
|
|||
|
width: 20rpx;
|
|||
|
height: 20rpx;
|
|||
|
background-color: rgb(2, 171, 254);
|
|||
|
border-radius: 50%;
|
|||
|
}
|
|||
|
|
|||
|
.radio-font {
|
|||
|
margin-left: 15rpx;
|
|||
|
margin-right: 60rpx;
|
|||
|
width: 400rpx;
|
|||
|
font-size: 25rpx;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.ruku-time {
|
|||
|
display: flex;
|
|||
|
justify-content: space-between;
|
|||
|
width: 100%;
|
|||
|
height: 60rpx;
|
|||
|
|
|||
|
.ruku-time-font {
|
|||
|
font-size: 30rpx;
|
|||
|
font-weight: 500;
|
|||
|
}
|
|||
|
|
|||
|
.ruku-time-weight {
|
|||
|
font-size: 30rpx;
|
|||
|
font-weight: 700;
|
|||
|
}
|
|||
|
|
|||
|
.button-first {
|
|||
|
width: 120rpx;
|
|||
|
height: 50rpx;
|
|||
|
border-radius: 15rpx;
|
|||
|
margin-right: 15rpx;
|
|||
|
background: linear-gradient(to bottom right, #00C3AC, #28CFB3);
|
|||
|
color: #fff;
|
|||
|
display: flex;
|
|||
|
justify-content: center;
|
|||
|
align-items: center;
|
|||
|
margin-right: 40rpx;
|
|||
|
margin-top: -5rpx;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.title-weight-red {
|
|||
|
color: #FF4A27;
|
|||
|
}
|
|||
|
|
|||
|
.card-right-bgc {
|
|||
|
width: 730rpx;
|
|||
|
height: 175rpx;
|
|||
|
background-color: rgb(238, 243, 253);
|
|||
|
border-radius: 25rpx;
|
|||
|
// border: 2rpx solid #fff;
|
|||
|
border: 2rpx solid #fff;
|
|||
|
}
|
|||
|
|
|||
|
.boom-other {
|
|||
|
width: 727rpx;
|
|||
|
height: 55rpx;
|
|||
|
// background-color: red;
|
|||
|
display: flex;
|
|||
|
|
|||
|
.boom-other-card {
|
|||
|
width: 250rpx;
|
|||
|
display: flex;
|
|||
|
align-items: center;
|
|||
|
|
|||
|
// background-color: #fff;
|
|||
|
.boom-other-img {
|
|||
|
width: 30rpx;
|
|||
|
height: 30rpx;
|
|||
|
margin-left: 15rpx;
|
|||
|
// margin-top: -5rpx;
|
|||
|
}
|
|||
|
|
|||
|
.boom-other-font {
|
|||
|
margin-left: 5rpx;
|
|||
|
font-size: 25rpx;
|
|||
|
}
|
|||
|
|
|||
|
.boom-other-weight {
|
|||
|
font-weight: 700;
|
|||
|
margin-left: 30rpx;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.card-boom {
|
|||
|
margin-top: -15rpx;
|
|||
|
width: 727rpx;
|
|||
|
height: 120rpx;
|
|||
|
border-radius: 25rpx;
|
|||
|
background-color: rgb(218, 226, 245);
|
|||
|
}
|
|||
|
|
|||
|
.white-shu {
|
|||
|
width: 2rpx;
|
|||
|
// margin-top: 5rpx;
|
|||
|
height: 40rpx;
|
|||
|
background-color: #fff;
|
|||
|
margin: 8rpx 5rpx 0 5rpx;
|
|||
|
}
|
|||
|
</style>
|