问答详情
源自:3-2 Electron告白程序(一)

index.less,图片的位置调整

图片为585x160和400x300,main里面是

.main{

width: 300px

position: absolute;

right: -20px;

text-align: center;

.t1{

display: block;

}

.t2{

display: block;

margin-top: -50px;

}

}


提问者:慕田峪235598 2019-08-08 23:44

个回答

  • 慕田峪235598
    2019-08-09 01:54:56

    我明白了