You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
608 B
49 lines
608 B
/* pages/agent/edit/index.wxss */
|
|
.margin-top {
|
|
margin-top: 18rpx;
|
|
}
|
|
|
|
.grid{
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.cate-list {
|
|
margin: 24rpx 30rpx;
|
|
border: 1rpx solid #f3f3f3;
|
|
}
|
|
|
|
.cate-header {
|
|
min-height: 80rpx;
|
|
background-color: #f3f3f3;
|
|
padding: 0rpx 30rpx;
|
|
}
|
|
|
|
.cate-paper {
|
|
height: 100rpx;
|
|
border-bottom: 1rpx solid #f3f3f3;
|
|
}
|
|
|
|
.textarea{
|
|
width:100%;
|
|
height:80px;
|
|
padding:0px 30rpx;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.bg-blue{
|
|
color: #FFFFFF;
|
|
background-color: #008AFF;
|
|
}
|
|
|
|
.dialog-input {
|
|
padding:0rpx 16rpx;
|
|
border:1rpx solid #eee;
|
|
height:80rpx;
|
|
margin:64rpx
|
|
}
|
|
|
|
.round{
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
}
|