123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- page {
- background: #fff;
- }
- .head {
- background: #f5f5f5 !important;
- color: #666;
- height: 80rpx !important;
- line-height: 80rpx !important;
- }
- .head view {
- font-size: 24rpx;
- }
- .row {
- height: 100rpx;
- line-height: 100rpx;
- text-align: center;
- background: #fff;
- }
- .row view:nth-child(1) {
- width: 50rpx;
- color: #999;
- position: relative;
- }
- .row view:nth-child(2) {
- flex: 1;
- }
- .row view:nth-child(3) {
- flex: 1;
- }
- .row view:nth-child(4) {
- width: 120rpx;
- }
- .row view:nth-child(5) {
- width: 130rpx;
- }
- .row view:nth-child(6) {
- width: 100rpx;
- }
- .part {
- padding: 0 30rpx;
- background: #fff;
- }
- .zblogo {
- position: absolute;
- width: 50rpx;
- height: 50rpx;
- left: 0;
- top: 50%;
- margin-top: -25rpx;
- }
- .actbar {
- position: relative;
- }
- .actbar image {
- width: 32rpx;
- height: 32rpx;
- top: 50%;
- margin-top: -16rpx;
- position: absolute;
- }
- .actbar image:nth-child(1) {
- left: 0;
- }
- .actbar image:nth-child(2) {
- right: 0;
- }
- .foot {
- position: fixed;
- bottom: 0;
- left: 30rpx;
- right: 30rpx;
- height: 150rpx;
- background: #fff;
- }
- .bluebtn {
- width: 50%;
- 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%);
- }
- .empty {
- height: 150rpx;
- }
|