123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595 |
- <template>
-
- <view class="all">
-
- <ujp-navbar title="金秋满减活动" ></ujp-navbar>
- <view class="InviteFriends" >
- <view class="text imgHead">
- <img src="@/assets/img/temporary/autumn202409-01.png"></img>
-
-
- </view>
- <view class="main">
- <view class="suited">
- <p class="title">活动时间 :</p>
- <view class="content">
- 2024年9月1日至9月30日
- </view>
- <p class="title">活动说明 :</p>
- <view class="content">
-
-
-
- 凡是在活动期间内,在<span>指定场站</span>充电的平台会员可享受充电服务费8.5折优惠,
- <span>快充且充电量达30度(含)以上可享受充电服务费6.5折-7.5折</span>(电费、停车费及占桩费据实结算)。
-
- </view>
-
- <p class="title">活动场站:</p>
- <view class="content">
- 以下{{list.length}}个场站均可享受本次活动
-
- </view>
- <view class="contentList">
- <view class="item" v-for="(item,i) in list" :key="i" @click="gotoStation(item.id)" >
- <view class="item1" >
- <view class="itemName">{{item.name}}</view>
- <view class="itemId">
- <img src="@/assets/img/temporary/autumn202409-02.png"></img>
- 点击查看场站信息
- </view>
- </view>
- <view class="item2" >
- {{discountRatio10(item.num)}}<span>折</span>
- </view>
- </view>
-
- </view>
- <view class="remarks">
- 注:本活动以充电开始时间为准。<br/>
- 本次活动最终解释权归湖北鹏育优电新能源科技有限公司所有
-
- </view>
-
- </view>
-
-
-
-
-
- </view>
- </view>
-
- </view>
- </template>
- <script>
-
- export default {
- components: {
-
- },
- data() {
- return {
- list:[
- {
- id:"3865b3a3-13fd-461a-8145-ee9711df35a2",
- name:"荆鹏软件园充电站",
- num:65,
- },
- {
- id:"3c554cea-f522-4281-b582-d761510ed91e",
- name:"青少年宫充电站",
- num:75,
- },
- {
- id:"ef59b220-965f-4e9a-a087-4b52bbbcfb7f",
- name:"荆州院子充电站",
- num:75,
- },
- {
- id:"8ab96b30-8102-476e-b166-78dc930838c2",
- name:"御河社区充电站",
- num:75,
- },
- {
- id:"5e71de75-d30e-4db3-9b3e-1fb2587d8f42",
- name:"联合街道充电站",
- num:75,
- }
- ]
- }
- },
- onLoad(op) {
-
-
- },
- onReady() {
-
-
- },
- onShow() {
-
- },
- methods: {
- gotoStation(id){
- uni.navigateTo({
- url:"/pages/searchPile/stationAndPile/stationDetails?id="+id
- })
- }
- }
- }
- </script>
- <style>
- page {
- background: #f3a33a;
- }
- </style>
- <style lang="scss" scoped>
- @import "@/_theme.scss";
- .all {
- @include themeify {
- font-size: themed('font-size1');
- }
- }
- .imgHead {
- img {
- width: 100%;
- }
- }
- // .imgHead {
- // padding-top: 72rpx;
- // display: flex;
- // flex-direction: column;
- // align-items: center;
- // .imgHead1 {
- // img {
- // height: 24px;
- // }
- // display: flex;
- // justify-content: center;
- // align-items: center;
- // }
- // .imgHead2 {
- // display: flex;
- // img {
- // width: 100%;
- // height: 40px;
- // }
- // margin-top: 16px;
- // }
- // }
- .contentList{
- .item{
- border: 1px solid rgba(232, 229, 225, 1);
- border-radius: 8px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 16rpx;
- padding: 16rpx 24rpx;
- .item1{
-
- .itemName{
- font-weight: bold;
- color: rgba(16, 16, 16, 1);
- font-size: 36rpx;
- }
- .itemId{
- color: #96A2B4 ;
- font-size: 24rpx;
- display: flex;
- align-items: center;
- margin-top: 3px;
- img{
- width: 32rpx;
- height: 32rpx;
- margin-right: 2px;
- }
- }
- }
- .item2{
- color: #FF6B00 ;
- font-size: 72rpx;
- font-weight: bold;
- span{
- font-weight: 400;
- font-size: 28rpx;
- margin-left: 2px;
- }
- }
- }
- }
- .main {
- position: relative;
- top: -200rpx;
- padding: 22rpx 24rpx 10rpx;
- .text {
- color: rgba(255, 255, 255, 100);
-
- /* font-size: 18px;*/
- text-align: justify;
- text-indent: 36px;
- }
- .suited {
- background-color: #fff;
- //background: linear-gradient(180deg, rgba(189,255,224,1) 0%,rgba(255,255,255,1) 14%);
- // background: linear-gradient(180deg, rgba(255, 224, 223, 1) 0%, rgba(255, 255, 255, 1) 14%);
- //background: linear-gradient(180deg, rgba(214,226,255,1) 0%,rgba(255,255,255,1) 14%);
- margin-top: 40rpx;
- padding: 40rpx 32rpx;
- border-radius: 20px;
- .title {
- /*height: 18px;*/
- color: rgba(16, 16, 16, 100);
- font-size: 32rpx;
- font-weight: 600;
- }
- .remarks{
- color: rgba(188, 188, 188, 1);
- font-size: 22rpx;
- margin-top: 40rpx;
- }
- .content {
- margin: 16rpx 0 40rpx ;
- //font-weight: 550;
- color: #333333 ;
-
- font-size: 28rpx;
- span{
- color: #ec4f27;
- }
- p {
- margin: 8rpx 0;
- }
- }
- }
- .application-table {
- .nezhaImgView{
- text-align: center;
- margin-bottom: 24rpx;
- img{
- width: 100%;
- }
- }
- background-color: #fff;
- border-radius: 16px;
- margin-top: 24px;
- padding: 24rpx 36rpx;
- padding-top:8px;
- }
- .application-form {
- //background: linear-gradient(180deg, rgba(214,226,255,1) 0%,rgba(255,255,255,1) 14%);
- color:#333333;
- background-color: #fff;
- border-radius: 16px;
- margin-top: 24px;
- padding: 24px;
- .titlespan{
- font-weight: bold;
- color: rgba(16, 16, 16, 1);
- }
- .title{
- color: rgba(16, 16, 16, 1);
- font-size: 36rpx;
- font-weight: bold;
- margin-bottom: 24rpx
- }
-
- .u-input {
- border-radius: 50px;
- background-color: rgba(232, 236, 234, 100);
- margin-top: 12px;
- }
- ::v-deep.uni-input-input {
- margin: 20px;
- }
- ::v-deep.u-input__right-icon {
- margin-right: 10px;
- }
- p {
- font-size: 18px;
- @include themeify {
- line-height: themed('font-size4');
- height: themed('font-size4');
- }
- /* height: 18px;
- line-height: 18px;*/
- color: rgba(16, 16, 16, 100);
- /* font-size: 18px;*/
- }
- .tel,
- .place,
- .type,
- .want {
- //margin-top: 24px;
- }
- .textarea {
- width: 72.2vw;
- height: 140px;
- border-radius: 22px;
- background-color: rgba(232, 236, 234, 100);
- margin-top: 12px;
- overflow-y: scroll;
- @include themeify {
- font-size: themed('font-size2');
- line-height: themed('font-size2');
- }
- .uni-textarea-placeholder {
- padding: 12px 20px;
- @include themeify {
- font-size: themed('font-size2');
- line-height: themed('font-size2');
- }
- }
- ::v-deep.uni-textarea-textarea {
- width: 90%;
- padding: 10px 20px;
- }
- ::v-deep.u-input__right-icon {
- display: none;
- }
- }
- }
- .type {
- .checkbox {
- margin-top: 12px;
- ::v-deep.u-checkbox {
- width: 50% !important;
- margin-top: 4px;
- }
- }
- }
- .want {
- ::v-deep.u-checkbox {
- margin-top: 8px;
- }
- }
- .hint {
- margin-top: 12px;
- @include themeify {
- font-size: themed('font-size2');
- line-height: themed('font-size5');
- }
- /*
- font-size: 14px;
- line-height: 20px;
- */
- text-align: center;
- .tel-num {
- color: #9FC7FF;
- }
- }
- ::v-deep.u-btn {
- border-radius: 50px;
- margin-top: 40rpx;
- }
- }
- .InviteFriends {
- //background-image: linear-gradient(0deg, #a2e9c9, #01b963);
-
- background: #f3a33a;
- }
- .opacityClass {
- opacity: 0.2;
- }
- // 底部
- .bottomView {
- border-radius: 50px;
- color: rgba(0, 185, 98, 100);
- // width: 100%;
- // height: 64px;
- // text-align: center;
- // background-color: #fff;
- .button {
- //width: 90%;
- border-radius: 50px;
- // background-color: #fff;
- color: #fff;
- font-size: 16px;
- background: linear-gradient(90deg, rgba(255, 98, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
- //border: 1px solid rgba(0, 163, 86, 1);
- }
- // button::after {
- // border: rgba(0, 185, 98, 100);
- // }
- }
- .carAuth {
- border-radius: 12px;
- background-color: rgba(255, 255, 255, 1);
- border: 2px dashed rgba(187, 187, 187, 1);
- //height: 400rpx;
- width: 100%;
- overflow: hidden;
- text-align: center;
- .carAuthImg {
- margin-top: 10px;
- margin-bottom: 10px;
- width: 510rpx;
- height: 360rpx;
- }
- .carAuthIcon {
- position: absolute;
- background: #6e7175;
- width: 44px;
- height: 44px;
- border-radius: 50px;
- /* left: 200px; */
- /* top: 200px; */
- margin: 160rpx 230rpx;
- z-index: 99;
- display: flex;
- justify-content: center;
- }
- }
- // .car-type{
- // display: flex;
- // flex-direction: row;
- // margin: 0 40rpx;
- // flex-wrap: wrap;
- // }
- .want {
- .wantView {
- display: flex;
- }
- button {
- width: 45%;
- color: rgba(51, 51, 51, 1);
- background-color: rgba(232, 236, 234, 1);
- }
- button::after {
- border: none;
- }
- .wantBtn {
- background-color: #fff;
- border: 2px solid #00B962;
- }
- .wanttpis {
- position: relative;
- top: -100rpx;
- left: 180rpx;
- z-index: 99;
- background: #00B962;
- padding: 2px 3px;
- font-size: 10px;
- color: #fff;
- border-radius: 4px;
- }
- }
- .carTempBlInput {
- display: flex;
- align-items: center;
- font-size: 16px;
- min-height: 44px;
- padding: 4px 16px;
- border-radius: 20px;
- background: #e9ecea;
- color: #808080
- }
-
- .table {
- table {
- color:#010101 ;
- border-spacing:0;
- font-size: 32rpx;
-
- .th {
-
- background-color: #f2efef;
- text-align: center;
- color: #101010;
- font-weight: bold;
- td{
- border: 1px solid #dbdbdb;
- padding: 12rpx 0;
- height: 96rpx;
- }
- }
-
- .td1 {
- text-align: start;
- // background-color: rgba(243, 245, 247, 1);
- width: 132rpx;
- text-align: center;
- border-left: 1px solid #dbdbdb;
- border-right: 1px solid #dbdbdb;
-
- }
- .td3 {
- text-align: start;
- //background-color: rgba(243, 245, 247, 1);
- //width: 100rpx;
-
- border-left: 1px solid #dbdbdb;
- border-right: 1px solid #dbdbdb;
- }
-
- td {
- //text-align: center;
- border-bottom: 1px solid #dbdbdb;
- //width: 160rpx;
- }
- }
-
-
- }
- </style>
|