优化表单样式
This commit is contained in:
parent
8b6ac146da
commit
9d5ab5c09d
24
src/App.vue
24
src/App.vue
|
@ -160,43 +160,43 @@ export default {
|
||||||
.widget-item {
|
.widget-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 2rpx;
|
margin-top: 2rpx;
|
||||||
padding: 0 30rpx;
|
padding: 44rpx 30rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
line-height: 44rpx;
|
||||||
|
.picker,
|
||||||
.title {
|
.title {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
line-height: 100%;
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.title {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
color: #2d2d2d;
|
color: #2d2d2d;
|
||||||
padding: 44rpx 65rpx;
|
padding: 44rpx 0 44rpx 100rpx;
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
.picker {
|
.picker {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
position: absolute;
|
|
||||||
top: 44rpx;
|
|
||||||
left: 30rpx;
|
|
||||||
color: #8194f2;
|
color: #8194f2;
|
||||||
}
|
}
|
||||||
.more {
|
.more {
|
||||||
position: absolute;
|
|
||||||
right: 30rpx;
|
|
||||||
top: 40rpx;
|
|
||||||
color: #a7a7a7;
|
color: #a7a7a7;
|
||||||
font-size: 37rpx;
|
font-size: 37rpx;
|
||||||
}
|
}
|
||||||
.iconfont.icon-dingwei {
|
.iconfont.icon-dingwei {
|
||||||
font-size: 44rpx;
|
font-size: 44rpx;
|
||||||
top: 38rpx;
|
|
||||||
}
|
}
|
||||||
.iconfont.icon-shijian {
|
.iconfont.icon-shijian {
|
||||||
font-size: 40rpx;
|
font-size: 40rpx;
|
||||||
top: 38rpx;
|
|
||||||
}
|
}
|
||||||
.iconfont.icon-jinru {
|
.iconfont.icon-jinru {
|
||||||
font-size: 37rpx;
|
font-size: 37rpx;
|
||||||
|
|
Loading…
Reference in New Issue