20240517
This commit is contained in:
@@ -1,178 +0,0 @@
|
||||
@import '@/style/mixin.scss';
|
||||
|
||||
@font-face {
|
||||
font-family: 'PangMenZhengDaobiaoTiTiMianFeiBan';
|
||||
src: url('@/static/font/PangMenZhengDaoBiaoTiTiMianFeiBan.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'MicrosoftYaHei';
|
||||
src: url('@/static/font/msyhbd.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
uni-page-body {
|
||||
height: 100% !important;
|
||||
|
||||
}
|
||||
|
||||
.form_input_box {
|
||||
border: none !important;
|
||||
border-bottom: 2rpx solid #efeef4;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
|
||||
}
|
||||
|
||||
.commonPageBox {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
||||
|
||||
.RightArrowGreenText {
|
||||
width: 28rpx;
|
||||
height: 18rpx;
|
||||
font-family: MicrosoftYaHei;
|
||||
font-weight: 400;
|
||||
font-size: 35rpx;
|
||||
color: #018F89;
|
||||
line-height: 70rpx;
|
||||
}
|
||||
.greenCardBox{
|
||||
width: 100%;
|
||||
// height: 298rpx;
|
||||
background: #EDFCF7;
|
||||
box-shadow: 0rpx 0rpx 6rpx 0rpx rgba(0,82,79,0.2);
|
||||
border-radius: 10rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.commonPage {
|
||||
width: 100%;
|
||||
// background-color: #ffffff;
|
||||
padding: 0 65rpx;
|
||||
min-height: 100vh;
|
||||
|
||||
.boxShadow {
|
||||
box-shadow: 0 0px 10px 1px rgba($color: #000000, $alpha: 0.1);
|
||||
}
|
||||
|
||||
.rightArrow {
|
||||
|
||||
float: right;
|
||||
}
|
||||
|
||||
.sendCode {
|
||||
|
||||
height: 60rpx !important;
|
||||
background-color: #f8f9fb;
|
||||
font-size: 28rpx !important;
|
||||
padding: 0 14rpx !important;
|
||||
color: $themeColor !important;
|
||||
line-height: 60rpx !important;
|
||||
margin-left: 20rpx !important;
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
padding: 10rpx;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
box-sizing: border-box;
|
||||
|
||||
.contentBox {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
view,
|
||||
page,
|
||||
text,
|
||||
button,
|
||||
image,
|
||||
textarea,
|
||||
scroll-view,
|
||||
input {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
image {
|
||||
display: block;
|
||||
}
|
||||
|
||||
button {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #FFFF;
|
||||
}
|
||||
|
||||
button::after {
|
||||
border: none;
|
||||
}
|
||||
|
||||
// 主题背景色
|
||||
.themeBgColor {
|
||||
background-color: $themeColor;
|
||||
}
|
||||
|
||||
// 主题字体色
|
||||
.themeFontColor {
|
||||
color: $themeColor !important;
|
||||
}
|
||||
|
||||
// 中药检索弹出层样式
|
||||
.CNMedicineSearchPopup {
|
||||
.dp_title {
|
||||
font-size: 28rpx;
|
||||
font-weight: 700;
|
||||
padding: 20rpx 20rpx 0;
|
||||
}
|
||||
|
||||
.twoCateList {
|
||||
font-size: 28rpx;
|
||||
margin-top: 20rpx;
|
||||
|
||||
.u-border-bottom {
|
||||
border-bottom-width: 0 !important
|
||||
}
|
||||
|
||||
.u-border-right {
|
||||
border-right-width: 0 !important
|
||||
}
|
||||
|
||||
.grid-text {
|
||||
width: 212rpx;
|
||||
padding: 10rpx;
|
||||
margin-bottom: 10rpx;
|
||||
text-align: center;
|
||||
border: 0.5px solid #dadbde;
|
||||
}
|
||||
|
||||
.cur {
|
||||
color: #087940;
|
||||
border: 0.5px solid #3AB3AE;
|
||||
background: #3AB3AE1c;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.u-grid-list {
|
||||
// border-top: 0.5px solid #dadbde;
|
||||
// border-bottom: 0.5px solid #dadbde;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,17 +9,23 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'MicrosoftYaHei';
|
||||
src: url('@/static/font/msyhbd.ttf') format('truetype');
|
||||
// src: url('@/static/font/msyhbd.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/deep/uni-radio .uni-radio-input {
|
||||
width: 20px !important;
|
||||
height: 20px !important;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.common_radius_box{
|
||||
|
||||
.common_radius_box {
|
||||
width: 100%;
|
||||
padding: 20rpx;
|
||||
box-sizing: border-box;
|
||||
@@ -27,27 +33,33 @@
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
.goods_nav_box{
|
||||
|
||||
box-shadow: 0 4rpx 48rpx 0 rgba(0,0,0,.15);
|
||||
.goods_nav_box {
|
||||
|
||||
box-shadow: 0 4rpx 48rpx 0 rgba(0, 0, 0, .15);
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.common_divider{
|
||||
padding:10rpx 20rpx;
|
||||
.u-divider{
|
||||
|
||||
.common_divider {
|
||||
padding: 10rpx 20rpx;
|
||||
|
||||
.u-divider {
|
||||
margin: 0 !important;
|
||||
}
|
||||
}
|
||||
.flex_box{
|
||||
|
||||
.flex_box {
|
||||
display: flex;
|
||||
|
||||
|
||||
}
|
||||
.align-items_box{
|
||||
|
||||
.align-items_box {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/deep/uni-page-body {
|
||||
height: 100% !important;
|
||||
|
||||
@@ -56,16 +68,19 @@
|
||||
.aui-text-danger {
|
||||
color: red;
|
||||
}
|
||||
.common_red_button{
|
||||
background-color: rgb(235, 10, 10);
|
||||
|
||||
.common_red_button {
|
||||
background-color: rgb(235, 10, 10);
|
||||
color: #fff;
|
||||
}
|
||||
.common_grey_button{
|
||||
background-color: #8b8d8d;
|
||||
|
||||
.common_grey_button {
|
||||
background-color: #8b8d8d;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.aui-text-success {
|
||||
|
||||
|
||||
// font-weight: 600;
|
||||
}
|
||||
|
||||
@@ -81,7 +96,7 @@
|
||||
|
||||
font-weight: normal;
|
||||
font-size: 18px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.color_shandow {
|
||||
@@ -172,7 +187,8 @@
|
||||
height: 100%;
|
||||
padding: 0 !important;
|
||||
overflow: auto;
|
||||
background-color: #d8f8e4 !important;
|
||||
background-color: #d8f8e4 !important;
|
||||
|
||||
.componentPage {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -184,7 +200,7 @@ background-color: #d8f8e4 !important;
|
||||
width: 28rpx;
|
||||
height: 18rpx;
|
||||
font-family: MicrosoftYaHei;
|
||||
font-weight: 400;
|
||||
font-weight: 600;
|
||||
font-size: 35rpx;
|
||||
color: #018F89;
|
||||
line-height: 70rpx;
|
||||
|
||||
@@ -287,7 +287,7 @@
|
||||
button {
|
||||
flex: 1;
|
||||
height: 88upx;
|
||||
background-color: #f0f0f0;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 8upx;
|
||||
line-height: 88upx;
|
||||
font-size: 34upx;
|
||||
|
||||
Reference in New Issue
Block a user