83 lines
1.3 KiB
Plaintext
83 lines
1.3 KiB
Plaintext
/* pages/welfareImg/welfare_tj/welfare_tj.wxss */
|
|
.top{
|
|
width: 750rpx;
|
|
height: 146rpx;
|
|
}
|
|
.top image{
|
|
width: 750rpx;
|
|
height: 146rpx;
|
|
}
|
|
.cont{
|
|
width: 690rpx;
|
|
padding: 30rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 20rpx 20rpx 0 0;
|
|
position: relative;
|
|
top: -15rpx;
|
|
}
|
|
.title{
|
|
font-size: 36rpx;
|
|
letter-spacing: 2rpx;
|
|
color: #333333;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.itp{
|
|
height: 120rpx;
|
|
width: 100%;
|
|
border-bottom: 1rpx #eee solid;
|
|
}
|
|
.itp-l{
|
|
font-size: 28rpx;
|
|
letter-spacing: 1rpx;
|
|
color: #9792a6;
|
|
}
|
|
.itp input{
|
|
font-size: 28rpx;
|
|
letter-spacing: 1rpx;
|
|
color: #333333;
|
|
width: 500rpx;
|
|
height: 120rpx;
|
|
line-height: 120rpx;
|
|
margin-left: 50rpx;
|
|
border: none;
|
|
}
|
|
.itp_pic image{
|
|
width: 16rpx;
|
|
height: 10rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
.pic{
|
|
margin-left: 50rpx;
|
|
font-size: 28rpx;
|
|
letter-spacing: 1rpx;
|
|
color: #333333;
|
|
height: 120rpx;
|
|
line-height: 120rpx;
|
|
}
|
|
.ccc{
|
|
color: #888;
|
|
}
|
|
textarea{
|
|
width: 630rpx;
|
|
height: 300rpx;
|
|
padding: 30rpx;
|
|
background-color: #eeeeee;
|
|
border-radius: 10rpx;
|
|
font-size: 28rpx;
|
|
letter-spacing: 1rpx;
|
|
color: #333;
|
|
}
|
|
.btn{
|
|
width: 690rpx;
|
|
height: 88rpx;
|
|
background-color: #ec9a3e;
|
|
border-radius: 44rpx;
|
|
font-size: 36rpx;
|
|
letter-spacing: 2rpx;
|
|
color: #ffffff;
|
|
line-height: 88rpx;
|
|
text-align: center;
|
|
position: fixed;
|
|
bottom: 30rpx;
|
|
left: 30rpx;
|
|
} |