1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- /* 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_vi input.inp_txt2{
- border:0px;
- height: 100rpx;
- line-height: 100rpx;
- padding-left: 20rpx;
- border-radius: 10rpx;
- font-size: 34rpx;
- color: #555;
- text-align: right;
- float: right;
- }
- .input_vi i{
- display: block;
- float: right;
- line-height: 100rpx;
- margin-left: 14rpx;
- color: #535353;
- font-size: 48rpx;
- }
- .input-placeholder, .input-placeholder-dark{
- color: #c5c5c5!important;
- }
- .tj_btn{
- width: 100%!important;
- font-size: 32rpx;
- margin: 60rpx auto;
- padding: 24rpx 46rpx!important;
- }
- .icon{
- height: 40rpx;
- width: 40rpx;
- }
- .inp_txt2{
- text-align: left!important;
- font-size: 18rpx;
- width: 200rpx!important;
- }
- .input_vic{
- display: flex;
- flex-direction: row;
- }
- .input_vic image{
- align-items: center;
- display: flex;
- }
- .flex_c{
- display: flex;
- flex-direction: row;
- margin-left: auto;
- align-items: center;
- }
- .input_vic text{
- font-size: 32rpx;
- line-height: 100rpx;
- color: #555;
- }
|