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.
66 lines
1.1 KiB
66 lines
1.1 KiB
/* pages/goods/create/index.wxss */
|
|
.margin-top {
|
|
margin-top: 18rpx;
|
|
}
|
|
|
|
.cate-list {
|
|
margin: 24rpx 30rpx;
|
|
border: 1rpx solid #dcdcdc;
|
|
}
|
|
|
|
.cate-header {
|
|
min-height: 80rpx;
|
|
background-color: #dcdcdc;
|
|
padding: 0rpx 30rpx;
|
|
}
|
|
|
|
.cate-paper {
|
|
height: 100rpx;
|
|
border-bottom: 1rpx solid #dcdcdc;
|
|
}
|
|
|
|
.cate-input {
|
|
font-size: 30rpx;
|
|
text-align: right;
|
|
}
|
|
|
|
.cate-index {
|
|
width: 16px;
|
|
height: 16px;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
text-align: center;
|
|
border-radius: 16px;
|
|
border: 1px solid #666666;
|
|
margin-left: 8px
|
|
}
|
|
|
|
.flex-column {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.textarea{
|
|
width:100%;
|
|
height:80px;
|
|
padding:0px 30rpx;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.bg-blue{
|
|
color: #FFFFFF;
|
|
background-color: #008AFF;
|
|
}
|
|
|
|
.offer-btn {
|
|
width: 250rpx;
|
|
height: 90rpx;
|
|
background: linear-gradient(312deg, rgba(38, 125, 214, 1) 0%, rgba(0, 138, 255, 1) 100%);
|
|
box-shadow: 0px 10px 13px -8px rgba(35, 126, 217, 0.53);
|
|
border-radius: 23px;
|
|
color: white;
|
|
font-size: 32rpx;
|
|
margin-left: 32rpx;
|
|
}
|