phone-code.wxss 1.6 KB
/* pages/index/phone-code/phone-code.wxss */
page {
    background-color: #fff;
}
.content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img_box {
    width: 366rpx;
    height: 366rpx;
    margin-top: 106rpx;
}
.img_box image {
    width: 100%;
    height: 100%;
}
.phone_box {
   width: 100%;
    padding: 32rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.phone_box .phone_num {
  border-bottom: 1rpx solid #C3C3C3;
  margin-bottom: 42rpx;
  height: 100rpx;
}
.placeholder {
    color: #c3c3c3;
    font-size: 32rpx;
}
.code_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  border-bottom: 1rpx solid #C3C3C3;
  height: 100rpx;
}
.button {
    background-color: #fff;
    display: inline-block;
    font-size: 26rpx;
    color: #3FA9F5;
    /* border: 1px solid #888; */
    border-radius: 10rpx;
    width: 160rpx;
    height: 70rpx;
    line-height: 70rpx;
    z-index: 2;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}
.button:after {
  border: none;
}
.confirm_box {
    width: 100%;
    padding: 0 32rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.confirm_btn {
    width: 100%;
    height: 80rpx;
    background-color: #3FA9F5;
    /* margin-top: 68rpx; */
    margin: 68rpx 0;
    /* padding: 32rpx; */
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    text-align: center;
    border-radius: 10rpx;
}
.confirm_btn text {
    color: #ffffff;
    line-height: 80rpx;
    font-size: 36rpx;
}