You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
260 lines
4.8 KiB
260 lines
4.8 KiB
@charset "UTF-8";
|
|
/**
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|
*/
|
|
.uni-forms-item__content {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.u-tag__text {
|
|
font-size: 22rpx;
|
|
padding: 0 10rpx;
|
|
}
|
|
page,
|
|
.page1 {
|
|
font-size: 28rpx;
|
|
}
|
|
.IndexContent {
|
|
/*距离顶部范围应该在88-95范围内*/
|
|
padding-top: 160rpx;
|
|
top: 25px;
|
|
}
|
|
.IndexContent .contentPadding {
|
|
padding: 28rpx 20rpx;
|
|
background-color: #fff;
|
|
color: #909399;
|
|
}
|
|
.IndexContent .contentPadding .title {
|
|
padding-left: 20rpx;
|
|
font-size: 32rpx;
|
|
color: #303133;
|
|
margin-bottom: 26rpx;
|
|
line-height: 66rpx;
|
|
}
|
|
.IndexContent .contentPadding .title image {
|
|
display: inline-block;
|
|
width: 40rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.IndexContent .contentPadding .title .btn {
|
|
text-align: right;
|
|
width: 24%;
|
|
float: right;
|
|
font-size: 26rpx;
|
|
color: #5fd9ee;
|
|
}
|
|
.IndexContent .contentPadding .grid-text {
|
|
font-size: 28rpx;
|
|
margin-bottom: 26rpx;
|
|
}
|
|
.popup-content {
|
|
width: 450rpx;
|
|
height: 1400rpx;
|
|
padding: 86rpx 0;
|
|
overflow: scroll;
|
|
}
|
|
.content-avatar {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 25rpx 15rpx;
|
|
}
|
|
.shop-name {
|
|
margin-left: 15rpx;
|
|
}
|
|
.title-dianpu {
|
|
margin-top: 14rpx;
|
|
border-bottom: 1px solid #fff;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.title-btn-d {
|
|
height: auto;
|
|
display: flex;
|
|
}
|
|
.dianpu-img {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
float: left;
|
|
margin-left: 20rpx;
|
|
}
|
|
.dianpu-text {
|
|
font-size: 40rpx;
|
|
height: 60rpx;
|
|
line-height: 65rpx;
|
|
padding-left: 20rpx;
|
|
}
|
|
.title-btn-sbtn {
|
|
flex: 1;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 24rpx;
|
|
}
|
|
.title-btn-sbtn:hover {
|
|
color: #B22222;
|
|
}
|
|
.title-btn-sbtn:nth-child(1),
|
|
.title-btn-sbtn:nth-child(2) {
|
|
border-right: 1px solid #fff;
|
|
}
|
|
.red-circle {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
font-size: 22rpx;
|
|
border-radius: 50%;
|
|
background: red;
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
.u-cell__body {
|
|
padding-left: 0 !important;
|
|
}
|
|
.u-cell__body__content {
|
|
padding-left: 10rpx;
|
|
}
|
|
.u-grid-item {
|
|
width: 30% !important;
|
|
height: 160rpx;
|
|
background-image: linear-gradient(#84C1FF, #C4E1FF) !important;
|
|
margin-left: 3%;
|
|
border-radius: 30rpx;
|
|
margin-top: 20rpx !important;
|
|
color: #fff !important;
|
|
}
|
|
.status-bar {
|
|
height: 42px !important;
|
|
}
|
|
.u-icon {
|
|
padding: 0 0 0 8px !important;
|
|
}
|
|
.cmd-nav-bar {
|
|
height: 90rpx !important;
|
|
}
|
|
.uni-popup__wrapper {
|
|
background: rgba(255, 255, 255, 0) !important;
|
|
}
|
|
.publicize-content {
|
|
width: 600rpx;
|
|
height: 700rpx;
|
|
}
|
|
.publicize-content ._img {
|
|
width: 600rpx;
|
|
height: 600rpx;
|
|
border-radius: 50px;
|
|
}
|
|
.pop-close {
|
|
border: 1px solid #eee;
|
|
color: #eee;
|
|
border-radius: 50%;
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
text-align: center;
|
|
margin: 40rpx auto;
|
|
}
|
|
.border-line {
|
|
width: 100%;
|
|
height: 15rpx;
|
|
background: #eee;
|
|
}
|
|
.uni-tooltip-popup {
|
|
width: 180rpx;
|
|
}
|
|
.waimai {
|
|
position: fixed;
|
|
bottom: 0;
|
|
background: url(https://jewel-shop.oss-cn-beijing.aliyuncs.com/cda1b75affd349118081f3880f815a0f.jpg) no-repeat;
|
|
background-size: 100%;
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
margin: 0 auto 10rpx;
|
|
z-index: 999;
|
|
}
|
|
.title-img {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.floatRight {
|
|
float: right;
|
|
padding: 14rpx;
|
|
color: #5fd9ee;
|
|
font-size: 26rpx;
|
|
}
|
|
.title-four {
|
|
width: 23% !important;
|
|
height: 160rpx;
|
|
background-image: linear-gradient(#1AFD9C, #7AFEC6) !important;
|
|
margin-left: 2%;
|
|
border-radius: 30rpx;
|
|
margin-top: 20rpx !important;
|
|
color: #fff !important;
|
|
}
|
|
.title-four1 {
|
|
width: 23% !important;
|
|
height: 160rpx;
|
|
background-image: linear-gradient(#84C1FF, #C4E1FF) !important;
|
|
margin-left: 2%;
|
|
border-radius: 30rpx;
|
|
margin-top: 20rpx !important;
|
|
color: #fff !important;
|
|
}
|
|
.u-notice-bar {
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.tan-lirun {
|
|
margin-top: 20rpx;
|
|
width: 45%;
|
|
height: 120rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
float: left;
|
|
background-image: linear-gradient(#84C1FF, #C4E1FF) !important;
|
|
color: #fff;
|
|
border-radius: 10px;
|
|
}
|
|
.u-count-num {
|
|
color: #FFF !important;
|
|
}
|
|
.kongbai {
|
|
width: 100%;
|
|
height: 400rpx;
|
|
}
|
|
@media screen and (min-width: 760px) {
|
|
.u-count-num {
|
|
font-size: 30px !important;
|
|
color: #FFF !important;
|
|
}
|
|
.popup-content {
|
|
width: 450rpx;
|
|
height: 1400rpx;
|
|
padding: 86rpx 0;
|
|
overflow: scroll;
|
|
}
|
|
.publicize-content {
|
|
width: 500rpx;
|
|
height: 600rpx;
|
|
}
|
|
.publicize-content ._img {
|
|
width: 500rpx;
|
|
height: 500rpx;
|
|
border-radius: 50px;
|
|
}
|
|
}
|
|
.uni-popup {
|
|
height: 100% !important;
|
|
z-index: 10075 !important;
|
|
}
|
|
.u-cell__body {
|
|
height: 100rpx;
|
|
}
|
|
|
|
|