12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- /* pages/qiyexqtable/qiyexqtanle.wxss */
- .container{
- padding: 30rpx 30rpx;
- }
- .page-section{
- display: flex;
- flex-direction: column;
- }
- .input_vi{
- display: block;
- border-bottom: 1px solid #f3f3f3;
- height: 100rpx;
- margin-bottom: 20rpx;
- }
- .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;
- }
- .table_btn{
- display: flex;
- flex-direction: row;
- }
- .sc_btn{
- width: 30%!important;
- font-size: 32rpx;
- margin: 60rpx auto;
- padding: 24rpx 0px!important;
- }
- .tj_btn{
- width: 60%!important;
- font-size: 32rpx;
- margin: 60rpx auto;
- padding: 24rpx 0px!important;
- }
- .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;
- }
- .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;
- }
- .icon{
- height: 40rpx;
- width: 40rpx;
- }
|