You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.0 KiB
68 lines
1.0 KiB
/* pages/special/straddlen/new_years.wxss */
|
|
.img image {
|
|
width: 100%;
|
|
display: block;
|
|
margin-top: -1rpx;
|
|
}
|
|
|
|
.positRel {
|
|
position: relative;
|
|
}
|
|
|
|
.input {
|
|
/* transform: rotate(-3deg); */
|
|
}
|
|
|
|
.input input {
|
|
font-size: 28rpx;
|
|
line-height: 28rpx;
|
|
/* border: 1px solid red; */
|
|
height: 40rpx;
|
|
}
|
|
|
|
.input.input1 {
|
|
width: 120rpx;
|
|
/* height: 75rpx; */
|
|
/* margin-bottom: 38rpx; */
|
|
/* margin-left: 68rpx; */
|
|
text-align: center;
|
|
position: absolute;
|
|
left: 236rpx;
|
|
top: 100rpx;
|
|
transform: rotate(-3deg);
|
|
}
|
|
|
|
.input.input2 {
|
|
width: 300rpx;
|
|
position: absolute;
|
|
left: 236rpx;
|
|
top: 175rpx;
|
|
/* padding-left: 10rpx; */
|
|
transform: rotate(-3deg);
|
|
text-align: center;
|
|
}
|
|
|
|
.input.input3 {
|
|
position: absolute;
|
|
left: 230rpx;
|
|
top: 330rpx;
|
|
}
|
|
|
|
.text3 {
|
|
width: 330rpx;
|
|
height: 110rpx;
|
|
/* border: 1px solid red; */
|
|
font-size: 28rpx;
|
|
line-height: 28rpx;
|
|
transform: rotate(-5deg);
|
|
|
|
}
|
|
|
|
.img .submit {
|
|
position: absolute;
|
|
right: 60rpx;
|
|
bottom: 270rpx;
|
|
width: 160rpx;
|
|
height: 80rpx;
|
|
z-index: 10;
|
|
} |