first commit
This commit is contained in:
132
unpackage/dist/dev/app-plus/static/css/default.css
vendored
Normal file
132
unpackage/dist/dev/app-plus/static/css/default.css
vendored
Normal file
@@ -0,0 +1,132 @@
|
||||
.content{
|
||||
background-color: #fff;
|
||||
height: 100vh;
|
||||
}
|
||||
.cc{
|
||||
}
|
||||
.form-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
/* margin: 20rpx; */
|
||||
/* padding: 16rpx 10rpx; */
|
||||
|
||||
/* padding: 20rpx 40rpx; */
|
||||
|
||||
margin: 0px 40rpx;
|
||||
padding: 20rpx 0px;
|
||||
|
||||
background-color: #fff;
|
||||
border-bottom: 2rpx #f6f6f6 solid;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
input {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.form-item-1 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/* margin: 20rpx;
|
||||
padding: 10rpx; */
|
||||
|
||||
/* padding: 20rpx 40rpx; */
|
||||
|
||||
margin: 0px 40rpx;
|
||||
padding: 20rpx 0px;
|
||||
background-color: #fff;
|
||||
border-bottom: 2rpx #f6f6f6 solid;
|
||||
}
|
||||
|
||||
.left_clred {
|
||||
margin-left: 16rpx;
|
||||
}
|
||||
|
||||
.clred {
|
||||
color: red;
|
||||
width: 16rpx;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.tjsb {
|
||||
padding: 0 20rpx;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.tjsb button {
|
||||
height: 72rpx;
|
||||
background: #1492FF;
|
||||
border-radius: 10rpx;
|
||||
line-height: 72rpx;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
border-radius: 36rpx;
|
||||
}
|
||||
|
||||
.del {
|
||||
/* display: none; */
|
||||
/* border-radius: 50%;
|
||||
position: absolute;
|
||||
top: -10rpx;
|
||||
color: white;
|
||||
right: -6rpx;
|
||||
z-index: 9999;
|
||||
background-color: black;
|
||||
font-size: 14rpx;
|
||||
padding: 4rpx 8rpx;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased; */
|
||||
position: absolute;
|
||||
right: -16rpx;
|
||||
top: -16rpx;
|
||||
width: 36rpx;
|
||||
height: 36rpx;
|
||||
/* background: rgba(0, 0, 0, 0.7); */
|
||||
/* border-radius: 50%; */
|
||||
/* color: white; */
|
||||
/* text-align: center; */
|
||||
/* line-height: 36rpx; */
|
||||
/* font-size: 24rpx; */
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.form-image {
|
||||
margin-top: 20rpx;
|
||||
position: relative;
|
||||
width: 180rpx;
|
||||
height: 180rpx;
|
||||
background-color: #f5f8fd;
|
||||
border-radius: 15rpx;
|
||||
}
|
||||
|
||||
.form-image .ii {
|
||||
width: 48rpx;
|
||||
height: 48rpx;
|
||||
position: relative;
|
||||
top: 64rpx;
|
||||
left: 64rpx;
|
||||
/* border-radius: 50%;
|
||||
background-color: #3B7AFF;
|
||||
padding: 4rpx; */
|
||||
}
|
||||
|
||||
.form-image .iii {
|
||||
|
||||
}
|
||||
|
||||
.form-image .iii img{
|
||||
|
||||
}
|
||||
.layui-textarea{
|
||||
margin-top: 12rpx;
|
||||
}
|
||||
|
||||
.layui-form-text{
|
||||
color: grey;
|
||||
}
|
||||
|
||||
.layui-textarea{
|
||||
padding-left:16rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user