1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- /* 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;
- }
|