Commit 4012e749 authored by malin's avatar malin

test

parent aa92144e
...@@ -46,6 +46,10 @@ ...@@ -46,6 +46,10 @@
font-size: 0.6rem; font-size: 0.6rem;
} }
.fs-64 {
font-size: 0.6rem;
}
.fs-100 { .fs-100 {
font-size: 1rem; font-size: 1rem;
} }
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
} }
.name-list>div:nth-child(2n-1) { .name-list>div:nth-child(2n-1) {
border-right: 1px dashed #FFA3CF; border-right: 1px dashed #7EBBFF;
} }
.img5 { .img5 {
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<div class="recommend row-center-start"> <div class="recommend row-center-start">
<div class="title fs-36 fc-f">推荐好名</div> <div class="title fs-36 fc-f">推荐好名</div>
<div class="name"> <div class="name fc-3 fs-64 ff-pp fw-5">
<div class="row-between-center" style="margin-bottom: 0.6rem"> <div class="row-between-center" style="margin-bottom: 0.6rem">
<template v-for="(item, i) in imgInfo"> <template v-for="(item, i) in imgInfo">
<img <img
...@@ -218,6 +218,7 @@ export default { ...@@ -218,6 +218,7 @@ export default {
// 但双字切换 // 但双字切换
convertImg(item) { convertImg(item) {
console.log(item);
this.page = 1; this.page = 1;
this.words = item.words; this.words = item.words;
this.imgInfo.map((option) => { this.imgInfo.map((option) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment