| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .bodyContent{
- position: fixed;
- width: 100%;
- }
- .uni-list-cell-left{
- float: left;
- width: 22%;
- height: 94rpx;
- text-align: center;
- font-size: 28rpx;
- border-bottom: 1px solid rgba(200, 200, 205, 1);
- line-height: 94rpx;
- }
- .uni-list-cell-left text{
- color: red;
- }
- .uni-list-cell-db{
- float: right;
- width: 78%;
- height: 94rpx;
- border-bottom: 1px solid rgba(200, 200, 205, 1);
- }
- .uni-list-cell-db .name{
- float: right;
- }
- .uni-list{
- position: relative;
- font-size: 28rpx;
- }
- .uni-list-cell-db input{
- height: 94rpx;
- width: 78%;
- float: right;
- text-align: center;
- line-height: 94rpx;
- font-size: 28rpx;
- border: none;
- }
- .uni-list-cell-db .u-border{
- border: none;
- float: right;
- margin-top: 16rpx;
- width: 196rpx;
- }
- .uni-list-cell-db .uni-input{
- float: right;
- margin-right: 0px;
- text-align: center;
- line-height: 94rpx;
- border: none;
- }
- .uni-list-cell-db uni-image{
- position: absolute;
- width: 52rpx;
- height: 52rpx;
- right: 6rpx;
- top:22rpx;
- }
- button{
- position: absolute;
- top:690rpx;
- left: 48rpx;
- width: 656rpx;
- height: 94rpx;
- color: white;
- }
|