长沙建站网站模板,网页制作员是做什么的,wordpress交友模板,怎样用网站做单笔外贸在小程序给官方button增加自定义样式的时候#xff0c;需要注意隐藏button的border。 我用的less#xff0c;加上一行代码就可以解决。
:after {border: none;
}例如下图自定义样式的代码是
.login-btn {background: #ecb810;color: #2e2f2e;display: flex;align-ite…在小程序给官方button增加自定义样式的时候需要注意隐藏button的border。 我用的less加上一行代码就可以解决。
:after {border: none;
}例如下图自定义样式的代码是
.login-btn {background: #ecb810;color: #2e2f2e;display: flex;align-items: center;justify-content: center;padding: 10px;border-radius: 25px;font-weight: bold;height: 45px;:after {border: none;}
}