123456789101112131415161718192021222324252627282930313233343536373839 |
- /* pages/qiyemore/qiyemore.wxss */
- .container{
- padding: 30rpx 30rpx;
- }
- .page-section{
- display: flex;
- flex-direction: column;
- }
- .input_vi{
- display: block;
- border-bottom: 1px solid #f3f3f3;
- height: 100rpx;
- }
- .input_vi .input_title{
- font-size: 34rpx;
- height: 100rpx;
- line-height: 100rpx;
- color: #181818;
- float: left;
- }
- .input_vi input{
- border:0px;
- height: 100rpx;
- line-height: 100rpx;
- padding-left: 20rpx;
- border-radius: 10rpx;
- font-size: 34rpx;
- color: #555;
- text-align: right;
- }
- .input-placeholder, .input-placeholder-dark{
- color: #c5c5c5!important;
- }
- .tj_btn{
- width: 100%!important;
- font-size: 32rpx;
- margin: 60rpx auto;
- padding: 24rpx 46rpx!important;
- }
|