123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355 |
- /* pages/addtogood/addtogood.wxss */
- page {
- background-color: #F7F7F7;
- padding-bottom: 158rpx;
- }
- /* 身体 */
- .body {
- width: 93%;
- margin: 0 auto;
- }
- .group {
- margin-top: 40rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .group-title p:first-child {
- color: #FF4C1A;
- font-size: 32rpx;
- }
- .group-title p:last-child {
- color: #656565;
- font-size: 32rpx;
- font-weight: 600;
- }
- .group input {
- height: 92rpx;
- width: 92%;
- color: #656565;
- font-size: 28rpx;
- border-radius: 20rpx;
- }
- .group-content {
- width: 100%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- background-color: white;
- border-radius: 20rpx;
- margin-top: 24rpx;
- }
- .jieshao-area {
- width: 93%;
- height: 170rpx;
- padding-top: 26rpx;
- }
- .leng {
- width: 93%;
- display: flex;
- flex-direction: row-reverse;
- color: #989898;
- font-size: 24rpx;
- }
- /* 上传 */
- .upload {
- display: flex;
- flex-wrap: wrap;
- padding: 40rpx 0;
- }
- .upload-item {
- background-color: #FFFFFF;
- border-radius: 20rpx;
- position: relative;
- }
- .del-icon {
- position: absolute;
- width: 44rpx;
- height: 44rpx;
- top: 0rpx;
- right: 0rpx;
- }
- .column3 {
- height: 216rpx;
- width: calc((100% - 4 * 16rpx) / 3);
- margin-bottom: 32rpx;
- }
- .column3:not(:nth-child(3n+1)) {
- margin-left: 32rpx;
- }
- .upload-box {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 210rpx;
- }
- .upload-button {
- width: 146rpx;
- height: 140rpx;
- background-color: #FFFFFF;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .upload-box text {
- color: #656565;
- font-size: 28rpx;
- font-weight: 600;
- }
- .upload-text {
- width: 140rpx;
- text-align: center;
- margin-top: 16rpx;
- }
- /* 卡片 */
- .card {
- background-color: #fff;
- border-radius: 20rpx;
- padding-top: 40rpx;
- padding-bottom: 58rpx;
- padding-left: 34rpx;
- padding-right: 30rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- }
- .card-row {
- display: flex;
- align-items: center;
- position: relative;
- justify-content: space-between;
- }
- .card-row:not(:nth-child(1)) {
- margin-top: 68rpx;
- }
- .left {
- color: #656565;
- font-size: 32rpx;
- font-weight: bold;
- }
- .right {
- color: #989898;
- font-size: 28rpx;
- font-weight: 400;
- }
- /* 底部 */
- .foot {
- width: 100%;
- bottom: 0;
- height: 158rpx;
- background-color: white;
- position: fixed;
- box-shadow: 0px -2px 28px -12px #00000030;
- display: flex;
- justify-content: center;
- z-index: 9;
- }
- .foot button {
- width: 622rpx;
- height: 74rpx;
- background-color: #FF874E;
- color: white;
- border-radius: 37rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 22rpx;
- font-size: 28rpx;
- font-weight: 600;
- }
- /* 阶梯价 */
- .popup {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- }
- .popu-title {
- height: 100rpx;
- color: #656565;
- font-size: 32rpx;
- display: flex;
- align-items: center;
- }
- .popu-body {}
- .tag-body {
- width: 688rpx;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- .tag-b-info {
- height: 62rpx;
- font-size: 32rpx;
- margin-left: 36rpx;
- margin-top: 28rpx;
- display: flex;
- justify-content: center;
- background-color: #EFEFEF;
- border-radius: 50rpx;
- font-weight: 400;
- padding: 0 10rpx;
- }
- .tag-b-con {
- height: 62rpx;
- overflow: hidden;
- line-height: 62rpx;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .popu-info {
- width: 85%;
- height: 92rpx;
- display: flex;
- align-items: center;
- margin-top: 30rpx;
- justify-content: center;
- }
- .popu-num {
- width: 240rpx;
- height: 92rpx;
- background-color: #F4F4F4;
- border-radius: 20rpx;
- margin-left: 18rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .popu-num>input {
- width: 160rpx;
- height: 100%;
- }
- .popu-price>input {
- width: 160rpx;
- height: 100%;
- }
- .popu-price {
- width: 240rpx;
- margin-left: 20rpx;
- height: 92rpx;
- background-color: #F4F4F4;
- border-radius: 20rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .popu-info>image:first-child {
- width: 36rpx;
- height: 24rpx;
- }
- .popu-info>image:last-child {
- width: 32rpx;
- height: 32rpx;
- margin-left: 30rpx;
- }
- .addladder {
- width: 500rpx;
- height: 60rpx;
- margin-top: 30rpx;
- }
- .addladder>button {
- width: 194rpx;
- margin-left: 2rpx;
- height: 54rpx;
- border: 1px solid #FF874E;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #FF874E;
- font-size: 24rpx;
- border-radius: 36rpx;
- }
- .addladder>button>image {
- height: 24rpx;
- width: 24rpx;
- margin-right: 8rpx;
- }
- .foot-ok {
- position: absolute;
- bottom: 0;
- }
- .foot-menu {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 92rpx;
- }
- .foot-menu-left {
- display: flex;
- align-items: center;
- }
- .foot-menu-left text {
- margin-left: 20rpx;
- color: #989898;
- font-size: 28rpx;
- font-weight: 500;
- }
- .foot-menu-right {
- width: 194rpx;
- height: 56rpx;
- background-color: #FFFFFF;
- border-radius: 36rpx;
- border: 1px solid #FF874E;
- color: #FF874E;
- font-size: 24rpx;
- font-weight: 500;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .foot-ok>button {
- width: 688rpx;
- height: 74rpx;
- background-color: #FF874E;
- color: white;
- border-radius: 37rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- font-weight: 600;
- }
|