page { background-color: #EFF0F5; } .storeManage_container view { background-color: white; margin-top: 30rpx; } .storeManage_container .store_pic { width: 100%; height: 200rpx; position: relative; } .store_pic { position: relative; } .store_pic .store_text { color: black; position: absolute; top: 14%; left: 8%; } .store_upload { width: 200rpx; position: absolute; height: 160rpx; border: 1px dashed rgb(143, 142, 142); right: 4%; top: -5%; } .store_upload image { width: 100%; height: 100%; /* background-color: blue; */ } .store_upload .store_plus { position: absolute; font-size: 40rpx; top: 30%; left: 45%; } /* Ming */ .store_name { width: 100%; height: 180rpx; /* background-color: burlywood !important; */ text-align: left; } .store_name .store_name_text { width: 100%; border-bottom: 1px solid rgb(146, 146, 146); padding: 40rpx; } .store_name input { padding: 10rpx; padding-left: 40rpx; } /* 配送 */ .dispatch_fee { display: flex; align-items: center; justify-content: space-between; } .dispatch_fee text { padding: 30rpx; padding-left: 40rpx; } .dispatch_fee span { padding: 30rpx; padding-right: 40rpx; color: red; } /* 配送时长 */ .dispatch_time { display: flex; align-items: center; justify-content: space-between; } .dispatch_time text { padding: 30rpx; padding-left: 40rpx; } .dispatch_time input { padding: 30rpx; color: red; padding-right: 0px; } /* 包装费 */ .package_fee { display: flex; align-items: center; justify-content: space-between; } .package_fee text { padding: 30rpx; padding-left: 40rpx; } .package_fee input { padding: 30rpx; color: red; padding-right: 0px; } /* 营业时间 */ .open_time { display: flex; align-items: center; justify-content: space-between; } .open_time text { padding: 30rpx; padding-left: 40rpx; } .open_time input { padding: 30rpx; color: red; padding-right: 0px; } /* 客服电话 */ .custom_service .custom_service_text { width: 100%; border-bottom: 1px solid rgb(146, 146, 146); padding: 40rpx; } .custom_service input { padding: 10rpx; padding-left: 40rpx; } /* 公告 */ .store_notify { width: 100%; overflow: hidden; } .store_notify text { padding-top: 200rpx; padding-left: 50rpx; font-size: 40rpx; } .store_notify textarea { margin-left: 80rpx; margin-top: 40rpx; border: 1px solid rgb(180, 180, 180); border-radius: 5%; text-indent: 1em; } button{ margin-top: 40rpx; background-color: #55B3F4; width: 600rpx; }