jiangping
2024-07-29 d9a89d83c2048a964f16ca179feb2b7f21b9d33a
wechat_jiaxuan/pages/calculator/index.wxss
@@ -1,6 +1,7 @@
/* pages/calculator/index.wxss */
.container {
  overflow: auto;
  padding-bottom: 100rpx;
}
.main_bg{
  position: fixed;
@@ -40,6 +41,7 @@
  height: 88rpx;
  line-height: 88rpx;
  margin-bottom: 40rpx;
  color: #222222;
}
.calculator .input-box {
@@ -90,12 +92,14 @@
}
.results {
  position: relative;
  position: absolute;
  width: 670rpx;
  top: calc( 100vh - 250rpx );
  z-index: 1;
  background: #FFFFFF;
  color: #222;
  text-align: center;
  margin: 0 30rpx 60rpx;
  margin: 0 40rpx 60rpx;
  border-radius: 8rpx;
  padding: 30rpx;
}
@@ -127,6 +131,8 @@
.results .item .td {
  line-height: 74rpx;
  height: 74rpx;
  font-weight: 400;
  font-size: 24rpx;
}
.results .item .th {