1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- page {
- background: #fff;
- }
- .part {
- background: #fff;
- padding: 0 30rpx;
- margin-bottom: 20rpx;
- }
- .rzrow {
- height: 100rpx;
- line-height: 100rpx;
- position: relative;
- color: #3c3c3c;
- border-bottom: 1rpx solid #e6e6e6;
- }
- .rzrow input {
- width: 100%;
- height: 100%;
- text-align: right;
- }
- .foot {
- height: 150rpx;
- background: #fff;
- text-align: center;
- position: relative;
- }
- .bluebtn {
- position: absolute;
- left: 0;
- right: 0;
- top: 25rpx;
- height: 100rpx;
- background: #30afff;
- color: #fff;
- text-align: center;
- line-height: 100rpx;
- border-radius: 50rpx;
- }
- .rzrow .flex1 {
- text-align: right;
- }
|