petname.wxss 1.6 KB
/* pages/15/15.wxss */ .means {
    display: flex;
    justify-content: space-between;
    padding: 32rpx;
}

.name {
    font-size: 32rpx;
    font-weight: 600;
    font-family: PingFang SC;
}

.img image {
    width: 128rpx;
    height: 128rpx;
    vertical-align: middle;
}

.means:first-child {
    height: 192rpx;
    line-height: 192rpx;
    border-top: 1px solid black;
}
.bake {
    opacity: .1;
}
.denglu {
    position: absolute;
    padding: 64rpx 32rpx;
    top: 30%;
    margin-top: -302rpx;
    left: 50%;
    text-align: center;
    margin-left: -311rpx;
    width: 622rpx;
    height:476rpx;
    border-radius: 48rpx;
    background:rgb(221, 219, 191);
}

.botm image {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.denglu text {
    font-size: 36rpx;
    font-weight: 600;
}

.input {
    position: relative;
    width: 558rpx;
    height: 104rpx;
    padding: 30rpx 32rpx;
    border-radius: 110rpx;
    margin-top: 32rpx;
    text-align: left;
    background: rgba(248, 248, 248, 1);
    color: rgba(196, 196, 196, 1);
}

.deng1 image {
    position: absolute;
    top: 36rpx;
    right: 24rpx;
    width: 48rpx;
    height: 48rpx;
}
.input image{
    position: absolute;
    background:#f0e8e8;
    border-radius:16rpx;
    right: 32rpx;
    top:32rpx;
    width: 32rpx;
    height: 32rpx;
}
.button{
    position: absolute;
    bottom: 64rpx;
    left: 50%;
    margin-left: -211rpx;
    width: 422rpx;
    height: 100rpx;
    line-height: 100rpx;
    text-align: center;
    font-size:32rpx;
    font-weight: 600;
    border-radius: 96rpx;
    background: rgba(255,200,61,1); 
 }