结构与样式

2018-08-23  本文已影响0人  九尾的日志
<view class='item'>
    <image class='photo' src='/asset/logo.jpg' ></image>
    <input class='username' type='text' placeholder='请输入用户名'></input>
    <text  class='txt'>文字</text>
</view>

.photo{
    width: 750rpx;
    height: 400rpx;
    position: absolute;
    bottom: 0
}

.txt{
    display: block;
    width: 100%;
    height: 400rpx;
    line-height: 400rpx;
    font-size: 36rpx;
    text-align: center;
    background-color:#eee;
}

.username{
    width: 350rpx;
    height: 60rpx;
    font-size: 26rpx;
    border: 1px solid #e9e9e9;
    text-indent: 10rpx;
    margin: 30rpx 0 30rpx 0;
}

上一篇 下一篇

猜你喜欢

热点阅读