| xqd
@@ -16,19 +16,18 @@
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
-<body>
|
|
|
-<img style="width: 100%; height: 100%;" src="{{!empty($dream->img) ? $dream->img->pic : ''}}
|
|
|
-
|
|
|
-">
|
|
|
+<body style="overflow-x: hidden">
|
|
|
<div>
|
|
|
<div style="float: left">支持({{$dream->user->nickname}})的梦想!现在就下载喵喵</div>
|
|
|
<div style="float: right">
|
|
|
<a href="https://fir.im/jt4h">
|
|
|
- <img src="http://firicon.fir.im/396004d5e7b572efbefdfee976338331a457282b" alt="">
|
|
|
+ <img style="width: 30px;height: 30px;" src="http://firicon.fir.im/396004d5e7b572efbefdfee976338331a457282b" alt="">
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
-<div>
|
|
|
+<img style="width: 100%; height: 100%;" src="{{!empty($dream->img) ? $dream->img->pic : ''}}
|
|
|
+
|
|
|
+">
|
|
|
<p style="font-size: 17px; padding: 0 10px">{{$dream->name}}</p>
|
|
|
<div style="border-bottom: 1px solid #DEDEDE">
|
|
|
<p id="about" style="font-size: 13px; padding: 0 10px; color: #919191;white-space: nowrap;overflow:hidden;text-overflow:ellipsis">
|
| xqd
@@ -65,7 +64,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-</div>
|
|
|
</body>
|
|
|
</html>
|
|
|
<script>
|