@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="px-6 font-sans">
|
<div class="px-6 font-sans">
|
||||||
<h2 class="mb-1 text-center text-2xl font-bold">套餐选择</h2>
|
<h2 class="mb-1 text-center text-2xl font-bold">套餐选择</h2>
|
||||||
<p class="mb-4 text-center text-sm font-[100] text-gray-600">*所有套餐均不限流量不限速度</p>
|
<p class="mb-4 text-center text-sm font-[100] text-gray-600">*所有套餐均不限流量</p>
|
||||||
|
|
||||||
<div class="space-y-4">
|
<div class="space-y-4">
|
||||||
<template v-for="(plan, index) in plans" :key="plan.id">
|
<template v-for="(plan, index) in plans" :key="plan.id">
|
||||||
|
|||||||
@@ -89,7 +89,7 @@
|
|||||||
>
|
>
|
||||||
<p>最新加密协议-安全有保障</p>
|
<p>最新加密协议-安全有保障</p>
|
||||||
<p>IEPL专线-纯净、稳定</p>
|
<p>IEPL专线-纯净、稳定</p>
|
||||||
<p>不限速/不限流-网速多快,Hi快多快</p>
|
<p>不限流-网速多快,Hi快多快</p>
|
||||||
<p>极速闪连-永远快人一步</p>
|
<p>极速闪连-永远快人一步</p>
|
||||||
<div class="flex justify-center md:justify-start">
|
<div class="flex justify-center md:justify-start">
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user