65 lines
1.0 KiB
Plaintext
65 lines
1.0 KiB
Plaintext
/* packageC/member/visit/InputVisit/InputVisit.wxss */
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.codeStyle {
|
|
margin: 40rpx auto;
|
|
width: 600rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
justify-content: space-between;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.codeStyle .span {
|
|
color: #ff2c29;
|
|
}
|
|
|
|
.inputvisit {
|
|
text-align: center;
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.inputvisit .content .content_a {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
margin: 80rpx auto;
|
|
}
|
|
|
|
.inputvisit .content input {
|
|
/* width: 600rpx; */
|
|
border: none;
|
|
|
|
/* border-bottom: solid 2rpx #ebebeb; */
|
|
line-height: 100rpx;
|
|
height: 100rpx;
|
|
font-size: 36rpx;
|
|
|
|
/* margin: 40rpx auto; */
|
|
text-align: left;
|
|
}
|
|
|
|
.inputvisit .content .button {
|
|
width: 540rpx;
|
|
height: 90rpx;
|
|
border-radius: 60rpx;
|
|
color: #fff;
|
|
background: #ccc;
|
|
margin: 40rpx auto;
|
|
border: none;
|
|
font-size: 36rpx;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
.inputvisit .content .btn_b {
|
|
background: #f15353;
|
|
}
|
|
|
|
.inputvisit .content .content_b {
|
|
margin: 0 auto;
|
|
width: 540rpx;
|
|
font-size: 28rpx;
|
|
color: #8c8c8c;
|
|
}
|