增加表单标题备注样式
This commit is contained in:
parent
ce73e8b95f
commit
cbbfb42380
10
src/App.vue
10
src/App.vue
|
@ -122,6 +122,10 @@ export default {
|
||||||
line-height: 30rpx;
|
line-height: 30rpx;
|
||||||
color: #2d2d2d;
|
color: #2d2d2d;
|
||||||
}
|
}
|
||||||
|
.desc {
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.textarea-item {
|
.textarea-item {
|
||||||
padding: 30rpx;
|
padding: 30rpx;
|
||||||
|
@ -185,9 +189,11 @@ export default {
|
||||||
width: 133.2rpx;
|
width: 133.2rpx;
|
||||||
height: 133.2rpx;
|
height: 133.2rpx;
|
||||||
background: rgba(184, 180, 179, 0);
|
background: rgba(184, 180, 179, 0);
|
||||||
border: 1px solid #999999;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0 25rpx 25rpx 0;
|
margin: 0 25rpx 25rpx 0;
|
||||||
|
border-radius: 25rpx;
|
||||||
|
overflow: hidden;
|
||||||
|
border: 1px solid #f7f7f7;
|
||||||
.image {
|
.image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -199,6 +205,8 @@ export default {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
border-radius: 0;
|
||||||
|
border: 1px solid #999999;
|
||||||
.iconfont {
|
.iconfont {
|
||||||
font-size: 50rpx;
|
font-size: 50rpx;
|
||||||
line-height: 50rpx;
|
line-height: 50rpx;
|
||||||
|
|
Loading…
Reference in New Issue