123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- page {
- background: #fff;
- }
- .top {
- padding: 30rpx;
- }
- .zbname {
- position: relative;
- }
- .qhzb {
- position: absolute;
- right: 0;
- top: 50%;
- font-size: 22rpx;
- width: 128rpx;
- height: 44rpx;
- line-height: 44rpx;
- text-align: center;
- border: 1rpx solid #2b9dff;
- border-radius: 8rpx;
- color: #2b9dff;
- margin-top: -22rpx;
- }
- .manage {
- height: 80rpx;
- line-height: 80rpx;
- margin-top: 20rpx;
- }
- .manage image {
- width: 80rpx;
- height: 80rpx;
- float: left;
- margin-right: 30rpx;
- border-radius: 50%;
- }
- .part {
- background: #fff;
- margin-bottom: 20rpx;
- }
- .rzrow {
- height: 100rpx;
- line-height: 100rpx;
- position: relative;
- color: #3c3c3c;
- padding: 0 30rpx;
- }
- .rzrow .flex1 {
- text-align: right;
- }
- .rzrow input {
- width: 100%;
- height: 100%;
- }
- .actbar {
- width: 100rpx;
- position: relative;
- }
- .actbar view {
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- right: 0;
- top: 50%;
- margin-top: -20rpx;
- border-radius: 50%;
- border: 1rpx solid #e6e6e6;
- color: #fff;
- text-align: center;
- line-height: 40rpx;
- }
- .actbar.act view {
- background: #2b9dff;
- }
- .titlerow {
- height: 80rpx;
- line-height: 80rpx;
- background: #f8f8f8;
- padding: 0 30rpx;
- }
- .foot {
- position: fixed;
- bottom: 0;
- left: 30rpx;
- right: 30rpx;
- height: 150rpx;
- background: #fff;
- }
- .bluebtn {
- width: 100%;
- height: 80rpx;
- text-align: center;
- line-height: 80rpx;
- border-radius: 50rpx;
- 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;
- }
- .rolec {
- width: 200rpx;
- height: 60rpx;
- text-indent: 20rpx;
- color: #999;
- border-radius: 10rpx;
- border: 1rpx solid #e6e6e6;
- line-height: 60rpx;
- text-align: left;
- float: right;
- margin-top: 20rpx;
- }
|