bindPhoneNumber.wxss 6.59 KB
/* bindPhoneView.wxss */

.commodity_screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
  overflow: hidden;
  z-index: 1000;
  color: #fff;
}

.commodity_attr_box {
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background: #f0f0f0;
  padding-top: 20rpx;
}

.view-title {
  font-size: 50rpx;
  width: 100%;
  height: 140rpx;
  line-height: 210rpx;
  text-align: left;
  font-family: PingFang SC;
  padding-left: 76rpx;
}

.container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container .view-tip {
  font-size: 24rpx;
  height: wrap;
  /* padding-left: 76rpx; *//* padding-right: 43rpx; *//* text-align: left; */
  font-family: PingFang SC;
  padding-top: 20rpx;
  color: #b0b0b0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.view-tip-text {
  width: 598rpx;
  font-size: 24rpx;
  text-align: left;
  word-break: break-all;
}

.phoneNumberContent {
  width: 70%;
  margin-right: auto;
  padding-left: 70rpx;
  font-size: 28rpx;
  font-family: PingFang SC;
  text-align: left;
}

.verifyCondeContent {
  width: 60%;
  margin-right: auto;
  /* padding-left: 5%; */
  font-size: 28rpx;
  font-family: PingFang SC;
  text-align: left;
}

.view-verifyKeyInputContainer {
  width: 40%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.view-bindBtn {
  width: 100%;
  height: 100rpx;
  margin-left: auto;
  margin-right: auto;
  font-size: 35rpx;
  text-align: center;
  line-height:100rpx; 
  margin-top: 80rpx;
  background-color: #444;
  color: white;
  font-family: PingFang SC;
  border-radius: 6rpx;
}
.view-bindBtn::after{border: none}
.view-verifyBtn {
  width: 100%;
  height: 100rpx;
  margin-left: auto;
  margin-right: auto;
  font-size: 35rpx;
  text-align: center;
  justify-content: center;
  line-height:100rpx;
  margin-top: 10px;
  background-color: #444;
  color: white;
  font-family: PingFang SC;
  border-radius: 6rpx;
  /* line-height: 100rpx; */
}
.view-verifyBtn::after{border: none}
.disabled {
  background-color: #b0b0b0 !important;
}::after{border: none}

.view-getVerifyCode {
  position: absolute;
  max-width: 152rpx;
  width: wrap;
  border-radius: 200rpx;
  height: 48rpx;
  /* bottom: 8px; */
  right: 74rpx;
  z-index: 9999;
  color: white;
  font-size: 22rpx;
  text-align: center;
  line-height: 22px;
  font-family: PingFang SC;
  /* padding-top: 10rpx; */
  padding-left: 20rpx;
  padding-right: 20rpx;
}

.disable {
  background-color: #b0b0b0;
}

.enable {
  background-color: #444;
}

.line {
  margin-top: 20rpx;
  margin-left: 76rpx;
  margin-right: 74rpx;
  display: flex;
  height: 1rpx;
  background-color: #e0e0e0;
  justify-content: center;
}

.countryCode {
  display: flex;
  padding-left: 35rpx;
  flex-direction: row;
  /* background-color: blue; */
}

.phoneNumber {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 76rpx;
  margin-top: 5%;
  /* padding-top: 5%;  */
}

.right-arrow {
  width: 20rpx;
  height: 12rpx;
  margin-right: 20rpx;
}

.verifyCode {
  display: flex;
  flex-direction: row;
  padding-left: 76rpx;
  padding-top: 5%;
}

.verifyCodeTitle {
  font-size: 28rpx;
  color: #444;
  padding-top: 10rpx;
  width: 20%;
}

.countryTitle {
  font-size: 28rpx;
  color: #444;
  width: 180rpx;
}

.countryContent {
  font-size: 28rpx;
  color: #444;
  padding-left: 35rpx;
  width: 100%;
}

.phoneTitle {
  font-size: 28rpx;
  color: #444;
  /* margin-top: 30rpx; *//* padding-top: 5%; */
}

.graphicsHeaderView {
  width: 100%;
  height: 32rpx;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 70rpx;
}

.graphicsHeaderView .title {
  height: 32rpx;
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #444;
  margin-left: 76rpx;
}

.graphicsHeaderView .button {
  height: 32rpx;
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #d0021b;
  margin-right: 74rpx;
}

.graphicsContentView {
  width: 100%;
  height: 136rpx;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20rpx;
}

.graphicsContentView .itemView {
  width: 136rpx;
  height: 136rpx;
  /* margin-top: 20rpx; */
  overflow: hidden;
  border: 1rpx solid #e0e0e0;
}

.graphicsContentView .image0 {
  width: 560rpx;
  height: 560rpx;
}

.graphicsContentView .image1 {
  width: 560rpx;
  height: 560rpx;
  margin-left: -140rpx;
}

.graphicsContentView .image2 {
  width: 560rpx;
  height: 560rpx;
  margin-left: -280rpx;
}

.graphicsContentView .image3 {
  width: 560rpx;
  height: 560rpx;
  margin-left: -420rpx;
}

.graphicsContentView .item0 {
  margin-top: 0rpx;
}

.graphicsContentView .item1 {
  margin-top: -140rpx;
}

.graphicsContentView .item2 {
  margin-top: -280rpx;
}

.graphicsContentView .item3 {
  margin-top: -420rpx;
}

/********以下为新的布局 **********/

.view-container {
  margin-left: 76rpx;
  margin-right: 74rpx;
  width: 600rpx;
}

.new-view-title {
  font-family: PingFangSC-Medium;
  font-size: 48rpx;
  color: #444;
  letter-spacing: 0;
  margin-top: 100rpx;
  font-weight: bold;
}

.new-view-tip {
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #b0b0b0;
  letter-spacing: 0;
  line-height: 34rpx;
  margin-top: 16rpx;
  width: 100%;
  word-break: break-all;
}

.new-phonenum-container {
  width: 100%;
  height: 100rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 28rpx;
  border-bottom: 1rpx solid #e0e0e0;
}

.new-phone-title {
  font-family: SanFranciscoText-Regular;
  font-size: 14px;
  color: #444;
  letter-spacing: 0;
  line-height: 32rpx;
}

.new-phoneNumberContent {
  flex: 1;
  margin-left: 30rpx;
  font-size: 36rpx;
  font-family: SanFranciscoText-Regular;
  text-align: left;
  color: #444444;
}

.new-verfity-code-title {
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  color: #444;
  letter-spacing: 0;
  line-height: 40rpx;
}

.new-verifyCondeContent {
  flex: 1;
  margin-left: 20rpx;
  font-size: 36rpx;
  font-family: PingFang SC;
  text-align: left;
  color: #444444
}

.new-view-getVerifyCode {
  width: 152rpx;
  border-radius: 200rpx;
  height: 48rpx;
  color: white;
  font-size: 22rpx;
  text-align: center;
  line-height: 32rpx;
  font-family: PingFang SC;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-graphicsHeaderView {
  width: 100%;
  height: 32rpx;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60rpx;
}

.graphics-title {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #444;
  letter-spacing: 0;
  text-align: center;
  line-height: 34rpx;
}