|
@@ -0,0 +1,311 @@
|
|
|
+/* pages/admin/admin.wxss */
|
|
|
+.userinfo {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ color: #aaa;
|
|
|
+}
|
|
|
+
|
|
|
+.userinfo-avatar {
|
|
|
+ overflow: hidden;
|
|
|
+ width: 128rpx;
|
|
|
+ height: 128rpx;
|
|
|
+ margin: 20rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
+
|
|
|
+.usermotto {
|
|
|
+ margin-top: 200px;
|
|
|
+}
|
|
|
+
|
|
|
+.logo-container {
|
|
|
+ width : 690rpx;
|
|
|
+ margin : 30rpx auto;
|
|
|
+ background-color: #fff;
|
|
|
+ display : flex;
|
|
|
+ flex-direction : column;
|
|
|
+ align-items : center;
|
|
|
+ padding : 40rpx 0;
|
|
|
+ box-sizing : border-box;
|
|
|
+ margin-bottom : 30rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.logo-img {
|
|
|
+ width : 220rpx;
|
|
|
+ height: 100rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.logo-txt {
|
|
|
+ color : #596c8e;
|
|
|
+ font-size: 28rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.version-container {
|
|
|
+ display : flex;
|
|
|
+ margin-top: 15rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.container {
|
|
|
+ display : flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items : center;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.num {
|
|
|
+ color: #fc6517;
|
|
|
+ font-size: 42rpx;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.text {
|
|
|
+ height: 30rpx;
|
|
|
+ font-size: 22rpx;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(102, 102, 102, 1);
|
|
|
+ line-height: 30rpx;
|
|
|
+ margin-top: 9rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.grid-item {
|
|
|
+ height: 200rpx;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+.content-name {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(69, 82, 107, 1);
|
|
|
+ line-height: 20px;
|
|
|
+ margin-left: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.icon-container{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center
|
|
|
+}
|
|
|
+
|
|
|
+.city{
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #333;
|
|
|
+ margin-right: 10rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.aa{
|
|
|
+ margin-top: 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.bb{
|
|
|
+ width: 500rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.header{
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.content {
|
|
|
+ /* height: 400rpx; */
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.tab-content {
|
|
|
+ min-height: 140rpx;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: rgba(140, 152, 174, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.toggle-button {
|
|
|
+ position: absolute !important;
|
|
|
+ top: -80rpx;
|
|
|
+ right: 20rpx;
|
|
|
+ min-width: 72rpx !important;
|
|
|
+ padding: 0 !important;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ border-radius: 50% !important;
|
|
|
+ background: transparent !important;
|
|
|
+}
|
|
|
+
|
|
|
+.swipeable-header {
|
|
|
+ margin: 0 auto;
|
|
|
+ width: 327rpx !important;
|
|
|
+ border: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.swipeable-class-inactive {
|
|
|
+ border-width: 8rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.swipeable-class-active {
|
|
|
+ font-weight: 900 !important;
|
|
|
+ font-size: 34rpx !important;
|
|
|
+ border-width: 6rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.line-tabs {
|
|
|
+ background: rgba(90, 120, 158, 1) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.tab-image {
|
|
|
+ width: 44rpx !important;
|
|
|
+ height: 44rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.line-class {
|
|
|
+ width: 30rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.card {
|
|
|
+ margin: 10rpx auto !important;
|
|
|
+}
|
|
|
+
|
|
|
+.right-card {
|
|
|
+ height: 250rpx !important;
|
|
|
+ width: 250rpx !important;
|
|
|
+ border-radius: 12rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.card-dot {
|
|
|
+ width: 18rpx;
|
|
|
+ height: 18rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ border: 6rpx solid #3963bc;
|
|
|
+ margin-left: 26rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.card-top {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+ width: 750rpx;
|
|
|
+ height: 100rpx;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.contentcard-name {
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: PingFangSC-Regular;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(69, 82, 107, 1);
|
|
|
+ line-height: 20px;
|
|
|
+ margin-left: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.contentcard {
|
|
|
+ margin:5rpx 0rpx 0rpx 0rpx;
|
|
|
+ color: #666;
|
|
|
+ font-size: 25rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 5;
|
|
|
+}
|
|
|
+
|
|
|
+.avter-contentcard {
|
|
|
+ margin-top: 10rpx;
|
|
|
+ color: #333;
|
|
|
+ font-size: 26rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 5;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.super-long-test{
|
|
|
+ display: -webkit-box;
|
|
|
+ word-break: break-all;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ font-size: 30rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp:2;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.empty-icon{
|
|
|
+ width: 30rpx;
|
|
|
+ height: 30rpx;
|
|
|
+ background-color:rgb(252, 248, 248);
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.containertag{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: flex-end;
|
|
|
+ flex-wrap: wrap;
|
|
|
+}
|
|
|
+
|
|
|
+.btn{
|
|
|
+ margin-bottom: 5rpx;
|
|
|
+}
|
|
|
+.describe{
|
|
|
+ color: #f4f4f5;
|
|
|
+ font-size: 28rpx;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.fanli{
|
|
|
+ position: absolute;
|
|
|
+ right: 10rpx;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.l-tag {
|
|
|
+ padding: 0 16rpx;
|
|
|
+
|
|
|
+ display: inline-flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ flex-direction: row;
|
|
|
+ color: #fff;
|
|
|
+ background-color: #3963bc;
|
|
|
+ margin-left: 15rpx;
|
|
|
+}
|
|
|
+.tag{
|
|
|
+ margin: 6rpx 15rpx 6rpx 0 !important;
|
|
|
+}
|
|
|
+.price-container{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+ margin-left: 10rpx;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.price{
|
|
|
+ color:#d81e06;
|
|
|
+ font-size: 30rpx;
|
|
|
+
|
|
|
+
|
|
|
+ position: absolute;
|
|
|
+
|
|
|
+}
|
|
|
+.yprice{
|
|
|
+ position: absolute;
|
|
|
+ right: 30rpx;
|
|
|
+ color: #999;
|
|
|
+ font-size: 25rpx;
|
|
|
+ text-decoration:line-through;
|
|
|
+
|
|
|
+
|
|
|
+}
|
|
|
+.price-v{
|
|
|
+ margin:5rpx 0rpx 10rpx 0rpx;
|
|
|
+}
|