不变型
This commit is contained in:
parent
a0ccf26c99
commit
8434b1e611
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<image :src="list.picture" class="picture" mode=""></image>
|
<image :src="list.picture" class="picture" mode="widthFix"></image>
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<view class="info">
|
<view class="info">
|
||||||
<text class="title u-line-2">{{ list.title }}</text>
|
<text class="title u-line-2">{{ list.title }}</text>
|
||||||
@ -43,7 +43,7 @@
|
|||||||
page {
|
page {
|
||||||
}
|
}
|
||||||
.picture {
|
.picture {
|
||||||
width: 100%;
|
width: 750rpx;
|
||||||
}
|
}
|
||||||
.box {
|
.box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user