| | |
| | | /* pages/calculator/index.wxss */
|
| | | .container {
|
| | | overflow: auto;
|
| | | padding-bottom: 100rpx;
|
| | | }
|
| | | .main_bg{
|
| | | position: fixed;
|
| | |
| | | height: 88rpx;
|
| | | line-height: 88rpx;
|
| | | margin-bottom: 40rpx;
|
| | | color: #222222;
|
| | | }
|
| | |
|
| | | .calculator .input-box {
|
| | |
| | | }
|
| | |
|
| | | .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;
|
| | | }
|
| | |
| | | .results .item .td {
|
| | | line-height: 74rpx;
|
| | | height: 74rpx;
|
| | | font-weight: 400;
|
| | | font-size: 24rpx;
|
| | | }
|
| | |
|
| | | .results .item .th {
|