@@ -369,29 +369,33 @@ function handleConfirmSendEmail(){
padding-top: 30px;
.top-box{
padding: 0 15px;
- height: 64px;
- .left-user-box{
- li{
- width: 40px;
- height: 40px;
- line-height: 40px;
- border-width: 2px;
- }
- li:nth-child(2){
- margin-left: -10px;
- li:nth-child(3){
- li:nth-child(4){
- li:nth-child(5){
+ min-height: 64px;
+ .left-variety-box{
+ padding-right: 5px;
+ margin-right: 5px;
+ &::after{
+ width: 2px;
+ height: 20px;
}
- .num{
+ li{
+ padding: 4px 10px;
+ border-radius: 40px;
+ margin-bottom: 10px;
+ .icon{
+ width: 18px;
+ height: 18px;
+ margin-left: 3px;
+ }
+
+ .van-search{
+ width: 200px;
+ .add-icon{
+ width: 35px;
+ height: 35px;
+ margin-left: 10px;
.list-wrap{
@@ -404,5 +408,11 @@ function handleConfirmSendEmail(){
margin: 10px auto;
+ .search-wrap{
+ .head-box{
+ line-height: 50px;
+ font-size: 18px;
</style>