policyManage.wxss 2.0 KB
/* pages/indexs/policy_manage/policy_manage.wxss */

page {
  padding: 0 0 100rpx 0;
  background-color: #f7f7f7;
}

.user_name {
  font-size: 32rpx;
  font-weight: bold;
  color: #000;
}
.item_title_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15rpx 30rpx;
}
.item {
  margin: 16rpx 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25rpx;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-size: 32rpx;
}

.bottom_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.bottom_btn {
  width: 335rpx;
  height: 80rpx;
  background: rgba(255, 255, 255, 1);
  border: 1rpx solid rgba(2, 134, 255, 1);
  border-radius: 40rpx;
  font-size: 28rpx;
  color: #0286FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_btn_active{
  background: #0286FF;
  color: #fff;
  margin-left: 16rpx;
}
.item_cell {
  padding: 16rpx 26rpx;
  border-radius: 36rpx;
  border: 1rpx solid #0286ff;
  display: flex;
  align-items: center;
  color: #0286ff;
  font-size: 28rpx;
}

.item_cell1 {
  padding: 16rpx 10rpx;
  border-radius: 5rpx;
  display: flex;
  align-items: center;
  color: #999;
  font-size: 28rpx;
}

.item_cell .iconfont {
  font-size: 24rpx;
}

.icon-shanchu {
  font-size: 25rpx;
  margin-right: 5rpx;
}

.icon-bianji1 {
  font-size: 25rpx;
  margin-right: 5rpx;
}
.icon-tianjia{
  margin-right: 20rpx;
}
.state_box {
  border-radius: 5rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item_box {
  margin: 16rpx 0 0 0;
  background-color: #fff;
}

.item_top {
  margin: 0;
  border-bottom: 1rpx solid #ebebeb;
}

.item_box .item_top:last-child {
  border: none;
}

.list_box {
  font-size: 30rpx;
  width: 69%;
}

.list_box view {
  width: 100%;
}

.list_num {
  font-size: 28rpx;
  color: #0286ff;
  text-decoration: underline;
}

.list_info {
  margin-top: 20rpx;
}