33 lines
611 B
Plaintext
33 lines
611 B
Plaintext
|
/* miniprogram/pages/showEdit/showEdit.wxss */
|
||
|
.edit{
|
||
|
border-color: #3f72af;
|
||
|
font-size: 40rpx;
|
||
|
background-color: #dbe2ef;
|
||
|
border-radius: 20rpx;
|
||
|
margin-top: 15rpx;
|
||
|
margin-left: 10rpx;
|
||
|
width: 700rpx;
|
||
|
height: 420rpx;
|
||
|
border-width: 1rpx;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
.icon-group{
|
||
|
width:100%;
|
||
|
border-radius: 3px;
|
||
|
padding-top:2px;
|
||
|
font-size:14px;
|
||
|
background-color:#CC3333;
|
||
|
color:white;
|
||
|
overflow:hidden;
|
||
|
height:45px;
|
||
|
bottom: 0;
|
||
|
position: fixed;
|
||
|
}
|
||
|
|
||
|
.confirmView{
|
||
|
background-color:#3f72af;
|
||
|
color:white;
|
||
|
border-radius: 15rpx;
|
||
|
width: 710rpx;
|
||
|
margin-top: 15rpx;
|
||
|
}
|