1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- page{
- padding: 30rpx;
- }
- .money{
- font-weight: 500;
- margin-top: 50rpx;
- margin-bottom: 30rpx;
- }
- .item{
- padding: 30rpx 0 0rpx;
- padding-left: 140rpx;
- position: relative;
- }
- .item label{
- position: absolute;
- left: 0;
- top: 30rpx;
- line-height: 64rpx;
- font-weight: 500;
- }
- .tags{
- position: relative;
- }
- .tags>text{
- display: inline-block;
-
- border: 1px solid #E0E0E0;
- text-align: center;
- line-height: 64rpx;
- border-radius: 32rpx;
- font-size: 30rpx;
- margin-bottom: 16rpx;
- margin-right: 16rpx;
- padding: 0 30rpx;
- }
- .tags .act{
- border: 1px solid #FFEFEB;
- background: #FFEFEB;
- color: #D94B24;
- }
- .date-picker{
- line-height: 64rpx;
- }
- .date-picker text{
- color: #666;
- font-size: 30rpx;
- }
- .tags input,.picker{
- border: 1px solid #E0E0E0;
- width: 100%;
- height: 88rpx;
- padding: 0 24rpx;
- box-sizing: border-box;
- position: relative;
- top: -5rpx;
- font-size: 30rpx;
- border-radius: 8rpx;
- line-height: 88rpx;
- }
- .yzm{
- display: flex;
- justify-content: space-between;
- }
- .yzm input{
- width: 58%;
- }
- .yzm view{
- width: 40%;
- height: 88rpx;
- color: #D94B24;
- line-height: 88rpx;
- border: 1px solid #D94B24;
- border-radius: 8rpx;
- font-size: 30rpx;
- text-align: center;
- }
- .yzm .disabled{
- color: #999;
- border-color: #999;
- }
- .picker image{
- float: right;
- margin-top: 30rpx;
- }
- button:not([size='mini']){
- background: #D94B24;
- color: #fff;
- width: 100% !important;
- margin-top: 100rpx;
- height: 88rpx;
- line-height: 88rpx;
- padding: 0;
- font-size: 32rpx;
- border-radius: 8rpx;
- }
|