bindPhoneNumber.wxss 4.27 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: 35rpx;
}

.view-tip {
  font-size: 25rpx;
  height: 100rpx;
  /* line-height: 50rpx; */
  text-align: left;
  font-family: PingFang SC;
  padding-left: 35rpx;
  padding-right: 35rpx;
  padding-top: 20rpx;
  color: #b0b0b0;
}

.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: 90%;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  font-size: 35rpx;
  text-align: center;
  line-height: 42px;
  margin-top: 30px;
  background-color: #444444;
  color: white;
  font-family: PingFang SC;
}

.view-verifyBtn {
  width: 90%;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  font-size: 35rpx;
  text-align: center;
  line-height: 42px;
  margin-top: 10px;
  background-color: #444444;
  color: white;
  font-family: PingFang SC;
}

.disabled {
  background-color: #cdcdcd !important;
}

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

.disable {
  background-color: #b0b0b0;
}

.enable {
  background-color: #444444;
}

.line{
  margin-top: 20rpx;
  margin-left: 30rpx;
  margin-right: 30rpx;
  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;
  padding-left: 35rpx;
  /* padding-top: 5%;  */
}

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

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

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

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

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

.phoneTitle{
  font-size: 28rpx;
  color: #444444;
  /* 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: 22rpx;
  color: #444444;
  margin-left: 50rpx;
}

.graphicsHeaderView .button{
  height: 32rpx;
  font-family: PingFang-SC-Regular;
  font-size: 11px;
  color: #D0021B;
  margin-right: 50rpx;
}

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

.graphicsContentView .itemView{
  width: 137rpx;
  height: 137rpx;
  margin-top: 20rpx;
  overflow: hidden;
  border: 1rpx solid #b0b0b0;
}

.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;
}