发表于: 2019-11-17 20:38:08

1 904


今天完成的事情:尝试写了一下流程图
明天计划的事情: 继续后续的任务
遇到的问题:图画处理老是不对劲,调整花费较长时间
收获:先上画的相关图

暂时先画了个测试的试下,具体代码部分

<div class="web-width">
      <div class="for-liucheng">
       <div class="liulist"></div>
       <div class="liulists" style="float:left;overflow:hidden">
        <table>
         <tr><td>&nbsp;</td></tr>
         <tr><td>&nbsp;</td></tr>
         <tr><td>&nbsp;</td></tr>
        </table>
       </div>
       <div class="liulist"></div>
       <div class="liulist"></div>
       <div class="liutextbox">
       <div id="A"  class="liutext" onclick="openH(this);"><em>1</em><br /><strong>填写账户名</strong></div>
         <div id="B"  class="liutexts" >
            <div id="B1"  class="liutext_2" onclick="openH(this);"><em>1</em><br /><strong>第一步</strong></div>
         <div id="B2"  class="liutext_2" onclick="openH(this);"><em>2</em><br /><strong>第二步</strong></div>
          <div id="B3"  class="liutext_2" onclick="openH(this);"><em>2</em><br /><strong>第二步</strong></div>
           <div id="B4"  class="liutext_2" onclick="openH(this);"><em>2</em><br /><strong>第二步</strong></div>
         </div>
        <div id="C"  class="liutext" onclick="openH(this);"><em>3</em><br /><strong>设置新密码</strong></div>
        <div id="D"  class="liutext" onclick="openH(this);"><em>4</em><br /><strong>完成</strong></div>
       </div>
      </div><!--for-liucheng/-->    
    </div><!--web-width/-->

css部分

@charset "UTF-8";
/**单列宽度 单行高度  列数 行数*/
body {
  font-size12px;
  color#000000;
  font-family"Microsoft Yahei";
  overflow-xhidden;
  background#ffffff; }

/**单列宽度 单行高度  列数 行数*/
.web-width {
  width1200px;
  margin20px auto; }

.for-liucheng {
  width1200px;
  margin0 0 0 0;
  height160px;
  padding0 0 0 0;
  positionrelative; }

.liulist {
  floatleft;
  width300px;
  height10px;
  background#CCCCCC;
  margin-top60px; }

.liulists {
  floatleft;
  width300px;
  height100%; }

.liutextbox {
  positionabsolute;
  width100%;
  height160px; }

.liutext {
  floatleft;
  width300px;
  text-aligncenter;
  margin-top53px; }

.liutexts {
  floatleft;
  width300px;
  height100%;
  text-aligncenter;
  margin-top-7px; }

.liutext_2 {
  displayinline-block;
  floatleft;
  width100%;
  height42px;
  text-aligncenter;
  padding-bottom0px; }

em {
  displayinline-block;
  width24px;
  height24px;
  border-radius24px;
  background#BDBDBD;
  text-aligncenter;
  font-size14px;
  line-height24px;
  font-stylenormal;
  font-weightbold;
  color#fff; }

strong {
  displayinline-block;
  height16px;
  line-height16px;
  font-weight400; }

.for-cur em {
  background#77b852;
  border3px solid #ffffff;
  margin-top-3px; }

.for-ed em {
  border3px solid #F0F0F0;
  margin-top-3px; }

.for-cur strong {
  color#77b852; }

.liutext:hover {
  cursorpointer; }

.liutextbox strong:hover {
  text-decorationunderline; }

.liulists tabletable tr thtable tr td {
  border10px solid #CCCCCC; }

.liulists td {
  height30px; }

.liulists table {
  width100%;
  text-aligncenter;
  border-collapsecollapse; }


设计图很好但画出来感觉很丑,明天再继续调整接着做后续任务


返回列表 返回列表
评论

    分享到