123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- /* 抖音音乐渠道订购页面 */
- @import "../../../public/scss/reset.scss";
- body {
- color: white;
- min-height: 12.5rem;
- background: url(../images/music/bg-bottom.png) no-repeat #2c1854 bottom;
- background-size: 100%;
- font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
- }
- .section-banner {
- .banner {
- height: 5.95rem;
- img {
- width: 100%;
- }
- }
- }
- .section-login {
- width: 6.64rem;
- height: 5.15rem;
- margin: 0 auto;
- background: url(../images/music/order-border.png) no-repeat;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- input::-webkit-input-placeholder{
- color: #ebebeb;
- font-size: 0.28rem;
- }
- input::-moz-placeholder{ /* Mozilla Firefox 19+ */
- color: #ebebeb;
- font-size: 0.28rem;
- }
- input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
- color: #ebebeb;
- font-size: 0.28rem;
- }
- input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
- color: #ebebeb;
- font-size: 0.28rem;
- }
- .form-group {
- .input-row {
- display: flex;
- align-content: space-between;
- justify-content: center;
- margin-bottom: 0.25rem;
- .smscode {
- width: 3.2rem;
- }
- .sendcode {
- color: #ec6bea;
- font-size: 0.3em;
- width: 2.2rem;
- height: .8rem;
- border-radius: 0.15rem;
- border: 0.01rem solid #c44fbf;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-left: 0.24rem;
- }
- .sendcode-wait {
- font-size: 0.26rem;
- color: #eaeaea;
- }
- &:last-child {
- margin-bottom: 0rem;
- }
- }
- input {
- color: white;
- font-size: 0.32rem;
- width: 100%;
- height: 0.8rem;
- border: 0.01rem solid #ab9dbe;
- outline: none;
- -webkit-appearance: none;
- min-width: 2.4rem;
- margin-bottom: 0.01rem;
- background: #37266d;
- border-radius: 0.15rem;
- padding-left: 0.2rem;
- }
- .actions {
- margin-top: 0.5rem;
- .btn {
- color: white;
- font-size: 0.36rem;
- width: 5.5rem;
- height: 0.9rem;
- background: url(../images/music/btn-order.png) no-repeat;
- background-size: 100%;
- margin: 0rem auto;
- display: flex;
- justify-content: center;
- font-weight: bold;
- text-align: center;
- align-items: center;
- }
- }
- }
- .section-agr {
- margin: 0.6rem 0.4rem 1.2rem;
- .title {
- display: flex;
- align-items: center;
- justify-content: center;
- img {
- width: 4.16rem;
- height: 0.78rem;
- }
- }
- .content {
- color: white;
- font-size: 0.25rem;
- margin-top: 0.2rem;
- ul {
- text-align: justify;
- li {
- display: flex;
- flex-direction: row;
- margin-bottom: 0.3rem;
- .box-num {
- margin-right: 0.1rem;
- .num {
- width: 0.5rem;
- height: 0.5rem;
- background: url('../images/music/circle.png') no-repeat;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- p {
- margin-top: 0.1rem;
- a {
- color: white;
- }
- }
- }
- }
- }
- }
- .dialog-alert .actions .btn {
- background: linear-gradient(-90deg, #973dbe, #dc64f9);
- }
- .dialog-alert .content {
- min-height: 0.8rem;
- margin: 0.2rem 0.6rem;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 0.3rem;
- text-align: center;
- }
|