app.wxss.bak 3.4 KB
/**app.wxss**/

image {
  width: 100%;
  height: 100%;
}

.commonpadding {
  padding: 24rpx 32rpx;
  box-sizing: border-box;
  background: #fff;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 200rpx 0;
  box-sizing: border-box;
}

.commontwo {
  color: #232323;
  font-size: 28rpx;
}

.flex {
  display: flex;
}

.flexone {
  display: flex;
  align-items: center;
}

.flextwo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexthree {
  display: flex;
  align-items: center;
  justify-content: center;
}

.commonone {
  color: #06121e;
  font-size: 28rpx;
  font-weight: bold;
}

.commontwo {
  color: #8c9198;
  font-size: 28rpx;
}

.selname {
  color: #06121e;
  font-size: 28rpx;
}

.yourow {
  width: 28rpx;
  height: 28rpx;
  font-size: 0;
}

.nodata {
  width: 300rpx;
  color: #8c9198;
  font-size: 32rpx;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yourow {
  width: 28rpx;
  height: 28rpx;
  font-size: 0;
}

.bot {
  width: 750rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 14rpx 32rpx;
  box-sizing: border-box;
  margin-top: 40rpx;
}

.botk {
  width: 750rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 14rpx 32rpx;
  box-sizing: border-box;
  margin-top: 40rpx;
}

.subtwo {
  width: 686rpx;
  height: 88rpx;
  background: #1c8fff;
  opacity: 1;
  color: #fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 88rpx;
}

/* 列表 */

.useboxitem {
  width: 100%;
  padding: 30rpx 0;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1rpx solid #f5f5f5;
}

.leftimg {
  width: 48rpx;
  height: 48rpx;
  font-size: 0;
}

.itemname {
  font-size: 28rpx;
  font-weight: bold;
}

.backtop {
  width: 750rpx;
  background: #fff;
  opacity: 1;
  border-radius: 8rpx;
  padding: 0 32rpx;
  box-sizing: border-box;
}

.commonenter {
  width: 420rpx;
  margin-right: 50rpx;
}

.commonenter input {
  width: 100%;
  height: 100%;
  text-align: right;
}

/* 登录遮罩层 */

.registerk {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.userwrap {
  width: 750rpx;
  height: 512rpx;
  background: rgba(255, 255, 255, 1);
  border-radius: 24rpx 24rpx 0rpx 0rpx;
  position: absolute;
  bottom: 0;
  left: 0;
}

.loimg {
  width: 48rpx;
  height: 48rpx;
  font-size: 0;
}

.shoubtn {
  width: 686rpx !important;
  height: 100rpx;
  background: rgba(0, 194, 95, 1);
  border-radius: 50rpx;
  margin: 64rpx auto 0;
}

.word {
  color: #fff;
  font-size: 32rpx;
  margin-left: 8rpx;
}

.shou {
  color: #06121f;
  font-size: 56rpx;
  font-weight: bold;
  margin-top: 32rpx;
}

.shoutext {
  width: 686rpx;
  color: #8c9198;
  font-size: 32rpx;
  margin-top: 40rpx;
}

.lotop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.men {
  width: 260rpx!important;
  text-align: right;
}

.writebtn {
  width: 590rpx;
  height: 88rpx;
  background: rgba(28, 143, 255, 1);
  opacity: 1;
  border-radius: 12rpx;
  color: #fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 88rpx;
  margin: 64rpx auto 0;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}