1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- page {
- background: #fff;
- }
- .rzrow {
- height: 100rpx;
- line-height: 100rpx;
- position: relative;
- color: #3c3c3c;
- border-bottom: 1rpx solid #e6e6e6;
- padding: 0 30rpx;
- }
- .rzrow input {
- width: 100%;
- height: 100%;
- }
- .navigator-arrow::after {
- right: 5rpx !important;
- }
- .col1 {
- width: 200rpx;
- position: relative;
- }
- .rzrow .flex1 {
- text-align: right;
- }
- .rzrow input {
- width: 100%;
- height: 100%;
- }
- .zblogo {
- position: absolute;
- width: 60rpx;
- height: 60rpx;
- margin-top: -30rpx;
- left: 0;
- top: 50%;
- }
- .bluebtn {
- width: 90%;
- height: 80rpx;
- text-align: center;
- line-height: 80rpx;
- border-radius: 50rpx;
- margin: auto;
- margin-top: 35rpx;
- }
- .del {
- color: #30afff;
- margin-right: 30rpx;
- border: 1rpx solid #30afff;
- }
- .add {
- color: #fff;
- background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
- }
|