IMWeb小白 卡片作業

2021-07-30 20:40:43 字數 1513 閱讀 9467

html結構:

charset="utf-8">

卡片title>

head>

class="yilumi">

src=images/伊路公尺.jpg

alt="伊路公尺" />

div>

class="萌">

src=images/萌.png

alt="萌" />

div>

class="文字">

伊路公尺·揍敵客,奇犽的大哥,揍敵客家族長子。擅長用念力易容,常用的招數為針人。

表情很少變化,很難揣摩出他心裡在想什麼。是個非常優秀的職業殺手,做事很有原則。p>

div>

class="花">

src=images/花.png

alt="花" />

div>

div>

class="小花">

src=images/小花.png

alt="小花" />

div>

body>

html>css樣式:

margin-top:30px;

margin-left:500px;

border:1px solid #000;

width:322px;

height:550px;

background-color:rgb(30,50,65);

border-radius:10px;

box-shadow: 10px 10px 5px #888888;

}width:270px;

height:300px;

margin-left:50px;

margin-top:1px;

border-radius:10px;

}position:absolute;

left:500px;

top:40px;

}position:absolute;

left:530px;

top:360px;

width:280px;

height:250px;

color:white;

text-indent:35px;

}position:absolute;

left:740px;

top:490px;

width:10px;

height:20px;

}max-width:100px;

}position:absolute;

left:790px;

top:470px;

width:10px;

height:20px;

}max-width:30px;

}效果如下:

IMWeb小白 百度登入介面

html結構 charset utf 8 head class container class top alt 手機圖示 div class second src images 手機.png alt 手機 簡訊快捷登入p div class third class 嵌入 src images 人頭....

IMWeb訓練營作業 todolist

先來幾張。預設的外觀 新增幾個待辦適宜後的外觀 編輯待辦適宜後的外觀 標記為已完成後的外觀 篩選未完成的外觀 刪除1個待辦適宜後的外觀 實現思路 用乙個陣列儲存所有待辦適宜。每個待辦適宜的格式是如下 我用新建待辦適宜時的時間戳做那條待辦適宜的id。對待辦適宜的增刪改查就是對陣列的增刪改查。下面是部分...

IMWeb訓練營作業 Todolist

v for指令 根據一組陣列的選項列表進行渲染 語法 value,key in items value,key of items 變異方法 vue提供一組方法,對陣列進行操作時候,會觸發檢視更新 push pop shift unshift splice sort reverse 事件處理器 v o...