提交 b5aa8b7d 编写于 作者: H hdx

uni.css: 调整 rpx 为 px,合并 uni-uvue.css

上级 f9c4b900
.uni-icon {
width: 14px;
height: 14px;
}
.uni-container {
padding: 15px;
background-color: #f8f8f8;
}
.uni-header-logo {
/* #ifdef H5 */
display: flex;
/* #endif */
padding: 15px 15px;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 10rpx;
}
.uni-header-image {
width: 80px;
height: 80px;
}
.uni-text-box {
margin-bottom: 20px;
}
.hello-text {
color: #7A7E83;
font-size: 14px;
line-height: 20px;
}
.uni-panel {
margin-bottom: 12px;
}
.text-disabled {
color: #a0a0a0;
}
.uni-panel-h {
/* #ifdef H5 */
display: flex;
/* #endif */
background-color: #ffffff;
flex-direction: row !important;
justify-content: space-between !important;
align-items: center !important;
padding: 12px;
}
/*
.uni-panel-h:active {
background-color: #f8f8f8;
}
*/
.uni-panel-h-on {
background-color: #f0f0f0;
}
.uni-panel-text {
color: #000000;
font-size: 14px;
font-weight: normal;
}
.uni-navigate-item {
/* #ifdef H5 */
display: flex;
/* #endif */
flex-direction: row;
align-items: center;
background-color: #FFFFFF;
border-top-style: solid;
border-top-color: #f0f0f0;
border-top-width: 1px;
padding: 12px;
justify-content: space-between;
/* #ifdef H5 */
/* cursor: pointer; */
/* #endif */
}
.uni-navigate-item:active {
background-color: #f8f8f8;
}
.is--active {
background-color: #f8f8f8;
}
.uni-navigate-text {
color: #000000;
font-size: 14px;
font-weight: normal;
}
.uni-padding-wrap {
padding: 0 30rpx;
padding: 0 15px;
}
.uni-title {
padding: 20rpx 0;
padding: 10px 0;
}
.uni-title-text {
font-size: 30rpx;
font-size: 15px;
font-weight: bold;
}
.uni-subtitle-text {
margin-top: 10rpx;
font-size: 24rpx;
color: #888;
font-size: 12px;
font-weight: bold;
margin-top: 5px;
}
.uni-common-mb {
margin-bottom: 30rpx;
margin-bottom: 15px;
}
.uni-common-pb {
padding-bottom: 30rpx;
padding-bottom: 15px;
}
.uni-common-pl {
padding-left: 30rpx;
padding-left: 15px;
}
.uni-common-mt {
margin-top: 30rpx;
margin-top: 15px;
}
.uni-hello-text {
......@@ -68,11 +68,11 @@
}
.uni-list-cell-pd {
padding: 22rpx 30rpx 22rpx 0;
padding: 11px 15px 11px 0;
}
.uni-list-cell-left {
padding: 0 30rpx 0 20rpx;
padding: 0 15px 0 10px;
}
.uni-list-cell-db,
......@@ -81,14 +81,14 @@
}
.uni-label {
width: 210rpx;
width: 105px;
}
.uni-input {
height: 50rpx;
padding: 15rpx 25rpx;
height: 25px;
padding: 8px 13px;
/* line-height: 50rpx; */
font-size: 28rpx;
font-size: 14px;
background: #FFF;
flex: 1;
box-sizing: content-box;
......@@ -126,16 +126,16 @@
}
.uni-btn-v {
padding: 10rpx 0;
padding: 5px 0;
}
.uni-btn {
margin-top: 20rpx;
margin-top: 10px;
}
.uni-link {
color: #576B95;
font-size: 26rpx;
font-size: 13px;
}
.uni-center {
......@@ -144,7 +144,115 @@
}
.uni-textarea {
padding: 18rpx;
padding: 9px;
line-height: 1.6;
font-size: 28rpx;
}
font-size: 14px;
}
.uni-icon {
width: 14px;
height: 14px;
}
.uni-container {
padding: 15px;
background-color: #f8f8f8;
}
.uni-header-logo {
/* #ifdef H5 */
display: flex;
/* #endif */
padding: 15px 15px;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 5px;
}
.uni-header-image {
width: 80px;
height: 80px;
}
.uni-text-box {
margin-bottom: 20px;
}
.hello-text {
color: #7A7E83;
font-size: 14px;
line-height: 20px;
}
.uni-panel {
margin-bottom: 12px;
}
.text-disabled {
color: #a0a0a0;
}
/* --tab-bar-begin-- */
.uni-panel-h {
/* #ifdef H5 */
display: flex;
/* #endif */
background-color: #ffffff;
flex-direction: row !important;
justify-content: space-between !important;
align-items: center !important;
padding: 12px;
}
/*
.uni-panel-h:active {
background-color: #f8f8f8;
}
*/
.uni-panel-h-on {
background-color: #f0f0f0;
}
.uni-panel-text {
color: #000000;
font-size: 14px;
font-weight: normal;
}
.uni-navigate-item {
/* #ifdef H5 */
display: flex;
/* #endif */
flex-direction: row;
align-items: center;
background-color: #FFFFFF;
border-top-style: solid;
border-top-color: #f0f0f0;
border-top-width: 1px;
padding: 12px;
justify-content: space-between;
/* #ifdef H5 */
/* cursor: pointer; */
/* #endif */
}
.uni-navigate-item:active {
background-color: #f8f8f8;
}
.is--active {
background-color: #f8f8f8;
}
.uni-navigate-text {
color: #000000;
font-size: 14px;
font-weight: normal;
}
/* --tab-bar-eng-- */
......@@ -114,6 +114,3 @@
}
}
</script>
<style>
@import '@/common/uni-uvue.css';
</style>
......@@ -543,8 +543,6 @@
</script>
<style>
@import '../../common/uni-uvue.css';
.item {
margin-bottom: 12px;
}
......
......@@ -375,8 +375,6 @@
</script>
<style>
@import '../../common/uni-uvue.css';
.item {
margin-bottom: 12px;
}
......
......@@ -321,8 +321,6 @@
</script>
<style>
@import "../../common/uni-uvue.css";
.item {
margin-bottom: 12px;
}
......
......@@ -239,7 +239,3 @@
},
}
</script>
<style>
@import '../../common/uni-uvue.css';
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册