20240517
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user